Update of /cvsroot/openorb/tools/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19908/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/tools/src/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- build.xml 29 Jul 2004 08:13:06 -0000 1.41
+++ build.xml 26 Jan 2005 17:00:44 -0000 1.42
@@ -117,7 +117,6 @@
<fileset dir="..">
<include name="tools/lib/ext/build/**/*.jar"/>
</fileset>
- <pathelement path="${java.home}/../lib/tools.jar" />
</path>
|