aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/dev
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-04-08 12:41:33 +0000
committerJeremias Maerki <jeremias@apache.org>2005-04-08 12:41:33 +0000
commit2d35d7166249737e0e4063ee2f3bfffe74304fa0 (patch)
treeda02d7f3e56f0a6ae4663e4ab3d055c402d74139 /src/documentation/content/xdocs/dev
parent2b7a1a42a02c7454676b6d29d4e4db8be98cd03a (diff)
downloadxmlgraphics-fop-2d35d7166249737e0e4063ee2f3bfffe74304fa0.tar.gz
xmlgraphics-fop-2d35d7166249737e0e4063ee2f3bfffe74304fa0.zip
contrib -> examples (this was moved long ago)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/dev')
-rw-r--r--src/documentation/content/xdocs/dev/extensions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml
index 94ced5ad8..b00290dbe 100644
--- a/src/documentation/content/xdocs/dev/extensions.xml
+++ b/src/documentation/content/xdocs/dev/extensions.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 1999-2004 The Apache Software Foundation
+ Copyright 1999-2005 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.
@@ -45,7 +45,7 @@ To add your own extension you need to do the following things.
</p>
<ol>
<li>Write code that implements your extension functionality. The easiest place to
-start is by looking at the code in org.apache.fop.extension, and by looking at the examples in the <code>contrib</code> directory.</li>
+start is by looking at the code in org.apache.fop.extension, and by looking at the examples in the <code>examples</code> directory.</li>
<li>Create a class that implements the org.apache.fop.fo.ElementMapping interface. ElementMapping is a hashmap of all of the elements in a particular namespace, which makes it easier for FOP to create a different object for each element.
ElementMapping objects are static to save on memory.
They are loaded by FOP when parsing starts to validate input.</li>