]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Updated build for 0.20.5 release
authorChristian Geisert <chrisg@apache.org>
Mon, 10 Feb 2003 03:35:27 +0000 (03:35 +0000)
committerChristian Geisert <chrisg@apache.org>
Mon, 10 Feb 2003 03:35:27 +0000 (03:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195935 13f79535-47bb-0310-9956-ffa450edef68

build.xml
docs/readme

index 792625fffde9caed0399ef4470635100725f4190..c93b8a14e53543d8d27cbc7084beb9a5c1e4a9af 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -111,7 +111,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
   <fileset dir="${basedir}" id="dist.bin">
     <include name="build/site/**"/>
     <include name="conf/**"/>
-    <include name="contrib/servlet/**"/>
     <include name="docs/xslfoRef.pdf"/>
     <include name="docs/examples/**"/>
     <exclude name="docs/examples/build.xml"/>
@@ -119,13 +118,21 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     <exclude name="docs/examples/results.html"/>
     <include name="docs/graphics/**"/>
     <include name="docs/foschema/**"/>
+    <include name="examples/**"/>
+    <exclude name="examples/build.xml"/>
+    <exclude name="examples/fo/runtests.*"/>
+    <exclude name="examples/fo/results.html"/>
+    <exclude name="examples/tests/**"/>
     <include name="CHANGES"/>
     <include name="LICENSE"/>
+    <include name="KEYS"/>
     <include name="README"/>
     <include name="STATUS"/>
     <include name="ReleaseNotes.html"/>
     <include name="fop.bat"/>
     <include name="fop.sh"/>
+    <include name="xalan.bat"/>
+    <include name="xalan.sh"/>
     <exclude name="src/**"/>
     <exclude name="dist/**"/>
     <exclude name="lib/**"/>
@@ -151,9 +158,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     <include name="src/**"/>
     <include name="build/site/**"/>
     <include name="conf/**"/>
-    <include name="contrib/servlet/**"/>
     <include name="build/site/**"/>
     <include name="docs/**"/>
+    <include name="examples/**"/>
     <include name="hyph/**"/>
     <include name="lib/**"/>
     <include name="CHANGES"/>
@@ -164,6 +171,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     <include name="build*"/>
     <include name="fop.bat"/>
     <include name="fop.sh"/>
+    <include name="xalan.bat"/>
+    <include name="xalan.sh"/>
   </fileset>
 
   <path id="libs-build-classpath">
@@ -185,9 +194,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     <tstamp/>
     <property name="Name" value="Fop"/>
     <property name="name" value="fop"/>
-    <property name="version" value="0.20.5rc"/>
+    <property name="version" value="0.20.5"/>
     <filter  token="version" value="${version}"/>
-    <property name="year" value="1999-2002"/>
+    <property name="year" value="1999-2003"/>
 
     <echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
 
index 98932e26764fecc11436ab78698fd8abeb9e5e7e..4254001fc47a1a7530a6dc0c039a56679e5990e7 100644 (file)
@@ -3,17 +3,5 @@ Content of the directory xml-fop/docs
 xslfoRef.xml  a short xsl:fo reference
 xml2pdf.xsl   a stylesheet, to convert xslfoRef.xml to pdf
 
-html-docs     Fop documentation in html files
-xml-docs      Fop documentation in xml files and a script to create pdf documentation
-
-design        UML diagrams showing the Fop design
-bugtests      contains a set of xsl:fo files which are used to test 
-              changes to the Fop code
-graphics      some graphics used by the examples and test files
-examples      a lot of xs:fo example files 
-examples/fo   some simple examples to get you started
-examples/
-  pagination  some simple and some not so simple examples how to use the
-              new page layout tags in xsl:fo
-examples/svg  quite a lot of examples using svg
+documentation is in build/site/index.html