nicolaken    2002/12/02 16:05:24

  Modified:    lib      jars.xml
  Log:
    <action dev="NKB" type="update">
      Moved endorsed libs in ./lib/endorsed, so that they can be added in the build 
file
      easily as java jvm args, or in the future copied to the webserver or Java 
endorsed dir.
      Currently it enables Jetty to run easily in 1.4 JVMs without need to copy libs to
      the endorsed dir.
    </action>
  
  Revision  Changes    Path
  1.52      +4 -4      xml-cocoon2/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/lib/jars.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- jars.xml  21 Nov 2002 16:22:38 -0000      1.51
  +++ jars.xml  3 Dec 2002 00:05:24 -0000       1.52
  @@ -213,7 +213,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.4.1.jar</lib>
  +     <lib>endorsed/xalan-2.4.1.jar</lib>
        <homepage>http://xml.apache.org/xalan/</homepage>
    </file>
    <file>
  @@ -223,7 +223,7 @@
           </description>
           <ant-target>xsltc.jar</ant-target>
        <used-by>Cocoon TraxTransformer</used-by>
  -     <lib>core/xsltc.jar</lib>
  +     <lib>endorsed/xsltc.jar</lib>
        <homepage>http://xml.apache.org/xalan-j/xsltc_usage.html</homepage>
    </file>
    <file>
  @@ -231,7 +231,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>endorsed/xercesImpl-2.1.0.jar</lib>
        <homepage>http://xml.apache.org/xerces-j/</homepage>
    </file>
    <file>
  @@ -240,7 +240,7 @@
          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>endorsed/xml-apis.jar</lib>
        <homepage>http://xml.apache.org/commons/</homepage>
    </file>
    <file>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to