cziegeler 01/06/28 03:07:18
Modified: . build.xml
Log:
Applied patch by Marcus Crafter ([EMAIL PROTECTED]) for conditional compilation
of the LDAPTransformer
Revision Changes Path
1.21 +4 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 2001/06/22 16:35:28 1.20
+++ build.xml 2001/06/28 10:07:16 1.21
@@ -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]