- Add ecu_defs.xml, installer needs something to include

- Add Version to imports where it was missing

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@65 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
lizzardo 2008-04-28 15:28:04 +00:00
parent 1574d74947
commit 27969954b9
4 changed files with 52400 additions and 1 deletions

52397
ecu_defs/ecu_defs.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,7 @@ import com.romraider.swing.RomTreeRootNode;
import com.romraider.swing.TableFrame;
import com.romraider.util.SettingsManager;
import com.romraider.util.SettingsManagerImpl;
import com.romraider.Version; // this is a generated class - see build.xml
import com.romraider.xml.DOMRomUnmarshaller;
import com.romraider.xml.RomNotFoundException;
import com.sun.org.apache.xerces.internal.parsers.DOMParser;

View File

@ -24,6 +24,7 @@ package com.romraider;
import com.romraider.io.connection.ConnectionProperties;
import com.romraider.logger.ecu.definition.EcuDefinition;
import static com.romraider.util.ParamChecker.checkNotNullOrEmpty;
import com.romraider.Version; // this is a generated class - see build.xml
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;

View File

@ -39,7 +39,7 @@ import static javax.swing.JOptionPane.showMessageDialog;
import javax.swing.JRadioButtonMenuItem;
import javax.swing.JSeparator;
import com.centerkey.utils.BareBonesBrowserLaunch;
import com.romraider.Version;
import com.romraider.Version; // this is a generated class - see build.xml
import com.romraider.ECUEditor;
import com.romraider.logger.ecu.EcuLogger;
import com.romraider.logger.utec.gui.JutecGUI;