aboutsummaryrefslogtreecommitdiffstats
path: root/fop/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fop/build.xml')
-rw-r--r--fop/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/fop/build.xml b/fop/build.xml
index 78d9f4854..eb6455dc6 100644
--- a/fop/build.xml
+++ b/fop/build.xml
@@ -510,9 +510,9 @@ list of possible build targets.
<fileset dir="${util.src.java.dir}">
<patternset refid="java-only"/>
</fileset>
- <fileset dir="${basedir}">
- <include name="../LICENSE"/>
- <include name="../NOTICE"/>
+ <fileset dir="${basedir}/..">
+ <include name="LICENSE"/>
+ <include name="NOTICE"/>
</fileset>
</jar>
</target>