From: <lk...@us...> - 2005-01-26 17:02:59
|
Update of /cvsroot/openorb/TradingService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20500/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/TradingService/src/build.xml,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- build.xml 23 Jul 2004 09:49:36 -0000 1.64 +++ build.xml 26 Jan 2005 17:02:47 -0000 1.65 @@ -106,7 +106,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |