aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a3dc0f84b..af5670224 100644
--- a/build.xml
+++ b/build.xml
@@ -796,6 +796,7 @@ list of possible build targets.
</sourcepath>
<tag name="todo" scope="all" description="To do:"/>
<group title="Control and Startup">
+ <package name="org.apache.fop"/>
<package name="org.apache.fop.apps"/>
<package name="org.apache.fop.cli"/>
<package name="org.apache.fop.configuration"/>
@@ -815,17 +816,18 @@ list of possible build targets.
<group title="Area Tree">
<package name="org.apache.fop.area"/>
<package name="org.apache.fop.area.*"/>
+ <package name="org.apache.fop.traits"/>
</group>
<group title="Paginated Rendering">
<package name="org.apache.fop.render"/>
<package name="org.apache.fop.render.*"/>
- <package name="org.apache.fop.viewer"/>
</group>
<group title="Structural Rendering">
<package name="org.apache.fop.render.rtf"/>
<package name="org.apache.fop.render.mif"/>
</group>
<group title="Utility">
+ <package name="org.apache.fop.hyphenation"/>
<package name="org.apache.fop.pdf"/>
<package name="org.apache.fop.tools"/>
<package name="org.apache.fop.tools.*"/>