Ivelin,
why is the version number removed? If the files have no version number we should add this information to jars.xml I think it is important to know which version we use. Or do you know, that for example "commons-jxpath.jar" is not the current released 1.0 version ;-) Volker ivelin 2002/11/09 20:28:12 Modified: lib/core xml-apis.jar lib jars.xml Added: lib/core xsltc.jar xalan.jar xercesImpl.jar Removed: lib/core xalan-2.3.1.jar xercesImpl-2.1.0.jar xsltc-20020723.jar Log: Updated Xalan libs to 2.4.1 Revision Changes Path 1.6 +376 -334 xml-cocoon2/lib/core/xml-apis.jar <<Binary file>> 1.3 +4757 -4650xml-cocoon2/lib/core/xsltc.jar <<Binary file>> 1.1 xml-cocoon2/lib/core/xalan.jar <<Binary file>> 1.1 xml-cocoon2/lib/core/xercesImpl.jar <<Binary file>> 1.45 +3 -3 xml-cocoon2/lib/jars.xml Index: jars.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/lib/jars.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- jars.xml 8 Nov 2002 17:39:19 -0000 1.44 +++ jars.xml 10 Nov 2002 04:28:12 -0000 1.45 @@ -212,7 +212,7 @@ <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/xalan.jar</lib> <homepage>http://xml.apache.org/xalan/</homepage> </file> <file> @@ -222,7 +222,7 @@ </description> <ant-target>xsltc.jar</ant-target> <used-by>Cocoon TraxTransformer</used-by> - <lib>core/xsltc-20020723.jar</lib> + <lib>core/xsltc.jar</lib> <homepage>http://xml.apache.org/xalan-j/xsltc_usage.html</homepage> </file> <file> @@ -230,7 +230,7 @@ <description>Xerces is an XML parser.</description> <used-by>Cocoon</used-by> <ant-target>jars</ant-target> - <lib>core/xercesImpl-2.1.0.jar</lib> + <lib>core/xercesImpl.jar</lib> <homepage>http://xml.apache.org/xerces-j/</homepage> </file> <file> ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]