|
From: <lk...@us...> - 2005-01-25 21:09:34
|
Update of /cvsroot/openorb/ManagementBoard/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv994/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/ManagementBoard/src/build.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- build.xml 23 Jul 2004 06:42:18 -0000 1.66 +++ build.xml 25 Jan 2005 21:09:14 -0000 1.67 @@ -132,7 +132,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |