cziegeler    01/06/28 03:06:56

  Modified:    .        Tag: cocoon_20_branch build.xml
  Log:
  Applied patch by Marcus Crafter ([EMAIL PROTECTED]) for conditional compilation 
of the LDAPTransformer
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.11  +4 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.8.2.10
  retrieving revision 1.8.2.11
  diff -u -r1.8.2.10 -r1.8.2.11
  --- build.xml 2001/06/22 16:35:39     1.8.2.10
  +++ build.xml 2001/06/28 10:06:53     1.8.2.11
  @@ -231,6 +231,9 @@
       <available property="mail.present" classname="javax.mail.Session">
         <classpath refid="classpath"/>
       </available>
  +    <available property="naming.present" classname="javax.naming.Context">
  +      <classpath refid="classpath"/>
  +    </available>
     </target>
   
     <!-- =================================================================== -->
  @@ -251,6 +254,7 @@
           <exclude name="**/http/RequestWrapper2*.java"/>
           <exclude name="**/Ora*.java" unless="ora.driver.present"/>
           <exclude name="**/Sendmail*.java" unless="mail.present"/>
  +        <exclude name="**/LDAPTransformer*.java" unless="naming.present"/>
           <exclude name="**/browser/*.x*"/>
         </fileset>
       </copy>
  
  
  

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