From: Michael Smith Date: Wed, 29 Aug 2007 01:45:49 +0000 (+0000) Subject: Made further preparations for release of Saxon and Xalan X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8226f778794afaf0ae25515dea1e787407e3dba;p=docbook-dsssl Made further preparations for release of Saxon and Xalan extensions as standalone packages. --- diff --git a/xsl-saxon/.announcement-text b/xsl-saxon/.announcement-text new file mode 100644 index 000000000..20785f72e --- /dev/null +++ b/xsl-saxon/.announcement-text @@ -0,0 +1,27 @@ +Version @@version@@ of the DocBook Saxon Extensions is now available: + + http://docbook.sf.net/files/xsl-saxon/latest + +The DocBook Saxon Extensions are a set of Java functions you can +use when processing documents with the DocBook XSL Stylesheets and +the Saxon XSLT engine; for more details, see the "DocBook Saxon +extensions" section of DocBook XSL: The Complete Guide - + + http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#SaxonExtensions + +Note that for the convenience of end users, jar files containing +Java classes for these extensions are also bundled with all +DocBook Stylesheets releases -- so downloading this package +separately is not a necessity for most end users. + +This separate package is instead provided as a convenience for +downstream packagers for various Linux distributions and other +platforms. Note that in addition to including the same jar files +that are bundled with the DocBook Stylesheets, this package also +includes the Java sources for the extensions, as well generated +Javadoc documentation for them, along with an Apache Ant build.xml +file that enables you to build the extensions from their sources. + +This @@version@@ release is the initial release of the extensions as a +standalone package; therefore, no release-notes document or +changelog is included in this release. diff --git a/xsl-saxon/.cvsignore b/xsl-saxon/.cvsignore index e4ba32efe..7dd02d935 100644 --- a/xsl-saxon/.cvsignore +++ b/xsl-saxon/.cvsignore @@ -1,3 +1,15 @@ build javadoc saxon65.jar +RELEASE-NOTES-*.xml +RELEASE-NOTES.html +RELEASE-NOTES.txt +RELEASE-NOTES-PARTIAL.txt +RELEASE-NOTES.pdf +RELEASE-NOTES.fo +ChangeLog.xml +.svninfo.xml +NEWS.html +NEWS.xml +NEWS +TERMS.xml diff --git a/xsl-saxon/Makefile b/xsl-saxon/Makefile index 7f6ebd1e1..650d9ae81 100644 --- a/xsl-saxon/Makefile +++ b/xsl-saxon/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include ../buildtools/Makefile.incl include ../releasetools/Variables.mk @@ -7,10 +9,16 @@ DISTRO=xsl-saxon # targets for this distro's "distrib" target to depend on 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 + # value of ZIP_EXCLUDES is a space-separated list of any file or # directory names (shell wildcards OK) that should be excluded # from the zip file and tarball for the release -DISTRIB_EXCLUDES = +DISTRIB_EXCLUDES = \ + NEWS \ + RELEASE-NOTES-PARTIAL.txt \ ANT = ant ANT_OPTS = diff --git a/xsl-xalan/.announcement-text b/xsl-xalan/.announcement-text new file mode 100644 index 000000000..7503c917c --- /dev/null +++ b/xsl-xalan/.announcement-text @@ -0,0 +1,27 @@ +Version @@version@@ of the DocBook Xalan Extensions is now available: + + http://docbook.sf.net/files/xsl-xalan/latest + +The DocBook Xalan Extensions are a set of Java functions you can +use when processing documents with the DocBook XSL Stylesheets and +the Xalan-Java XSLT engine; for more details, see the "DocBook +Xalan extensions" section of DocBook XSL: The Complete Guide - + + http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#XalanExtensions + +Note that for the convenience of end users, jar files containing +Java classes for these extensions are also bundled with all +DocBook Stylesheets releases -- so downloading this package +separately is not a necessity for most end users. + +This separate package is instead provided as a convenience for +downstream packagers for various Linux distributions and other +platforms. Note that in addition to including the same jar files +that are bundled with the DocBook Stylesheets, this package also +includes the Java sources for the extensions, as well generated +Javadoc documentation for them, along with an Apache Ant build.xml +file that enables you to build the extensions from their sources. + +This @@version@@ release is the initial release of the extensions as a +standalone package; therefore, no release-notes document or +changelog is included in this release. diff --git a/xsl-xalan/.cvsignore b/xsl-xalan/.cvsignore index 364705b11..e7187c0b9 100644 --- a/xsl-xalan/.cvsignore +++ b/xsl-xalan/.cvsignore @@ -1,3 +1,15 @@ build javadoc xalan27.jar +RELEASE-NOTES-*.xml +RELEASE-NOTES.html +RELEASE-NOTES.txt +RELEASE-NOTES-PARTIAL.txt +RELEASE-NOTES.pdf +RELEASE-NOTES.fo +ChangeLog.xml +.svninfo.xml +NEWS.html +NEWS.xml +NEWS +TERMS.xml diff --git a/xsl-xalan/Makefile b/xsl-xalan/Makefile index fbf2117fc..f8dd6cd27 100644 --- a/xsl-xalan/Makefile +++ b/xsl-xalan/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile 7296 2007-08-28 09:16:40Z xmldoc $ + include ../buildtools/Makefile.incl include ../releasetools/Variables.mk @@ -7,10 +9,16 @@ DISTRO=xsl-xalan # targets for this distro's "distrib" target to depend on 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 + # value of ZIP_EXCLUDES is a space-separated list of any file or # directory names (shell wildcards OK) that should be excluded # from the zip file and tarball for the release -DISTRIB_EXCLUDES = +DISTRIB_EXCLUDES = \ + NEWS \ + RELEASE-NOTES-PARTIAL.txt \ ANT = ant ANT_OPTS =