mirror of https://github.com/rusefi/RomRaider.git
There comments just repeat entity IDs, what's the point?
This commit is contained in:
parent
33bcb31c7d
commit
75341fb6fb
|
@ -131,19 +131,16 @@
|
|||
<taskdef name="launch4j" classname="net.sf.launch4j.ant.Launch4jTask" onerror="report"
|
||||
classpath="${launch4j.dir}/launch4j.jar:${launch4j.dir}/lib/xstream.jar" />
|
||||
|
||||
<!-- windows classpath -->
|
||||
<path id="windows.classpath">
|
||||
<fileset dir="lib/common" includes="*.jar" />
|
||||
<fileset dir="lib/windows" includes="*.jar" />
|
||||
</path>
|
||||
|
||||
<!-- linux classpath -->
|
||||
<path id="linux.classpath">
|
||||
<fileset dir="lib/common" includes="*.jar" />
|
||||
<fileset dir="lib/linux" includes="*.jar" />
|
||||
</path>
|
||||
|
||||
<!-- test classpath -->
|
||||
<path id="test.classpath">
|
||||
<fileset dir="${testclasses.dir}" includes="**/*.jar" />
|
||||
</path>
|
||||
|
|
Loading…
Reference in New Issue