Upped Windows zip version number; including all found examples and stylesheets in zip archive.
authorTony Graham
Sun, 28 Apr 2013 16:04:32 +0100
changeset 11 abc944bc3c80
parent 10 9582d69391bf
child 12 df1a24eb52fc
Upped Windows zip version number; including all found examples and stylesheets in zip archive.
FOPRunXSLTExt/build-nonb.xml
--- a/FOPRunXSLTExt/build-nonb.xml	Sat Apr 27 22:29:14 2013 +0100
+++ b/FOPRunXSLTExt/build-nonb.xml	Sun Apr 28 16:04:32 2013 +0100
@@ -3,7 +3,7 @@
 <project name="FOPRunXSLTExt-nonb" default="default" basedir=".">
     <description>Builds, tests, and runs the project FOPRunXSLTExt.</description>
 
-    <property name="zip.version" value="0.0.2" />
+    <property name="zip.version" value="0.0.3" />
 
     <import file="build.xml"/>
 
@@ -42,7 +42,7 @@
     <target name="zip.windows">
       <zip destfile="FOPRunXSLTExt-windows-${zip.version}.zip">
 	<zipfileset dir="examples"
-		    includes="runsaxon9he_fop10.bat FOPRunXSLTExt.jar README example1*.* out"
+		    includes="runsaxon9he_fop10.bat FOPRunXSLTExt.jar README example*.xml example*.xsl out"
 		    prefix="FOPRunXSLTExt-windows-${zip.version}" />
       </zip>
     </target>