diff options
author | Simon Pepping <spepping@apache.org> | 2007-01-07 13:19:45 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2007-01-07 13:19:45 +0000 |
commit | f02d9c1b949d496bd72a840e22d50ae5b3581499 (patch) | |
tree | 9044d82390a05aad26c75eb8ba98ddac6f3f7fa5 /build.xml | |
parent | 77dc613c7a01946b183846bafb91e8a37bdebcdc (diff) | |
download | xmlgraphics-fop-f02d9c1b949d496bd72a840e22d50ae5b3581499.tar.gz xmlgraphics-fop-f02d9c1b949d496bd72a840e22d50ae5b3581499.zip |
Merging changes from branch fop-0.93 back into trunk, change year 2006
in build.xml into 2007, remove PCL from unsupported output formats in
known issues
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -101,8 +101,10 @@ list of possible build targets. <include name="NOTICE"/> <include name="README"/> <include name="KEYS"/> + <include name="known-issues.xml"/> <include name="status.xml"/> <include name="build.*"/> + <include name="forrest.properties"/> <include name="fop.bat"/> <include name="fop"/> </fileset> @@ -146,7 +148,7 @@ list of possible build targets. <property name="name" value="fop"/> <property name="NAME" value="FOP"/> <property name="version" value="svn-trunk"/> - <property name="year" value="1999-2006"/> + <property name="year" value="1999-2007"/> <property name="javac.debug" value="on"/> <property name="javac.optimize" value="off"/> |