vmassol     2003/10/29 12:08:01

  Modified:    integration/maven project.xml
               .        default-project.xml
  Log:
  The maven plugin now works. Still need to tune several things though like web site 
colors, etc.
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-cactus/integration/maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       29 Oct 2003 17:35:12 -0000      1.1
  +++ project.xml       29 Oct 2003 20:08:01 -0000      1.2
  @@ -3,6 +3,7 @@
   <project>
     <extend>${basedir}/../../default-project.xml</extend>
     <id>cactus-maven</id>
  +  <currentVersion>1.6dev</currentVersion>
     <name>Maven Cactus plugin</name>
     <package>org.apache.cactus.integration.maven</package>
     <description>Maven plugin for Cactus (http://jakarta.apache.org/cactus) that 
allows to automatically start containers, run Cactus tests and stop the 
containers.</description>
  
  
  
  1.6       +12 -2     jakarta-cactus/default-project.xml
  
  Index: default-project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/default-project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- default-project.xml       21 Sep 2003 15:20:22 -0000      1.5
  +++ default-project.xml       29 Oct 2003 20:08:01 -0000      1.6
  @@ -8,12 +8,17 @@
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  -    <!-- TODO: Missing jakarta logo. How can we make that work without
  +    <!-- TODO: Missing Jakarta logo. How can we make that work without
            duplicating the logo in all subprojects? -->
  +    <logo>http://jakarta.apache.org/cactus/images/jakarta-logo.gif</logo>
     </organization>
     <inceptionYear>2001</inceptionYear>
     <package>org.apache.cactus</package>
   
  +  <!-- TODO: Missing Cactus logo. How can we make that work without
  +       duplicating the logo in all subprojects? -->
  +  <logo>http://jakarta.apache.org/cactus/images/logocactus.gif</logo>
  +  
     <!-- Note: This description should be on one line without end of lines as it 
          is in various place such as in jar manifests and a single line is 
          rendered better -->
  @@ -102,7 +107,12 @@
         <organization></organization>
       </developer>
     </developers>
  -  <contributors/>
  +  <contributors>
  +    <contributor>
  +      <name>Eric Pugh</name>
  +      <email>[EMAIL PROTECTED]</email>
  +    </contributor>
  +  </contributors>
   
     <dependencies>
       <dependency>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to