|
From: <lk...@us...> - 2005-01-26 16:58:36
|
Update of /cvsroot/openorb/TimeService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19398/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/TimeService/src/build.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- build.xml 23 Jul 2004 06:42:23 -0000 1.57 +++ build.xml 26 Jan 2005 16:58:28 -0000 1.58 @@ -101,7 +101,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |