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 2004/07/13 01:35:06 UTC

cvs commit: maven-plugins/jar/src/plugin-test/src/main/org/apache/maven Dummy.java

dion        2004/07/12 16:35:06

  Modified:    jar      project.xml plugin.jelly plugin.properties
  Removed:     jar/src/plugin-test project.xml .cvsignore maven.xml
               jar/src/plugin-test/src/main/org/apache/maven Dummy.java
  Log:
  Rollback MPJAR-32.
  
  Revision  Changes    Path
  1.31      +1 -1      maven-plugins/jar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	12 Jul 2004 06:58:00 -0000	1.30
  +++ project.xml	12 Jul 2004 23:35:06 -0000	1.31
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jar-plugin</id>
     <name>Maven Jar Plug-in</name>
  -  <currentVersion>1.6.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.6</currentVersion>
     <description>Plugin for creating JAR files. Requires Maven 1.0 RC2.</description>
     <shortDescription>Create jar files</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jar/</url>
  
  
  
  1.42      +1 -18     maven-plugins/jar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/plugin.jelly,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- plugin.jelly	12 Jul 2004 06:58:00 -0000	1.41
  +++ plugin.jelly	12 Jul 2004 23:35:06 -0000	1.42
  @@ -63,11 +63,7 @@
           <ant:fail>You must define currentVersion in your POM.</ant:fail>
         </j:when>
       </j:choose>
  -
  -    <j:if test="${maven.jar.include.source}">
  -      <attainGoal name="jar:copy-source"/>
  -    </j:if>
  -        
  +    
       <ant:available property="maven.jar.manifest.available" 
         file="${maven.jar.manifest}"/>
   
  @@ -273,17 +269,4 @@
         project="${pom}"
       />
     </goal>
  -  
  -  <!-- ================================================================== -->
  -  <!-- C O P Y   S O U R C E                                              -->
  -  <!-- ================================================================== -->
  -  <goal name="jar:copy-source" description="Copy source code for inclusion in the jar">
  -    <util:available file="${pom.build.sourceDirectory}">
  -      <ant:mkdir dir="${maven.build.dest}/${maven.jar.source.path}"/>
  -      <ant:copy todir="${maven.build.dest}/${maven.jar.source.path}">
  -        <ant:fileset dir="${pom.build.sourceDirectory}"/>
  -      </ant:copy>
  -    </util:available>
  -  </goal>
  -  
   </project>
  
  
  
  1.12      +0 -2      maven-plugins/jar/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/plugin.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.properties	12 Jul 2004 06:58:01 -0000	1.11
  +++ plugin.properties	12 Jul 2004 23:35:06 -0000	1.12
  @@ -24,5 +24,3 @@
   maven.jar.excludes = **/package.html
   maven.jar.index=false
   maven.jar.compress=true
  -maven.jar.include.source=false
  -maven.jar.source.path=src
  \ No newline at end of file
  
  
  

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