|
From: <lk...@us...> - 2005-01-26 16:54:19
|
Update of /cvsroot/openorb/PersistentStateService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18359/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/PersistentStateService/src/build.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- build.xml 23 Jul 2004 06:42:22 -0000 1.61 +++ build.xml 26 Jan 2005 16:54:07 -0000 1.62 @@ -102,7 +102,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |