diff --git a/java_console/.idea/libraries/commons_math3.xml b/java_console/.idea/libraries/commons_math3.xml deleted file mode 100644 index 9096ed682d..0000000000 --- a/java_console/.idea/libraries/commons_math3.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/java_console/.idea/libraries/log4j.xml b/java_console/.idea/libraries/log4j.xml new file mode 100644 index 0000000000..1493a79752 --- /dev/null +++ b/java_console/.idea/libraries/log4j.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/java_console/.idea/modules.xml b/java_console/.idea/modules.xml index 5d231a23f9..d81c25d2d9 100644 --- a/java_console/.idea/modules.xml +++ b/java_console/.idea/modules.xml @@ -5,8 +5,8 @@ + - - + \ No newline at end of file diff --git a/java_console/legal/rusefi_console_legal.txt b/java_console/legal/rusefi_console_legal.txt new file mode 100644 index 0000000000..9f4cd47b43 --- /dev/null +++ b/java_console/legal/rusefi_console_legal.txt @@ -0,0 +1,5 @@ + +TODO! + + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2012 RomRaider.com \ No newline at end of file diff --git a/java_console/lib/log4j.jar b/java_console/lib/log4j.jar new file mode 100644 index 0000000000..6251307190 Binary files /dev/null and b/java_console/lib/log4j.jar differ diff --git a/java_console/romraider/resources/graphics/icon-refresh.png b/java_console/romraider/resources/graphics/icon-refresh.png new file mode 100644 index 0000000000..72075d47e5 Binary files /dev/null and b/java_console/romraider/resources/graphics/icon-refresh.png differ diff --git a/java_console/romraider/resources/graphics/table_refresh.png b/java_console/romraider/resources/graphics/table_refresh.png new file mode 100644 index 0000000000..92153ff3f4 Binary files /dev/null and b/java_console/romraider/resources/graphics/table_refresh.png differ diff --git a/java_console/romraider/romraider.iml b/java_console/romraider/romraider.iml new file mode 100644 index 0000000000..015c172575 --- /dev/null +++ b/java_console/romraider/romraider.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/java_console/romraider/src/com/romraider/Version.java b/java_console/romraider/src/com/romraider/Version.java new file mode 100644 index 0000000000..6663c58018 --- /dev/null +++ b/java_console/romraider/src/com/romraider/Version.java @@ -0,0 +1,41 @@ +/* + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2013 RomRaider.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +// DO NOT EDIT. This file is automatically generated. + +package com.romraider; + +import javax.swing.ImageIcon; + +public final class Version { + public static final String PRODUCT_NAME = "RomRaider"; + public static final String VERSION = "0.5.8 RC 1"; + public static final String BUILDNUMBER = "635"; + public static final String SUPPORT_URL = "http://www.romraider.com"; + public static final String ROM_REVISION_URL = "http://www.scoobypedia.co.uk/index.php/Knowledge/ECUVersionCompatibilityList"; + public static final String ECU_DEFS_URL = "http://www.romraider.com/forum/topic360.html"; + public static final String LOGGER_DEFS_URL = "http://www.romraider.com/forum/topic1642.html"; + public static final String CARS_DEFS_URL = "http://www.romraider.com/forum/topic5792.html"; + public static final String RELEASE_NOTES = "release_notes.txt"; + public static final ImageIcon ABOUT_ICON = new ImageIcon(Version.class.getClass().getResource("/graphics/romraider-ico-large.gif")); + public static final int MIN_LOG_DEF_VERSION = 155; + + private Version() { + } +}