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