You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/09/17 10:23:52 UTC

cvs commit: maven/src/plugins-build/changes/src/test/plugin-test maven.xml project.xml .cvsignore

dion        2003/09/17 01:23:52

  Modified:    src/plugins-build/changes/xdocs changes.xml
  Added:       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:
  Add test project
  
  Revision  Changes    Path
  1.1                  maven/src/plugins-build/changes/src/test/plugin-test/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="vmassol@apache.org">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>
  
  
  
  
  1.5       +1 -0      maven/src/plugins-build/changes/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/changes/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml	29 Aug 2003 06:27:53 -0000	1.4
  +++ changes.xml	17 Sep 2003 08:23:52 -0000	1.5
  @@ -7,6 +7,7 @@
   
     <body>
       <release version="1.2" date="in CVS">
  +      <action dev="dion" type="update">Add test project</action>
         <action dev="dion" type="update">
           update to use maven.docs.*/maven.gen.docs
         </action>
  
  
  
  1.1                  maven/src/plugins-build/changes/src/test/plugin-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project xmlns:util="jelly:util"
           xmlns:j="jelly:core">
           
    <goal name="test" 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/test/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:anoncvs@cvs.apache.org:/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>dion@multitask.com.au</email>
        <organization>Multitask Consulting</organization>
        <roles>
          <role>Documentation</role>
        </roles>
      </developer>
    </developers>
  
    <build>
    </build>
  </project>
  
  
  
  1.1                  maven/src/plugins-build/changes/src/test/plugin-test/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  gump.xml
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org