Browse Source

rtflib package is not compilable yet


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196518 13f79535-47bb-0310-9956-ffa450edef68
tags/Root_Temp_KnuthStylePageBreaking
Bertrand Delacretaz 21 years ago
parent
commit
9a5987593f
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      build.xml

+ 10
- 0
build.xml View File

@@ -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>

Loading…
Cancel
Save