brett 2004/10/30 03:17:02
Modified: eclipse project.xml
eclipse/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.9
Revision Changes Path
1.40 +7 -2 maven-plugins/eclipse/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- project.xml 22 Oct 2004 05:40:54 -0000 1.39
+++ project.xml 30 Oct 2004 10:17:02 -0000 1.40
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-eclipse-plugin</id>
<name>Maven Eclipse Plugin</name>
- <currentVersion>1.9-SNAPSHOT</currentVersion>
+ <currentVersion>1.9</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>
@@ -54,7 +54,12 @@
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_ECLIPSE_1_8</tag>
- </version>
+ </version>
+ <version>
+ <id>1.9</id>
+ <name>1.9</name>
+ <tag>MAVEN_ECLIPSE_1_9</tag>
+ </version>
</versions>
<developers>
<developer>
1.40 +12 -8 maven-plugins/eclipse/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/eclipse/xdocs/changes.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- changes.xml 26 Oct 2004 08:12:24 -0000 1.39
+++ changes.xml 30 Oct 2004 10:17:02 -0000 1.40
@@ -24,11 +24,15 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="1.9-SNAPSHOT" date="in cvs">
- <action dev="epugh" type="fix" issue="MPECLIPSE-53">Add property
<code>maven.eclipse.resources.addtoclasspath</code> to control whether to add
pom.resources etc or not. Provide backwards compatiblity.</action>
- <action dev="felipeal" type="fix" issue="MPECLIPSE-52">Set proper
<code>cactus.src.dir</code></action>
- <action dev="felipeal" type="fix" issue="MPECLIPSE-51">Fixed duplicated
source entry issue.</action>
- <action dev="epugh" type="add">add property maven.eclipse.addResources=false
to prevent the build resources from breaking old Eclipse builds.</action>
+ <release version="1.9" date="2004-10-30">
+ <action dev="epugh" type="fix" issue="MPECLIPSE-53">Add property
+ <code>maven.eclipse.resources.addtoclasspath</code>to control whether to
add pom.resources etc or not. Provide backwards compatiblity.
+ </action>
+ <action dev="felipeal" type="fix" issue="MPECLIPSE-52">Set proper
+ <code>cactus.src.dir</code>
+ </action>
+ <action dev="felipeal" type="fix" issue="MPECLIPSE-51">Fixed duplicated
source entry issue.</action>
+ <action dev="epugh" type="add">add property maven.eclipse.addResources=false
to prevent the build resources from breaking old Eclipse builds.</action>
<action dev="epugh" type="add">Allow includes/excludes in build resources to
be used in the classpath generation.</action>
<action dev="epugh" type="add" issue="MPECLIPSE-50" due-to="Simon
Ringuette">Support for Eclipse-Plugin maven projects (or kind="con"
classpath).</action>
<action dev="epugh" type="fix" issue="MPECLIPSE-49" due-to="Fabrizio
Giustina">duplicate build path added if resouce directory is the same as java source
dir.</action>
@@ -39,10 +43,10 @@
</release>
<release version="1.8" date="2004-08-14">
<action dev="epugh" type="fix" issue="MPECLIPSE-37" due-to="Felipe
Leme">Fixed a 'race condition' where Cactus dependency is added twice to
.classpath.</action>
- <action dev="epugh" type="add" issue="MPECLIPSE-27" due-to="Kristopher
Brown">Add eclipse:clean goal.</action>
+ <action dev="epugh" type="add" issue="MPECLIPSE-27" due-to="Kristopher
Brown">Add eclipse:clean goal.</action>
<action dev="epugh" type="fix" issue="MPECLIPSE-36" due-to="Felipe
Leme">Fixed a 'race condition' where JUnit dependency is not added to
.classpath.</action>
- <action dev="epugh" type="add">Add maven.gen.src property that points to a
directory whose subdirectories are included as separate source directories.</action>
- <action dev="epugh" type="add" issue="MPECLIPSE-10" due-to="Thierry Lack">Set
eclipse.dependency=false to explicity ignore dependencies in classpath
generation</action>
+ <action dev="epugh" type="add">Add maven.gen.src property that points to a
directory whose subdirectories are included as separate source directories.</action>
+ <action dev="epugh" type="add" issue="MPECLIPSE-10" due-to="Thierry Lack">Set
eclipse.dependency=false to explicity ignore dependencies in classpath
generation</action>
<action dev="evenisse" type="fix" issue="MPECLIPSE-29" due-to="Marc-Antoine
Garrigue">Fix classpath generation when tests are not present</action>
<action dev="evenisse" type="fix" issue="MPECLIPSE-32">classpath includes
must be relative directories</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]