mirror of https://github.com/rusefi/RomRaider.git
cleanup
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@48 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
parent
eaeb6542eb
commit
f46199f247
|
@ -177,7 +177,7 @@
|
||||||
<javac failonerror="true" srcdir="${src.dir}" destdir="${classes.dir}" target="1.5">
|
<javac failonerror="true" srcdir="${src.dir}" destdir="${classes.dir}" target="1.5">
|
||||||
<classpath refid="classpath"/>
|
<classpath refid="classpath"/>
|
||||||
</javac>
|
</javac>
|
||||||
<!-- don't use the build path for jar file - we need to the paths to
|
<!-- don't use the build path for jar file - we need the paths to
|
||||||
point to the relative location after installation -->
|
point to the relative location after installation -->
|
||||||
<manifestclasspath property="jar.classpath" jarfile="${jar.package}">
|
<manifestclasspath property="jar.classpath" jarfile="${jar.package}">
|
||||||
<classpath refid="classpath"/>
|
<classpath refid="classpath"/>
|
||||||
|
|
Loading…
Reference in New Issue