You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/12/20 20:51:42 UTC

cvs commit: maven-plugins/eclipse/xdocs changes.xml

vmassol     2003/12/20 11:51:42

  Modified:    eclipse  project.xml plugin.jelly
               eclipse/src/plugin-resources/templates classpath.jelly
               eclipse/xdocs changes.xml
  Log:
  Fixed Cactus support (there were problems due to the move of the Cactus plugin outside of the Maven project).
  
  Revision  Changes    Path
  1.20      +1 -1      maven-plugins/eclipse/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	18 Oct 2003 21:40:03 -0000	1.19
  +++ project.xml	20 Dec 2003 19:51:42 -0000	1.20
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-eclipse-plugin</id>
     <name>Maven Eclipse Plug-in</name>
  -  <currentVersion>1.6-dev</currentVersion>
  +  <currentVersion>1.6-SNAPSHOT</currentVersion>
     <description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment</description>
     <shortDescription>Eclipse Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/eclipse/</url>
  
  
  
  1.25      +1 -1      maven-plugins/eclipse/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/plugin.jelly,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- plugin.jelly	28 Jul 2003 09:27:16 -0000	1.24
  +++ plugin.jelly	20 Dec 2003 19:51:42 -0000	1.25
  @@ -31,7 +31,7 @@
   	
   
     <!--==================================================================-->
  -  <!-- Generate Eclipse  .classpath file                   -->
  +  <!-- Generate Eclipse  .classpath file                                -->
     <!--==================================================================-->    
     <goal name="eclipse:generate-classpath"
       description="Generate Eclipse .classpath file">
  
  
  
  1.8       +2 -2      maven-plugins/eclipse/src/plugin-resources/templates/classpath.jelly
  
  Index: classpath.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/src/plugin-resources/templates/classpath.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- classpath.jelly	29 Oct 2003 18:40:06 -0000	1.7
  +++ classpath.jelly	20 Dec 2003 19:51:42 -0000	1.8
  @@ -66,7 +66,7 @@
       </j:if>
     </j:if>
   
  -  <maven:pluginVar var="cactusSrcDir" plugin='maven-cactus-plugin' property='cactus.src.dir' />
  +  <maven:pluginVar var="cactusSrcDir" plugin='cactus-maven' property='cactus.src.dir' />
     <util:available file="${cactusSrcDir}">
       <j:set var="cactusSourcePresent" value="true"/>
     </util:available>
  @@ -76,7 +76,7 @@
       <maven:makeRelativePath var="testSrcDir" basedir="${basedir}" path="${cactusSrcDir}" />
       <classpathentry kind="src" path="${testSrcDir}"/>
   
  -    <maven:pluginVar var="cactusPlugin" plugin='maven-cactus-plugin' property='plugin' />
  +    <maven:pluginVar var="cactusPlugin" plugin='cactus-maven' property='plugin' />
       <j:set var="depVersion">${cactusPlugin.getDependency('cactus').getVersion()}</j:set>
       <classpathentry kind="var" path="MAVEN_REPO/cactus/jars/cactus-${depVersion}.jar"/>
     </j:if>
  
  
  
  1.10      +4 -0      maven-plugins/eclipse/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	18 Oct 2003 21:39:43 -0000	1.9
  +++ changes.xml	20 Dec 2003 19:51:42 -0000	1.10
  @@ -7,6 +7,10 @@
   
     <body>
       <release version="1.6" date="CVS">
  +      <action dev="vmassol" type="fix" issue="MPECLIPSE-15">
  +        Fixed Cactus support (there were problems due to the move of the Cactus
  +        plugin outside of the Maven project).
  +      </action>
         <action dev="epugh" type="add">
           Add support for having multiple other directories
           included in the classpath.
  
  
  

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