aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedding/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedding/build.xml')
-rw-r--r--examples/embedding/build.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml
index 11d803c09..42fcbfd95 100644
--- a/examples/embedding/build.xml
+++ b/examples/embedding/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright 2002-2004 The Apache Software Foundation
+ Copyright 2002-2004,2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -16,9 +16,8 @@
-->
<!-- $Id$ -->
<project default="compile" basedir=".">
- <property name="Name" value="Fop Embedding Examples"/>
+ <property name="Name" value="Apache FOP - Embedding Examples"/>
<property name="name" value="embedding"/>
- <property name="version" value="1.0dev"/>
<!-- compiler switches -->
<property name="debug" value="on"/>
<property name="optimize" value="off"/>
@@ -40,6 +39,7 @@
<include name="xalan*.jar"/>
<include name="commons-io*.jar"/>
<include name="commons-logging*.jar"/>
+ <include name="xmlgraphics-commons*.jar"/>
</fileset>
<fileset dir="${fop.lib.dir}/../build">
<include name="fop.jar"/>
@@ -50,9 +50,8 @@
<!-- =================================================================== -->
<target name="init">
<tstamp/>
- <filter token="version" value="${version}"/>
- <property name="year" value="2002-2004"/>
- <echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
+ <property name="year" value="2002-2004,2006"/>
+ <echo message="------------------- ${Name} [${year}] ----------------"/>
</target>
<!-- =================================================================== -->
<!-- Prepares the build directory -->