diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-03-12 11:14:55 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-03-12 11:14:55 +0000 |
commit | 2ac9fa5376d798152bdb1d1e590a4d393b64c94e (patch) | |
tree | 2abb80b0833dc5147eb79027a1909e25688b983a /examples/embedding/README | |
parent | d035088e1b5763b4c5026193d132fd4cb6e0dfbb (diff) | |
download | xmlgraphics-fop-2ac9fa5376d798152bdb1d1e590a4d393b64c94e.tar.gz xmlgraphics-fop-2ac9fa5376d798152bdb1d1e590a4d393b64c94e.zip |
Embedding examples ported from maintenance branch.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/embedding/README')
-rw-r--r-- | examples/embedding/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/embedding/README b/examples/embedding/README new file mode 100644 index 000000000..eb17f212f --- /dev/null +++ b/examples/embedding/README @@ -0,0 +1,17 @@ +FOP Embedding Examples Readme
+
+This directory contains several examples on using FOP in Java.
+
+To compile the examples you can use the build.bat/build.sh scripts.
+You can also directly run the individual examples with these scripts.
+Just call
+
+Windows: build -projecthelp
+Unix: ./build.sh -projecthelp
+
+for a listing of all available examples.
+
+
+
+Please go to the page indicated below to find more information:
+http://xml.apache.org/fop/embedding.html
|