]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Setting the final version number.
authorJeremias Maerki <jeremias@apache.org>
Thu, 17 Nov 2005 08:47:57 +0000 (08:47 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 17 Nov 2005 08:47:57 +0000 (08:47 +0000)
The NOTICE file was missing from the distribution.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345211 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index b5f33ace246f698c3f4ad26047aeecbdc4083976..d9f36a85a475a79724ec45e3745d9b4fa0f9e967 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -63,10 +63,11 @@ list of possible build targets.
   <fileset dir="${basedir}" id="dist.bin">
     <include name="conf/**"/>
     <include name="build/site/**"/>
-    <include name="CHANGES"/>
+    <!--include name="CHANGES"/-->
     <include name="LICENSE"/>
+    <include name="NOTICE"/>
     <include name="README"/>
-    <include name="STATUS"/>
+    <!--include name="STATUS"/-->
     <include name="fop.bat"/>
     <include name="fop"/>
     <exclude name="docs/**"/>
@@ -101,10 +102,11 @@ list of possible build targets.
     <patternset refid="dist.lib"/>
     <include name="lib/servlet*"/>
     <include name="test/**"/>
-    <include name="CHANGES"/>
+    <!--include name="CHANGES"/-->
     <include name="LICENSE"/>
+    <include name="NOTICE"/>
     <include name="README"/>
-    <include name="STATUS"/>
+    <!--include name="STATUS"/-->
     <include name="build.*"/>
     <include name="fop.bat"/>
     <include name="fop"/>
@@ -147,7 +149,7 @@ list of possible build targets.
   <property name="Name" value="Apache FOP"/>
   <property name="name" value="fop"/>
   <property name="NAME" value="FOP"/>
-  <property name="version" value="0.90svn"/>
+  <property name="version" value="0.90alpha1"/>
   <property name="year" value="1999-2005"/>
 
   <property name="javac.debug" value="on"/>