summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2010-07-05 15:05:55 +0000
committerSimon Pepping <spepping@apache.org>2010-07-05 15:05:55 +0000
commitd734b37908aafcdce0f5690d71afdc6535dacc21 (patch)
treeb3e1373d65549e5870b2fc4e0dbeb9e1f8d0a9b2 /build.xml
parent9d71d8cb976d4d225ccc144755c85fa1afff34de (diff)
downloadxmlgraphics-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.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index bddc61d4d..2754d2441 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>