Update of /cvsroot/openorb/EvaluatorUtility/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31117/src
Modified Files:
build.xml
Log Message:
removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/EvaluatorUtility/src/build.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- build.xml 23 Jul 2004 06:42:03 -0000 1.62
+++ build.xml 25 Jan 2005 20:59:37 -0000 1.63
@@ -96,7 +96,6 @@
<fileset dir="${tools.dir}">
<include name="lib/ext/build/**/*.jar"/>
</fileset>
- <pathelement path="${java.home}/../lib/tools.jar" />
</path>
|