cziegeler 01/09/26 23:34:19 Modified: . build.xml Log: Added property for available of jaxen Submitted by: Marcelo F. Ochoa [[EMAIL PROTECTED]] Revision Changes Path 1.68 +3 -0 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- build.xml 2001/09/25 14:17:58 1.67 +++ build.xml 2001/09/27 06:34:18 1.68 @@ -300,6 +300,9 @@ <available property="xmldb.present" classname="org.xmldb.api.DatabaseManager"> <classpath refid="classpath"/> </available> + <available property="jaxen.present" classname="org.jaxen.dom.XPath"> + <classpath refid="classpath"/> + </available> </target> <!-- =================================================================== -->
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]