costin      01/03/14 11:57:04

  Modified:    java/src MANIFEST.MF
  Log:
  Added Main-Class and Class-Path attributes to the manifest.
  
  Let me know if there is a problem with that - it's easy to change back.
  This would allow people to just type "java -jar xalan.jar" and not
  have to remember the org.apache.xalan.xslt.Processor or to set
  class path ( assuming xerces.jar is in the same directory with xalan.jar).
  
  The class path also includes crimson.jar, in case someone is using
  crimson+xalan ( xerces is the first, so if both are present, xerces will
  be used in most JVMs ).
  
  Revision  Changes    Path
  1.2       +3 -0      xml-xalan/java/src/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/MANIFEST.MF,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MANIFEST.MF       2000/11/06 21:41:41     1.1
  +++ MANIFEST.MF       2001/03/14 19:57:04     1.2
  @@ -1,3 +1,6 @@
   Manifest-Version: 1.0
   Created-By: 1.2.2 (Sun Microsystems Inc.)
  +Main-Class: org.apache.xalan.xslt.Process
  +Class-Path: jaxp.jar xerces.jar crimson.jar
  +
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to