sylvain 2003/01/02 14:53:41 Modified: . build.xml Log: Add tools/lib to eclipse classpath Revision Changes Path 1.300 +6 -0 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- build.xml 2 Jan 2003 10:50:05 -0000 1.299 +++ build.xml 2 Jan 2003 22:53:41 -0000 1.300 @@ -2527,6 +2527,12 @@ <fileset dir="${scratchpad.dir}/lib"> <include name="*.jar"/> </fileset> + <!-- tools libs --> + <fileset dir="${tools.dir}/lib"> + <include name="*.jar"/> + <!-- exclude xerces, xalan, xmlapis --> + <exclude name="x*.jar"/> + </fileset> <!-- no block-specific libs for now --> </path>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]