Update of /cvsroot/javaowl/Reasoner
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7903
Modified Files:
build.xml
Log Message:
Added Negation Conjunction and Disjunction Concepts.
Index: build.xml
===================================================================
RCS file: /cvsroot/javaowl/Reasoner/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml 13 Oct 2004 01:29:27 -0000 1.1
--- build.xml 19 Oct 2004 06:55:43 -0000 1.2
***************
*** 75,78 ****
--- 75,79 ----
<target name="test" depends="compile, compile-tests">
<junit fork="yes" printsummary="yes">
+ <!--formatter type="plain" usefile="false"/-->
<classpath>
<fileset dir="${lib}" includes="*.jar"/>
|