|
From: <lk...@us...> - 2005-01-26 16:55:51
|
Update of /cvsroot/openorb/PropertyService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18715/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/PropertyService/src/build.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- build.xml 23 Jul 2004 09:49:36 -0000 1.53 +++ build.xml 26 Jan 2005 16:55:43 -0000 1.54 @@ -98,7 +98,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |