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

index f8dd6cd2798a2386baefca2a3cc037f4332db355..c7740f54f70235d0447156338f8f8d4e7ce3a945 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 9a76775e6b500e6bed82c8d6e43fadc0baee222c..93fe87488f3427da3f78251266c6176a805bece9 100644 (file)
@@ -24,7 +24,7 @@
 <fm:project>
   <fm:Project>DocBook</fm:Project>
   <fm:Branch>Xalan 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 32279fbb4e3e51d16232f25a1324bae9d0283385..d6d68708598cfcb448fcdf71b38f3890fd15a988 100644 (file)
@@ -530,9 +530,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}/xalan27.jar"/>
         <delete dir="${dist.dir}/javadoc"/>
+        <delete dir="${dist.dir}/classes"/>
     </target>
     <target name="-post-clean">
         <!-- Empty placeholder for easier customization. -->