Update of /cvsroot/osmose-dev/osmose
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5886
Modified Files:
build.xml
Log Message:
Removed a (fixed) workaround for Java version older than 1.4.
Index: build.xml
===================================================================
RCS file: /cvsroot/osmose-dev/osmose/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 7 Jul 2006 10:02:11 -0000 1.7
--- build.xml 6 Apr 2008 17:09:00 -0000 1.8
***************
*** 33,36 ****
--- 33,38 ----
</fileset>
</classpath>
+ <!-- <compilerarg value="-Xlint:deprecation"/> -->
+ <!-- <compilerarg value="-Xlint:unchecked"/> -->
</javac>
</target>
|