aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2010-08-16 13:29:45 +0000
committerJeremias Maerki <jeremias@apache.org>2010-08-16 13:29:45 +0000
commit61df4e0806c6dc170e628ce00705a986e16aa084 (patch)
tree5d170f5b25052309029120920bad64c8a14d566f /build.xml
parentcb9936b4c92ee6f4dede21dbd2fe6d3395b9c31c (diff)
downloadxmlgraphics-fop-61df4e0806c6dc170e628ce00705a986e16aa084.tar.gz
xmlgraphics-fop-61df4e0806c6dc170e628ce00705a986e16aa084.zip
Removed the Class-Path Manifest entry since it's often not quite right and FOP's Main class sets up the classpath in a much more flexible way.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 89e55f8ba..a54b64856 100644
--- a/build.xml
+++ b/build.xml
@@ -520,7 +520,6 @@ list of possible build targets.
<jar jarfile="${build.dir}/fop.jar" basedir="${build.classes.dir}">
<manifest>
<attribute name="Main-Class" value="org.apache.fop.cli.Main"/>
- <attribute name="Class-Path" value="${manifest.classpath}"/>
<attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}, Target Java ${javac.target}])"/>
<section name="org/apache/fop/">
<attribute name="Specification-Title" value="XSL-FO - Extensible Stylesheet Language"/>