You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/06/12 16:09:24 UTC

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

sboag       01/06/12 07:09:23

  Modified:    java/src/org/apache/xalan/processor Tag: DTM_EXP
                        XSLProcessorVersion.java
               java/src/org/apache/xalan/res Tag: DTM_EXP
                        XSLTInfo.properties
               java/src/org/apache/xalan/xslt Tag: DTM_EXP Process.java
  Log:
  Update version number.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.14.2.1  +4 -4      xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java
  
  Index: XSLProcessorVersion.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- XSLProcessorVersion.java	2001/02/23 13:43:59	1.14
  +++ XSLProcessorVersion.java	2001/06/12 14:09:19	1.14.2.1
  @@ -79,7 +79,7 @@
      * Version String like <CODE>"<B>Xalan</B>i v.r[.dd| <B>D</B>nn]"</CODE>.
      * <P>Semantics of the version string are identical to the Xerces project.</P>
      */
  -  public static String S_VERSION = "2.0.1";
  +  public static String S_VERSION = "2.2.0d1";
   
     /**
      * Constant name of product.
  @@ -112,7 +112,7 @@
      *            -  API or behaviour change.
      *            -  its designated as a reference release.
      */
  -  public static int RELEASE = 0;
  +  public static int RELEASE = 2;
   
     /**
      * Maintenance Drop Number.
  @@ -123,7 +123,7 @@
      *          When missing, it designates the final and complete
      *          development drop for a release.
      */
  -  public static int MAINTENANCE = 1;
  +  public static int MAINTENANCE = 0;
   
     /**
      * Development Drop Number.
  @@ -142,5 +142,5 @@
      *          well as defect fixes. 'D' drops may not be as stable as
      *          the final releases.
      */
  -  public static int DEVELOPMENT = 0;
  +  public static int DEVELOPMENT = 1;
   }
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.1  +1 -1      xml-xalan/java/src/org/apache/xalan/res/XSLTInfo.properties
  
  Index: XSLTInfo.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTInfo.properties,v
  retrieving revision 1.12
  retrieving revision 1.12.2.1
  diff -u -r1.12 -r1.12.2.1
  --- XSLTInfo.properties	2001/02/23 13:43:45	1.12
  +++ XSLTInfo.properties	2001/06/12 14:09:21	1.12.2.1
  @@ -2,7 +2,7 @@
   #  XSLT Resource File
   #
   
  -version=2.0.1
  +version=2.2.0d1
   vendor=Apache Software Foundation
   vendor-url=http://xml.apache.org/xalan
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.32.2.4  +5 -5      xml-xalan/java/src/org/apache/xalan/xslt/Process.java
  
  Index: Process.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xslt/Process.java,v
  retrieving revision 1.32.2.3
  retrieving revision 1.32.2.4
  diff -u -r1.32.2.3 -r1.32.2.4
  --- Process.java	2001/05/27 03:05:15	1.32.2.3
  +++ Process.java	2001/06/12 14:09:23	1.32.2.4
  @@ -570,9 +570,9 @@
             }
             else
             {
  -            System.out.println("Calling newTemplates: "+xslFileName);
  +            // System.out.println("Calling newTemplates: "+xslFileName);
               stylesheet = tfactory.newTemplates(new StreamSource(xslFileName));
  -            System.out.println("Done calling newTemplates: "+xslFileName);
  +            // System.out.println("Done calling newTemplates: "+xslFileName);
             }
           }
   
  @@ -690,7 +690,7 @@
               }
               else if (flavor.equals("th"))
               {
  -              System.out.println("Testing the TransformerHandler...");
  +              // System.out.println("Testing the TransformerHandler...");
   
                 // ===============
                 XMLReader reader = null;
  @@ -832,10 +832,10 @@
                 }
                 else
                 {
  -                System.out.println("Starting transform");
  +                // System.out.println("Starting transform");
                   transformer.transform(new StreamSource(inFileName),
                                         strResult);
  -                System.out.println("Done with transform");
  +                // System.out.println("Done with transform");
                 }
               }
             }
  
  
  

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