Changeset 471
- Timestamp:
- 08/08/11 18:04:10 (22 months ago)
- File:
-
- 1 edited
-
trunk/ontoCAT/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ontoCAT/build.xml
r470 r471 35 35 36 36 <target name="compile"> 37 <javac includeantruntime=" false" srcdir="src:test" excludes="**/OntologyParserTest.java" destdir="bin" nowarn="on">37 <javac includeantruntime="true" srcdir="src:test" excludes="**/OntologyParserTest.java" destdir="bin" nowarn="on"> 38 38 <classpath refid="test.classpath" /> 39 39 </javac>
Note: See TracChangeset
for help on using the changeset viewer.