Update of /cvsroot/openorb/SSL/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19051/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/SSL/src/build.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- build.xml 23 Jul 2004 06:42:23 -0000 1.70
+++ build.xml 26 Jan 2005 16:57:07 -0000 1.71
@@ -97,7 +97,6 @@
<fileset dir="${tools.dir}">
<include name="lib/ext/build/**/*.jar"/>
</fileset>
- <pathelement path="${java.home}/../lib/tools.jar" />
</path>
|