dion 2003/09/21 18:13:14 Added: src/plugins-build/changes/src/plugin-test maven.xml .cvsignore project.xml src/plugins-build/changes/src/plugin-test/xdocs changes.xml Removed: src/plugins-build/changes/src/test/plugin-test/xdocs changes.xml src/plugins-build/changes/src/test/plugin-test maven.xml project.xml .cvsignore Log: Change location of plugin test projects for Vincent Revision Changes Path 1.1 maven/src/plugins-build/changes/src/plugin-test/maven.xml Index: maven.xml =================================================================== <project xmlns:util="jelly:util" xmlns:j="jelly:core"> <goal name="testPlugin" prereqs="test-changes-report"> <attainGoal name="clean"/> </goal> <goal name="test-changes-report"> <attainGoal name="changes:report"/> <j:set var="expectedFile" value="${maven.gen.docs}/changes-report.xml"/> <util:file var="file" name="${expectedFile}" /> <j:if test="${!(file.exists())}"> <fail>${expectedFile} not generated</fail> </j:if> </goal> </project> 1.1 maven/src/plugins-build/changes/src/plugin-test/.cvsignore Index: .cvsignore =================================================================== gump.xml 1.1 maven/src/plugins-build/changes/src/plugin-test/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <project> <pomVersion>3</pomVersion> <id>test-maven-changes-plugin</id> <name>Test project for Maven Changes Plugin</name> <groupId>maven</groupId> <currentVersion>1.0-SNAPSHOT</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://www.apache.org/</url> <logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo> </organization> <inceptionYear>2001</inceptionYear> <package>org.apache.maven</package> <logo>http://maven.apache.org/images/maven.jpg</logo> <description>Test for Maven Changes plugin</description> <shortDescription>Test for Maven Changes plugin</shortDescription> <url>http://maven.apache.org/reference/plugins/changes/</url> <siteDirectory>/www/maven.apache.org/reference/plugins/changes/</siteDirectory> <repository> <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven/src/plugins-build/changes/</connection> <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/changes/</url> </repository> <developers> <developer> <name>dIon Gillard</name> <id>dion</id> <email>[EMAIL PROTECTED]</email> <organization>Multitask Consulting</organization> <roles> <role>Documentation</role> </roles> </developer> </developers> <build> </build> </project> 1.1 maven/src/plugins-build/changes/src/plugin-test/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> <release version="1.2" date="in CVS"> <action dev="dion" type="update"> update to use maven.docs.*/maven.gen.docs </action> <action dev="evenisse" type="add"> <a href="http://jira.codehaus.org/ViewIssue.jspa?key=MAVEN-587">Maven-587</a>. Add index table of release. </action> <action dev="evenisse" type="fix"> Add xml declaration to generated report. Fixed for character encoding. </action> <action dev="vmassol" type="fix"> Fixed the xdocs which were simply a copy of the changelog plugin docs. </action> </release> </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]