[maven-scm-plugin] prepare release 1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-10-30 10:17:02 +00:00
parent a44f47f9b7
commit ec7a324cbf
2 changed files with 19 additions and 10 deletions

View File

@ -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>

View File

@ -24,11 +24,15 @@
<author email="dion@multitask.com.au">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>