aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-10-24 09:13:53 +0000
committerJeremias Maerki <jeremias@apache.org>2005-10-24 09:13:53 +0000
commit94b582d886ed3dcc4222c6fc1bc3f57b48bede90 (patch)
treebee1c9683c64774ee2c149536a4d99cd1b5d0969 /build.xml
parent01e19849f856d37dd6a09666288fef15713bc42e (diff)
downloadxmlgraphics-fop-94b582d886ed3dcc4222c6fc1bc3f57b48bede90.tar.gz
xmlgraphics-fop-94b582d886ed3dcc4222c6fc1bc3f57b48bede90.zip
Forgot to add the new Version class to the transcoder package.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ff5dad7cf..b234dd1f3 100644
--- a/build.xml
+++ b/build.xml
@@ -475,6 +475,7 @@ list of possible build targets.
<patternset id="transcoder-classes">
<!-- General classes -->
<patternset>
+ <include name="org/apache/fop/Version.class"/>
<include name="org/apache/fop/apps/Fop.class"/>
<include name="org/apache/fop/apps/FOPException.class"/>
<include name="org/apache/fop/fo/Constants.class"/>