Commit Graph

21 Commits

Author SHA1 Message Date
Dale Schultz 4d5f0c3bb3 fix so Windows and Linux shortcuts contain the correct library directory
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@294 38686702-15cf-42e4-a595-3071df8bf5ea
2010-06-22 21:42:02 +00:00
kascade 92d46452ac update copyright year
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@283 38686702-15cf-42e4-a595-3071df8bf5ea
2010-05-05 10:26:19 +00:00
Dale Schultz 66a2124830 Fix to build.xml for missing ecu_defs.dtd file. Added plugins to install templates and removal for old plugins (lc1,lm1,lm2).
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@281 38686702-15cf-42e4-a595-3071df8bf5ea
2010-05-04 03:08:02 +00:00
kascade 6c8056464a fix build script typo
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@280 38686702-15cf-42e4-a595-3071df8bf5ea
2010-05-03 11:56:45 +00:00
kascade 265e6ce087 merge 269:HEAD of dev_road_dyno branch into trunk
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@279 38686702-15cf-42e4-a595-3071df8bf5ea
2010-05-02 01:04:35 +00:00
Dale Schultz 2bf1a40385 First commit of the Road Dyno tab implementation to repository.
git-svn-id: https://svn2.assembla.com/svn/romraider/branches/dev_road_dyno@270 38686702-15cf-42e4-a595-3071df8bf5ea
2010-02-26 20:42:53 +00:00
lizzardo bf194a19e2 Use SVN revision as buildnumber if available, default to zero if that fails. Zero isn't really a valid build number, but this allows a full build if working offline.
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@202 38686702-15cf-42e4-a595-3071df8bf5ea
2008-12-30 06:13:34 +00:00
kascade c38fb82199 update build
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@196 38686702-15cf-42e4-a595-3071df8bf5ea
2008-12-26 21:39:31 +00:00
kascade 124806b327 update build
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@194 38686702-15cf-42e4-a595-3071df8bf5ea
2008-12-26 12:45:43 +00:00
kascade 9c4e2c5a57 add j2534 support
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@142 38686702-15cf-42e4-a595-3071df8bf5ea
2008-09-20 12:26:09 +00:00
kascade b64dcb54c3 experimental dial gauge added (unfinished)
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@92 38686702-15cf-42e4-a595-3071df8bf5ea
2008-06-01 00:09:05 +00:00
lizzardo 02525c0d8e Minor updates to building instructions, set repository location to use https
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@79 38686702-15cf-42e4-a595-3071df8bf5ea
2008-05-04 16:41:33 +00:00
lizzardo e9d0320141 point to new SVN repository
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@67 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-30 04:59:44 +00:00
kascade 77a3bd5641 package enginuity -> com.romraider
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@61 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-28 11:50:30 +00:00
kascade 1f508a57a0 add linux support to build
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@59 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-27 12:08:18 +00:00
kascade 891e4ad0fe added linux support to build
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@58 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-27 11:45:29 +00:00
lizzardo b3c77b441e - Add changes to version.properties I missed with last integration
- make Version class final
- undo local change to build.xml that shouldn't have gone in

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@57 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-26 20:06:27 +00:00
lizzardo 5afa0aa77b - Add separate "installed" classpath for manifest to fix logger launch failure.
- parameterize installer package names

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@49 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-23 15:30:57 +00:00
kascade f46199f247 cleanup
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@48 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-22 12:30:03 +00:00
kascade 011ccbacf1 added svn revision to build
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@46 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-22 11:55:18 +00:00
lizzardo 2d88f5b656 Build automation and supporting changes:
- Add "Building_RomRaider.txt" to consolidate necessary information with the code to which it pertains.
- Add ant build file
- Add version.properties.  There is hard-coded version information in the java source, so this currently is used only for the packaging.
- Add templates for installer and launcher generation
- Remove obsolete "bin" directory.  All generated files should now go to "build" or the appropriate subdirectory thereof.
- Remove obsolete IxPack installation.  This is superseded by the one in 3rdparty
- Remove obsolete scripts for generation of installer.  The batch files have been replaced with ant automation and the XML scripts are now generated from templates
- Remove obsolete launch4j XML scripts.  These are now generated from templates.  


git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@43 38686702-15cf-42e4-a595-3071df8bf5ea
2008-04-20 20:02:22 +00:00