diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-10-24 09:13:53 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-10-24 09:13:53 +0000 |
commit | 94b582d886ed3dcc4222c6fc1bc3f57b48bede90 (patch) | |
tree | bee1c9683c64774ee2c149536a4d99cd1b5d0969 /build.xml | |
parent | 01e19849f856d37dd6a09666288fef15713bc42e (diff) | |
download | xmlgraphics-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"/> |