hammant 01/11/26 10:39:46
Modified: . build.xml
Log:
exclude JDK1.4 classes
Revision Changes Path
1.82 +7 -0 jakarta-avalon-cornerstone/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- build.xml 2001/11/25 07:39:50 1.81
+++ build.xml 2001/11/26 18:39:46 1.82
@@ -136,6 +136,10 @@
<available classname="javax.xml.parsers.SAXParserFactory"
classpathref="project.class.path"
property="SAXParserFactory.present"/>
+
+ <available classname="java.beans.XMLDecoder"
+ classpathref="project.class.path"
+ property="LTPJB.present"/>
<mkdir dir="${build.classes}"/>
@@ -158,6 +162,9 @@
unless="SAXParserFactory.present" />
<exclude name="org/apache/avalon/cornerstone/services/sax/**.java"
unless="SAXParserFactory.present" />
+ <exclude
name="org/apache/avalon/cornerstone/blocks/masterstore/xml/**.java"
+ unless="LTPJB.present" />
+
</javac>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>