]> granicus.if.org Git - docbook-dsssl/commitdiff
Made further preparations for release of Saxon and Xalan
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 01:45:49 +0000 (01:45 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 01:45:49 +0000 (01:45 +0000)
extensions as standalone packages.

xsl-saxon/.announcement-text [new file with mode: 0644]
xsl-saxon/.cvsignore
xsl-saxon/Makefile
xsl-xalan/.announcement-text [new file with mode: 0644]
xsl-xalan/.cvsignore
xsl-xalan/Makefile

diff --git a/xsl-saxon/.announcement-text b/xsl-saxon/.announcement-text
new file mode 100644 (file)
index 0000000..20785f7
--- /dev/null
@@ -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.
index e4ba32efea1f8ddf9223351bd53f837ddaf27829..7dd02d9357e22b89c9774c7bc42a164f42c540ef 100644 (file)
@@ -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
index 7f6ebd1e1c118e942ebebbddc2574d7f8f94d4db..650d9ae818ca42723b26e9b17166199b745f98cb 100644 (file)
@@ -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 (file)
index 0000000..7503c91
--- /dev/null
@@ -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.
index 364705b1178815ddb2241f9393a6e50cb48584e4..e7187c0b92332da9e3e42bf3abb5ca216eab9f79 100644 (file)
@@ -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
index fbf2117fc576e64469c20955a37ef1140ed9fad1..f8dd6cd2798a2386baefca2a3cc037f4332db355 100644 (file)
@@ -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 =