]> granicus.if.org Git - docbook-dsssl/commitdiff
More tweaks to get release-ready
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 1 Sep 2007 09:14:30 +0000 (09:14 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 1 Sep 2007 09:14:30 +0000 (09:14 +0000)
xsl-saxon/Makefile
xsl-saxon/VERSION
xsl-saxon/nbproject/build-impl.xml

index 650d9ae818ca42723b26e9b17166199b745f98cb..958539f3628c4d23cb9bd64edf24cf484642bbb2 100644 (file)
@@ -11,7 +11,11 @@ DISTRIB_DEPENDS =
 
 # value of ZIP_DEPENDS is a space-separated list of any targets
 # for this distro's "zip" target to depend on
-ZIP_DEPENDS = tag release
+ZIP_DEPENDS =
+
+# value of INSTALL_DEPENDS is a space-separated list of any
+# targets for this distro's "install" target to depend on
+INSTALL_DEPENDS = release tag
 
 # value of ZIP_EXCLUDES is a space-separated list of any file or
 # directory names (shell wildcards OK) that should be excluded
index ce82c27182c0d6703a79fedf68d18aec39791b4a..491a74af69186afa1e95760e9cf2d008a395098b 100644 (file)
@@ -24,7 +24,7 @@
 <fm:project>
   <fm:Project>DocBook</fm:Project>
   <fm:Branch>Saxon Extensions</fm:Branch>
-  <fm:Version>1.00-pre</fm:Version>
+  <fm:Version>1.00</fm:Version>
 <!--
   <fm:License>MIT/X Consortium License</fm:License>
 -->
index e15eb5e6bc02b3fbdb81a6826d40ba515e4af993..b5505f74f224c71ad955d70ec27a544cac666d09 100644 (file)
@@ -563,9 +563,9 @@ is divided into following sections:
     -->
     <target name="deps-clean" depends="init" unless="no.deps"/>
     <target name="-do-clean" depends="init">
-        <delete dir="${build.dir}"/>
         <delete file="${dist.dir}/saxon65.jar"/>
         <delete dir="${dist.dir}/javadoc"/>
+        <delete dir="${dist.dir}/classes"/>
     </target>
     <target name="-post-clean">
         <!-- Empty placeholder for easier customization. -->