You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by zo...@apache.org on 2002/08/29 03:28:51 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xslt EnvironmentCheck.java

zongaro     2002/08/28 18:28:51

  Modified:    java/src/org/apache/xalan/xslt EnvironmentCheck.java
  Log:
  On behalf of Sarah McNamara, added entries for the Xalan Java 2.4.0 packaged jars
  
  Revision  Changes    Path
  1.13      +15 -7     xml-xalan/java/src/org/apache/xalan/xslt/EnvironmentCheck.java
  
  Index: EnvironmentCheck.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xslt/EnvironmentCheck.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- EnvironmentCheck.java	13 Jun 2002 18:08:31 -0000	1.12
  +++ EnvironmentCheck.java	29 Aug 2002 01:28:51 -0000	1.13
  @@ -1265,6 +1265,10 @@
       jarVersions.put(new Long(923866), "xalan.jar from xalan-j_2_2_0");
       jarVersions.put(new Long(905872), "xalan.jar from xalan-j_2_3_D1");
       jarVersions.put(new Long(906122), "xalan.jar from xalan-j_2_3_0");
  +    jarVersions.put(new Long(906248), "xalan.jar from xalan-j_2_3_1");
  +    jarVersions.put(new Long(997276), "xalan.jar from xalan-j_2_4_0");
  +
  +
       // Impossible to get exact number, so don't use this: jarVersions.put(new Long(), "xalan.jar from xalan-j_2_4_D1");
   
       jarVersions.put(new Long(857171), "xalan.jar from lotusxsl-j_1_0_1");
  @@ -1274,11 +1278,14 @@
       jarVersions.put(new Long(596540), "xsltc.jar from xalan-j_2_2_0");
       jarVersions.put(new Long(590247), "xsltc.jar from xalan-j_2_3_D1");
       jarVersions.put(new Long(589914), "xsltc.jar from xalan-j_2_3_0");
  -    jarVersions.put(new Long(1306667), "xsltc.jar from xalan-j_2_4_D1");
  +    jarVersions.put(new Long(589915), "xsltc.jar from xalan-j_2_3_1");
  +    jarVersions.put(new Long(1328227), "xsltc.jar from xalan-j_2_4_0");
       jarVersions.put(new Long(1268634), "xsltc.jar-bundled from xalan-j_2_3_0");
   
       jarVersions.put(new Long(100196), "xml-apis.jar from xalan-j_2_2_0 or xalan-j_2_3_D1");
  -    jarVersions.put(new Long(108484), "xml-apis.jar from xalan-j_2_3_0,2_4_D1 from xml-commons-1.0.b2");
  +    jarVersions.put(new Long(108484), "xml-apis.jar from xalan-j_2_3_0, or xalan-j_2_3_1 from xml-commons-1.0.b2");
  +    jarVersions.put(new Long(109049), "xml-apis.jar from xalan-j_2_4_0 from xml-commons RIVERCOURT1 branch");
  +    
   
       // If the below were more common I would update it to report 
       //  errors better; but this is so old hardly anyone has it
  @@ -1301,14 +1308,15 @@
       jarVersions.put(new Long(1803877), "xerces.jar from XML4J-3_2_1");
       jarVersions.put(new Long(1812019), "xerces.jar from xalan-j_2_2_0");
       jarVersions.put(new Long(1720292), "xercesImpl.jar from xalan-j_2_3_D1");
  -    jarVersions.put(new Long(1730053), "xercesImpl.jar from xalan-j_2_3_0 from xerces-2_0_0");
  -    jarVersions.put(new Long(1728861), "xercesImpl.jar from xalan-j_2_4_D1 from xerces-2_0_1");
  +    jarVersions.put(new Long(1730053), "xercesImpl.jar from xalan-j_2_3_0 or xalan-j_2_3_1 from xerces-2_0_0");
  +    jarVersions.put(new Long(972027), "xercesImpl.jar from xalan-j_2_4_0 from xerces-2_1");
   
       jarVersions.put(new Long(37485), "xalanj1compat.jar from xalan-j_2_0_0");
       jarVersions.put(new Long(38100), "xalanj1compat.jar from xalan-j_2_0_1");
   
       jarVersions.put(new Long(18779), "xalanservlet.jar from xalan-j_2_0_0");
       jarVersions.put(new Long(21453), "xalanservlet.jar from xalan-j_2_0_1");
  +    jarVersions.put(new Long(24826), "xalanservlet.jar from xalan-j_2_3_1 or xalan-j_2_4_0");
   
       // For those who've downloaded JAXP from sun
       jarVersions.put(new Long(5618), "jaxp.jar from jaxp1.0.1");
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org