aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2001-02-23 08:27:28 +0000
committerfotis <fotis@unknown>2001-02-23 08:27:28 +0000
commit8206d99fc46fded5c036de68d81dd36c6bba2c06 (patch)
treeb4f1a390a6a8458bb520a9949d194158857c6994 /build.xml
parentddaf8b2ad8b8241641d9406805319709e17b2f0d (diff)
downloadxmlgraphics-fop-8206d99fc46fded5c036de68d81dd36c6bba2c06.tar.gz
xmlgraphics-fop-8206d99fc46fded5c036de68d81dd36c6bba2c06.zip
for jdk1.1 compatibility: exclude jdk1.2 dependent files from build
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 1f61212ff..9ad38c141 100644
--- a/build.xml
+++ b/build.xml
@@ -163,8 +163,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
,org/apache/fop/viewer/**
,**/GifJpegImage.java
,**/JimiImage.java
- ,**/PrintCommandLine.java
- ,**/AWTCommandLine.java"/>
+ ,**/PrintStarter.java
+ ,**/AWTStarter.java"/>
<property name="xslt" value="org.apache.xalan.xslt.Process"/>
<property name="src.properties.xsl" value="${src.codegen}/properties.xsl"/>