You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/12 01:46:26 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/genapp maven.xml project.xml

jvanzyl     2002/12/11 16:46:26

  Modified:    src/plugins-build/genapp maven.xml project.xml
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-turbine-maven/src/plugins-build/genapp/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/genapp/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	12 Dec 2002 00:27:01 -0000	1.1
  +++ maven.xml	12 Dec 2002 00:46:26 -0000	1.2
  @@ -10,7 +10,6 @@
       <copy todir="${assemblyDir}">
         <fileset dir=".">
           <exclude name="**/target/**"/>
  -        <exclude name="src/**"/>
           <exclude name="maven.xml"/>
           <exclude name="maven.log"/>
           <exclude name="**/velocity.log"/>
  @@ -49,4 +48,4 @@
     </goal>
   
   </project>
  -    
  \ No newline at end of file
  +    
  
  
  
  1.2       +2 -2      jakarta-turbine-maven/src/plugins-build/genapp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/genapp/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	12 Dec 2002 00:15:52 -0000	1.1
  +++ project.xml	12 Dec 2002 00:46:26 -0000	1.2
  @@ -5,10 +5,10 @@
     <pomVersion>3</pomVersion>
     
     <!-- a unique name for this project -->
  -  <id>maven-examples-plugin</id>
  +  <id>maven-genapp-plugin</id>
     
     <!-- a short but descriptive name for the project -->
  -  <name>Maven example projects</name>
  +  <name>Maven Genapp Plugin</name>
     
     <!-- The version of the project under development, e.g.
          1.1, 1.2, 2.0-dev -->