|
From: <lk...@us...> - 2005-01-25 21:13:40
|
Update of /cvsroot/openorb/NamingService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1972/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/NamingService/src/build.xml,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- build.xml 23 Jul 2004 09:49:36 -0000 1.82 +++ build.xml 25 Jan 2005 21:12:49 -0000 1.83 @@ -108,7 +108,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> <path id="boot.class.path"> |