You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/06/03 04:46:24 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation XTTransformer.java xt.xmap

vgritsenko    2002/06/02 19:46:24

  Modified:    .        changes.xml build.xml
  Removed:     lib/optional xt-19991105.jar
               src/java/org/apache/cocoon/transformation XTTransformer.java
                        xt.xmap
  Log:
  removed XT transformer (as agreed)
  
  Revision  Changes    Path
  1.182     +4 -1      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.181
  retrieving revision 1.182
  diff -u -r1.181 -r1.182
  --- changes.xml	1 Jun 2002 14:44:41 -0000	1.181
  +++ changes.xml	3 Jun 2002 02:46:23 -0000	1.182
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.181 2002/06/01 14:44:41 nicolaken Exp $
  +  $Id: changes.xml,v 1.182 2002/06/03 02:46:23 vgritsenko Exp $
   -->
   
   <changes title="History of Changes">
  @@ -38,6 +38,9 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="VG" type="remove">
  +   Removed XT XSLT transformer.
  +  </action>
     <action dev="NKB" type="add">
       Added a "handle-exceptions" init argument in web.xml, used by CocoonServlet for the exceptions
       that the core Cocoon class throws.
  
  
  
  1.221     +0 -18     xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.220
  retrieving revision 1.221
  diff -u -r1.220 -r1.221
  --- build.xml	29 May 2002 10:36:48 -0000	1.220
  +++ build.xml	3 Jun 2002 02:46:23 -0000	1.221
  @@ -435,10 +435,6 @@
                       classname="net.php.servlet"/>
   
       <class-available classpathref="classpath" 
  -                    property="xt.present" 
  -                    classname="com.jclark.xsl.sax.XMLProcessorImpl"/>
  -
  -    <class-available classpathref="classpath" 
                       property="naming.present" 
                       classname="javax.naming.Context"/>
   
  @@ -559,17 +555,6 @@
       </antcall>
     </target>
     
  -  <!-- Outputs a warning if com.jclark.xsl.* classes are missing during compilation -->
  -  <target name="xt-warn" unless="xt.present" depends="optional-tests">
  -    <antcall target="op-warning">
  -      <param name="thing" value="XT"/>
  -      <param name="recovery" 
  -        value="Get the xt package from http://www.jclark.com/xml/xt.html and place xt.jar in the lib/optional dir"/>
  -      <param name="message"
  -             value="XT is required for the xt transformer."/>
  -    </antcall>
  -  </target>
  -  
     <!-- Outputs a warning if net.php.* classes are missing during compilation -->
     <target name="php-warn" unless="php.present" depends="optional-tests">
       <antcall target="op-warning">
  @@ -798,9 +783,6 @@
           <exclude name="**/FOP*"                    unless="fop.present"/>
           <exclude name="**/renderer/*"              unless="fop.present"/>
           <exclude name="**/fop.x*"                  unless="fop.present"/>
  -
  -        <exclude name="**/XT*.java"                unless="xt.present"/>
  -        <exclude name="**/xt.x*"                   unless="xt.present"/>
   
           <exclude name="**/CompiledJavascript*"     unless="rhino.compiler.present"/>
           <exclude name="**/javascript/Javascript*"  unless="rhino.interpreter.present"/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org