|
From: <lk...@us...> - 2005-01-25 21:02:21
|
Update of /cvsroot/openorb/EventService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31827/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/EventService/src/build.xml,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- build.xml 23 Jul 2004 06:42:18 -0000 1.63 +++ build.xml 25 Jan 2005 21:02:06 -0000 1.64 @@ -97,7 +97,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |