amiro 02/02/13 14:52:01 Modified: java/src manifest.xsltc Log: corrected the Main class: changing compiler.XSLTC to cmdline.Compile and adding the Transform class. XSLTC has two main classes Revision Changes Path 1.2 +2 -2 xml-xalan/java/src/manifest.xsltc Index: manifest.xsltc =================================================================== RCS file: /home/cvs/xml-xalan/java/src/manifest.xsltc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- manifest.xsltc 28 Nov 2001 19:41:43 -0000 1.1 +++ manifest.xsltc 13 Feb 2002 22:52:01 -0000 1.2 @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Created-By: 1.2.2 (Sun Microsystems Inc.) -Main-Class: org.apache.xalan.xsltc.compiler.XSLTC -Class-Path: runtime.jar BCEL.jar Jlex.jar java_cup.jar xerces.jar xml-apis.jar +Main-Class: org.apache.xalan.xsltc.cmdline.Compile, org.apache.xalan.xsltc.cmdline.Transform +Class-Path: runtime.jar BCEL.jar regrexp.jar Jlex.jar java_cup.jar xercesImpl.jar xml-apis.jar Name: org/apache/xalan/xsltc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
