aboutsummaryrefslogtreecommitdiffstats
path: root/examples/plan
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2005-11-25 22:37:49 +0000
committerSimon Pepping <spepping@apache.org>2005-11-25 22:37:49 +0000
commit39e0e48745f7f7368e02d56f2636da9217a3c31f (patch)
treedc9fce90b4af0196c4f30cde8a118f5bd6cbdf76 /examples/plan
parent5f552c3c17b11d61d011ec0202b94e8cf3cb35f1 (diff)
downloadxmlgraphics-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/plan')
-rw-r--r--examples/plan/build.xml2
-rw-r--r--examples/plan/docs/june.xml2
-rw-r--r--examples/plan/docs/plan.fo2
-rw-r--r--examples/plan/src/org/apache/fop/plan/PlanElementMapping.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/plan/build.xml b/examples/plan/build.xml
index a3f68862b..d9df43796 100644
--- a/examples/plan/build.xml
+++ b/examples/plan/build.xml
@@ -131,7 +131,7 @@
<attribute name="Class-Path" value="${runtime.classpath}"/>
<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>
diff --git a/examples/plan/docs/june.xml b/examples/plan/docs/june.xml
index 7f8092da3..fa8c85cc0 100644
--- a/examples/plan/docs/june.xml
+++ b/examples/plan/docs/june.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<plan xmlns="http://xml.apache.org/fop/plan" width="500" height="300" start="38320523" end="38320706">
+<plan xmlns="http://xmlgraphics.apache.org/fop/plan" width="500" height="300" start="38320523" end="38320706">
<title>Plan for June</title>
<events>
diff --git a/examples/plan/docs/plan.fo b/examples/plan/docs/plan.fo
index af446c953..d47755b31 100644
--- a/examples/plan/docs/plan.fo
+++ b/examples/plan/docs/plan.fo
@@ -58,7 +58,7 @@ All other options are set in the style attribute.
<fo:block space-before.optimum="3pt" space-after.optimum="15pt">
<fo:block space-after.optimum="5pt">
<fo:instream-foreign-object>
-<plan xmlns="http://xml.apache.org/fop/plan" width="500" height="200" start="20020612" end="20020702">
+<plan xmlns="http://xmlgraphics.apache.org/fop/plan" width="500" height="200" start="20020612" end="20020702">
<title>Example Plan</title>
<events>
diff --git a/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java b/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java
index db86cf58f..13d65a3f7 100644
--- a/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java
+++ b/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java
@@ -32,7 +32,7 @@ import java.util.HashMap;
public class PlanElementMapping extends ElementMapping {
/** Plan Namespace */
- public static final String NAMESPACE = "http://xml.apache.org/fop/plan";
+ public static final String NAMESPACE = "http://xmlgraphics.apache.org/fop/plan";
public PlanElementMapping() {
this.namespaceURI = NAMESPACE;