From: Carlos S. <car...@us...> - 2005-01-08 22:41:10
|
carlossg 05/01/08 14:41:02 Modified: sdocbook project.xml sdocbook/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4.1 Revision Changes Path 1.28 +34 -33 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- project.xml 1 Jan 2005 20:39:20 -0000 1.27 +++ project.xml 8 Jan 2005 22:41:01 -0000 1.28 @@ -1,18 +1,20 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> + <project> <extend>../plugin-project.xml</extend> <!--pomVersion is in parent --> + <artifactId>maven-sdocbook-plugin</artifactId> <name>SDocBook Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4.1-SNAPSHOT</currentVersion> + + <currentVersion>1.4.1</currentVersion> <!-- organization is in parent --> + <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> - <description> - A plugin for DOCBOOK processing. Uses the DocBook Open Repository project XSL stylesheets to - process DocBook XML sources into different output formats. - </description> + + <description>A plugin for DOCBOOK processing. Uses the DocBook Open Repository project XSL stylesheets to process DocBook XML sources into different output formats.</description> <shortDescription>MAVEN Plug-in for DOCBOOK</shortDescription> <!-- issueTrackingUrl, siteAddress are in parent --> @@ -21,7 +23,6 @@ <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/sdocbook</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/sdocbook/</url> </repository> - <versions> <version> <id>1.4</id> @@ -33,11 +34,13 @@ <name>1.3</name> <tag>maven-sdocbook-plugin-1-3-0</tag> </version> + <version> + <id>1.4.1</id> + <name>1.4.1</name> + <tag>maven-sdocbook-plugin-1-4-1</tag> + </version> </versions> - - <branches> - </branches> - + <branches></branches> <!-- mailingLists are in parent --> <developers> @@ -49,7 +52,7 @@ <roles> <role>SQA Consultant</role> </roles> - </developer> + </developer> <developer> <name>Per Olesen</name> <id>perolesen</id> @@ -60,7 +63,7 @@ </roles> <url>https://sourceforge.net/users/perolesen/</url> <timezone>+1</timezone> - </developer> + </developer> <developer> <name>Carlos Sanchez</name> <id>carlossg</id> @@ -69,12 +72,11 @@ <role>Developer</role> </roles> <timezone>+1</timezone> - </developer> + </developer> </developers> - <dependencies> - <!-- default docbook stylesheets --> + <dependency> <groupId>docbook</groupId> <artifactId>docbook-xsl</artifactId> @@ -82,38 +84,38 @@ <url>http://docbook.sourceforge.net</url> <type>zip</type> </dependency> - <dependency> <id>avalon-framework</id> <version>4.0</version> <url>http://avalon.apache.org/index.html</url> - </dependency> + </dependency> <dependency> <id>batik</id> <version>1.1.1</version> - <url>http://xml.apache.org/batik/index.html</url> - </dependency> - <dependency> + <url>http://xml.apache.org/batik/index.html</url> + </dependency> + <dependency> <id>fop</id> <version>0.20.5</version> - <url>http://xml.apache.org/fop/index.html</url> - </dependency> + <url>http://xml.apache.org/fop/index.html</url> + </dependency> <!-- if any of the jimi dependencies are updated remember to update ../maven-xml --> - <dependency> + + <dependency> <id>jimi</id> <version>1.0</version> - <url>http://java.sun.com/products/jimi/</url> - </dependency> - <dependency> + <url>http://java.sun.com/products/jimi/</url> + </dependency> + <dependency> <id>logkit</id> <version>1.0.1</version> <url>http://avalon.apache.org/logkit/index.html</url> - </dependency> + </dependency> <dependency> <id>xalan</id> <version>2.5.1</version> - <url>http://xml.apache.org/xalan-j/</url> - </dependency> + <url>http://xml.apache.org/xalan-j/</url> + </dependency> <dependency> <id>xerces</id> <version>2.3.0</version> @@ -123,12 +125,11 @@ <id>xml-apis</id> <version>1.0.b2</version> <url>http://xml.apache.org/xerces2-j/index.html</url> - </dependency> + </dependency> <dependency> <id>xml-resolver</id> <version>1.1</version> <url>http://xml.apache.org/dist/commons/</url> - </dependency> + </dependency> </dependencies> </project> - 1.13 +24 -78 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- changes.xml 1 Jan 2005 23:30:09 -0000 1.12 +++ changes.xml 8 Jan 2005 22:41:02 -0000 1.13 @@ -1,96 +1,42 @@ -<document> +<?xml version="1.0" encoding="UTF-8"?> +<document> <properties> <title>Changes</title> <author email="sie...@it...">Siegfried Goeschl</author> <author email="per...@us...">Per Olesen</author> </properties> - <body> - - <release version="1.4.1-SNAPSHOT" date="in CVS"> - <action dev="carlossg" type="add"> - Added **/*.jpg, **/*.css to maven.sdocbook.resources.include - </action> - <action dev="carlossg" type="fix"> - Don't flatten resources when copying. - </action> - <action dev="carlossg" type="add"> - Added maven.sdocbook.files property. - </action> - <action dev="carlossg" type="fix"> - Stylesheet version used may have not been already downloaded. - </action> + <release version="1.4.1" date="2005-01-08"> + <action dev="carlossg" type="add">Added **/*.jpg, **/*.css to maven.sdocbook.resources.include</action> + <action dev="carlossg" type="fix">Don't flatten resources when copying.</action> + <action dev="carlossg" type="add">Added maven.sdocbook.files property.</action> + <action dev="carlossg" type="fix">Stylesheet version used may have not been already downloaded.</action> </release> <release version="1.4" date="2004-12-31"> - <action dev="carlossg" type="add"> - Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl. - </action> - <action dev="carlossg" type="add"> - Allow using new stylesheet versions as dependencies in POM. - </action> - <action dev="carlossg" type="add"> - Added documentation to use custom stylesheets. - </action> - <action dev="carlossg" type="fix"> - Fail on transformation errors. - </action> - <action dev="perolesen" type="update"> - Update of documentation to include description of the new properties, - how to set stylesheet parameters, how to update to use newer stylesheets etc. - </action> - <action dev="perolesen" type="add"> - The docbook DTDs are huge and take time to resolve externally. - Added the EntityResolver from xml-commons and added properties to be - able to use it. - </action> - <action dev="perolesen" type="add"> - Added the xalan25 extensions jar from stylesheet distribution to be able - to use the stylesheet extensions. - </action> - <action dev="perolesen" type="add"> - Added possibility to set the stylesheet params. - </action> - <action dev="perolesen" type="add"> - Added copying of external resources like images, which the target output - references externally (e.g. a HTML output which includes a IMG tag). - </action> + <action dev="carlossg" type="add">Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl.</action> + <action dev="carlossg" type="add">Allow using new stylesheet versions as dependencies in POM.</action> + <action dev="carlossg" type="add">Added documentation to use custom stylesheets.</action> + <action dev="carlossg" type="fix">Fail on transformation errors.</action> + <action dev="perolesen" type="update">Update of documentation to include description of the new properties, how to set stylesheet parameters, how to update to use newer stylesheets etc.</action> + <action dev="perolesen" type="add">The docbook DTDs are huge and take time to resolve externally. Added the EntityResolver from xml-commons and added properties to be able to use it.</action> + <action dev="perolesen" type="add">Added the xalan25 extensions jar from stylesheet distribution to be able to use the stylesheet extensions.</action> + <action dev="perolesen" type="add">Added possibility to set the stylesheet params.</action> + <action dev="perolesen" type="add">Added copying of external resources like images, which the target output references externally (e.g. a HTML output which includes a IMG tag).</action> </release> - <release version="1.3" date="2003-10-17"> - <action dev="wdsgoe" type="add"> - Added on more example files - </action> - <action dev="wdsgoe" type="add"> - Check if the source directory exists and quit if not - </action> - <action dev="wdsgoe" type="fix"> - Andy Jefferson fixed a few flaws in the project.xml - </action> + <action dev="wdsgoe" type="add">Added on more example files</action> + <action dev="wdsgoe" type="add">Check if the source directory exists and quit if not</action> + <action dev="wdsgoe" type="fix">Andy Jefferson fixed a few flaws in the project.xml</action> </release> - <release version="1.2" date="2003-08-26"> - <action dev="wdsgoe" type="update"> - Updated to newer JARs - </action> - <action dev="wdsgoe" type="update"> - Update to use version 1.61.3 of Open DocBook - </action> - <action dev="wdsgoe" type="fix"> - Pulling in all the XML related stuff in the Java boot classpath - to get it working with JDK 1,4 - </action> - <action dev="wdsgoe" type="update"> - Updated documentation - </action> + <action dev="wdsgoe" type="update">Updated to newer JARs</action> + <action dev="wdsgoe" type="update">Update to use version 1.61.3 of Open DocBook</action> + <action dev="wdsgoe" type="fix">Pulling in all the XML related stuff in the Java boot classpath to get it working with JDK 1,4</action> + <action dev="wdsgoe" type="update">Updated documentation</action> </release> - <release version="1.1" date="2003-08-19"> - <action dev="wdsgoe" type="update"> - Migrate from Maven B7 to Maven B10 - </action> + <action dev="wdsgoe" type="update">Migrate from Maven B7 to Maven B10</action> </release> - </body> - </document> |