diff options
author | Simon Pepping <spepping@apache.org> | 2010-07-05 15:05:55 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-07-05 15:05:55 +0000 |
commit | d734b37908aafcdce0f5690d71afdc6535dacc21 (patch) | |
tree | b3e1373d65549e5870b2fc4e0dbeb9e1f8d0a9b2 /build.xml | |
parent | 9d71d8cb976d4d225ccc144755c85fa1afff34de (diff) | |
download | xmlgraphics-fop-d734b37908aafcdce0f5690d71afdc6535dacc21.tar.gz xmlgraphics-fop-d734b37908aafcdce0f5690d71afdc6535dacc21.zip |
First changes for the release, mainly documentation changes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -103,6 +103,8 @@ list of possible build targets. <include name="build.*"/> <include name="forrest.properties"/> <include name="fop.bat"/> + <include name="fop.cmd"/> + <include name="fop.js"/> <include name="fop"/> </fileset> <path id="libs-build-classpath"> @@ -134,7 +136,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-2009"/> + <property name="year" value="1999-2010"/> <property name="javac.debug" value="on"/> <property name="javac.optimize" value="off"/> <property name="javac.deprecation" value="on"/> |