cziegeler    01/11/23 02:06:57

  Modified:    .        build.xml
  Log:
  Readding test for php
  
  Revision  Changes    Path
  1.102     +5 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- build.xml 2001/11/23 09:54:15     1.101
  +++ build.xml 2001/11/23 10:06:57     1.102
  @@ -108,7 +108,6 @@
     <taskdef name="SitemapTool" classname="SitemapTool" classpath="./bin/anttasks"/>
   
   
  -
     <!--
       Give user a chance to override without editing this file
       (and without typing -D each time he compiles it)
  @@ -297,6 +296,10 @@
       </available>
   
       <ClassAvailable classpathref="classpath" 
  +                    property="php.present" 
  +                    classname="net.php.servlet"/>
  +
  +    <ClassAvailable classpathref="classpath" 
                       property="xt.present" 
                       classname="com.jclark.xsl.sax.XMLProcessorImpl"/>
   
  @@ -777,6 +780,7 @@
         <fileset dir="${webapp.dir}/i18n">
         </fileset>
       </copy>
  +
     </target>
   
     <!-- =================================================================== -->
  
  
  

----------------------------------------------------------------------
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