]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
rtflib package is not compilable yet
authorBertrand Delacretaz <bdelacretaz@apache.org>
Fri, 20 Jun 2003 15:56:51 +0000 (15:56 +0000)
committerBertrand Delacretaz <bdelacretaz@apache.org>
Fri, 20 Jun 2003 15:56:51 +0000 (15:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196518 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index c1232c09c06a7fbabc8509963759e9cb930c8855..c4cd4ba7649b160530d34da59a5dca7da3817103 100644 (file)
--- 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>