diff options
author | Simon Pepping <spepping@apache.org> | 2005-11-25 22:37:49 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2005-11-25 22:37:49 +0000 |
commit | 39e0e48745f7f7368e02d56f2636da9217a3c31f (patch) | |
tree | dc9fce90b4af0196c4f30cde8a118f5bd6cbdf76 /examples/mathml | |
parent | 5f552c3c17b11d61d011ec0202b94e8cf3cb35f1 (diff) | |
download | xmlgraphics-fop-39e0e48745f7f7368e02d56f2636da9217a3c31f.tar.gz xmlgraphics-fop-39e0e48745f7f7368e02d56f2636da9217a3c31f.zip |
Change more links from xml.apache.org to xmlgraphics.apache.org.
Change the file name helloworld.svg to lower case, as used in the java file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/mathml')
-rw-r--r-- | examples/mathml/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mathml/build.xml b/examples/mathml/build.xml index 872d11305..64c56b01c 100644 --- a/examples/mathml/build.xml +++ b/examples/mathml/build.xml @@ -137,7 +137,7 @@ <manifest> <attribute name="Implementation-Title" value="${Name}"/> <attribute name="Implementation-Version" value="${version}"/> - <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/> + <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xmlgraphics.apache.org/fop/)"/> <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}])"/> </manifest> </jar> |