]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
contrib -> examples (this was moved long ago)
authorJeremias Maerki <jeremias@apache.org>
Fri, 8 Apr 2005 12:41:33 +0000 (12:41 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 8 Apr 2005 12:41:33 +0000 (12:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198575 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/extensions.xml

index 94ced5ad872435eca466a085e26fd2df67211aa8..b00290dbe395193e5e759b77339fb6dc0fb0573b 100644 (file)
@@ -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>