rossb 01/02/22 11:52:12
Modified: . Tag: xml-cocoon2 build.xml
Log:
Removed more redundant <available> properties and excludes due to the
removal of the ImageEncoders.
Revision Changes Path
No revision
No revision
1.6.2.58 +1 -13 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.6.2.57
retrieving revision 1.6.2.58
diff -u -r1.6.2.57 -r1.6.2.58
--- build.xml 2001/02/22 10:16:36 1.6.2.57
+++ build.xml 2001/02/22 19:52:09 1.6.2.58
@@ -116,7 +116,7 @@
<property name="debug" value="on"/>
<property name="optimize" value="off"/>
<property name="deprecation" value="off"/>
- <property name="build.compiler" value="classic"/>
+ <property name="build.compiler" value="classic"/>
<property name="target.vm" value="1.2"/>
<property name="src.dir" value="./src"/>
@@ -176,15 +176,6 @@
<available property="fop.present" classname="org.apache.fop.apps.Driver">
<classpath refid="classpath"/>
</available>
- <available property="jpeg.present"
classname="com.sun.image.codec.jpeg.JPEGCodec">
- <classpath refid="classpath"/>
- </available>
- <available property="png.present" classname="com.keypoint.PngEncoder">
- <classpath refid="classpath"/>
- </available>
- <available property="jai.present"
classname="com.sun.media.jai.codec.ImageCodec">
- <classpath refid="classpath"/>
- </available>
<available property="tidy.present" classname="org.w3c.tidy.Tidy">
<classpath refid="classpath"/>
</available>
@@ -285,9 +276,6 @@
<exclude name="**/Jstyle*" unless="jstyle.present"/>
<exclude name="**/FOP*" unless="fop.present"/>
<exclude name="**/Php*" unless="php.present"/>
- <exclude name="**/JPEGEncoder*.java" unless="jpeg.present"/>
- <exclude name="**/PNGEncoder*.java" unless="png.present"/>
- <exclude name="**/JAI*.java" unless="jai.present"/>
<exclude name="**/HTMLGenerator.java" unless="tidy.present"/>
<exclude name="**/J2eeDataSource.java" unless="j2ee.present"/>
<exclude name="**/XIncludeTransformer.java" unless="xpath.present"/>