tcurdt 2002/07/22 17:34:56 Modified: lib jars.xml Added: lib/core xalan2-20020723.jar xerces2-20020723.jar xml-apis-20020723.jar xsltc-20020723.jar Log: catch up with the latest CVS versions, add an "ant-target" build to the jars.xml Revision Changes Path 1.23 +8 -4 xml-cocoon2/lib/jars.xml Index: jars.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/lib/jars.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- jars.xml 22 Jul 2002 20:39:20 -0000 1.22 +++ jars.xml 23 Jul 2002 00:34:55 -0000 1.23 @@ -72,8 +72,9 @@ <file> <title>The XSLT processor</title> <description>Xalan is an XSLT processor that fully supports the W3C specs.</description> + <ant-target>jar</ant-target> <used-by>Cocoon</used-by> - <lib>core/xalan-2.3.1.jar</lib> + <lib>core/xalan2-20020723.jar</lib> <homepage>http://xml.apache.org/xalan/</homepage> </file> <file> @@ -81,23 +82,26 @@ <description>XLTC is an XSLT compiler that fully supports the W3C specs. It compiles XSLT programs to very efficient, reusable Bytecode called translets. </description> + <ant-target>xsltc.jar</ant-target> <used-by>Cocoon TraxTransformer</used-by> - <lib>core/xsltc.jar</lib> + <lib>core/xsltc-20020723.jar</lib> <homepage>http://xml.apache.org/xalan-j/xsltc_usage.html</homepage> </file> <file> <title>The XML parser</title> <description>Xerces is an XML parser.</description> <used-by>Cocoon</used-by> - <lib>core/xercesImpl-2.0.0.jar</lib> + <ant-target>jars</ant-target> + <lib>core/xerces2-20020723.jar</lib> <homepage>http://xml.apache.org/xerces-j/</homepage> </file> <file> <title>The XML APIs</title> <description>JAXP, DOM and SAX interfaces. These are the common interfaces for XML processing.</description> + <ant-target>external</ant-target> <used-by>Cocoon</used-by> - <lib>core/xml-apis.jar</lib> + <lib>core/xml-apis-20020723.jar</lib> <homepage>http://xml.apache.org/commons/</homepage> </file> <file> 1.1 xml-cocoon2/lib/core/xalan2-20020723.jar <<Binary file>> 1.1 xml-cocoon2/lib/core/xerces2-20020723.jar <<Binary file>> 1.1 xml-cocoon2/lib/core/xml-apis-20020723.jar <<Binary file>> 1.1 xml-cocoon2/lib/core/xsltc-20020723.jar <<Binary file>>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]