aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrand Delacretaz <bdelacretaz@apache.org>2003-06-20 15:56:51 +0000
committerBertrand Delacretaz <bdelacretaz@apache.org>2003-06-20 15:56:51 +0000
commit9a5987593fed944979a8926f620191d432d48b42 (patch)
tree5432b8c35a5253bf73258d1183af1be5b3614306
parent010ce4e41dcf0dd197f1b5aab5c20a2a89b51cf9 (diff)
downloadxmlgraphics-fop-9a5987593fed944979a8926f620191d432d48b42.tar.gz
xmlgraphics-fop-9a5987593fed944979a8926f620191d432d48b42.zip
rtflib package is not compilable yet
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196518 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index c1232c09c..c4cd4ba76 100644
--- a/build.xml
+++ b/build.xml
@@ -118,6 +118,12 @@ list of possible build targets.
<exclude name="org/apache/fop/pdf/PDFEncryptionJCE.java" unless="jce.present"/>
</patternset>
+ <!-- jfor RTF library has been moved here but needs tweaking before it compiles -->
+ <!-- remove this once the RTF library compiles -->
+ <patternset id="exclude-rtflib">
+ <exclude name="org/apache/fop/rtf/rtflib/**/*.java"/>
+ </patternset>
+
<patternset id="base-sources">
<include name="**/*.java"/>
<exclude name="**/*${ignore_this}"/>
@@ -432,6 +438,10 @@ list of possible build targets.
<patternset refid="exclude-jce-dependencies"/>
<patternset refid="exclude-jai"/>
<patternset refid="exclude-jimi"/>
+
+ <!-- remove this once the RTF library compiles -->
+ <patternset refid="exclude-rtflib"/>
+
<classpath refid="libs-build-classpath"/>
<patternset refid="base-sources"/>
</javac>