[maven-scm-plugin] prepare release 1.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114878 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
469112aa8c
commit
5b4bcee43f
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -17,15 +18,13 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-eclipse-plugin</id>
|
<id>maven-eclipse-plugin</id>
|
||||||
<name>Maven Eclipse Plug-in</name>
|
<name>Maven Eclipse Plug-in</name>
|
||||||
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
<currentVersion>1.6</currentVersion>
|
||||||
<description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.
|
<description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. Requires Maven 1.0 RC2.</description>
|
||||||
Requires Maven 1.0 RC2.</description>
|
|
||||||
<shortDescription>Eclipse Plugin for Maven</shortDescription>
|
<shortDescription>Eclipse Plugin for Maven</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/eclipse/</url>
|
<url>http://maven.apache.org/reference/plugins/eclipse/</url>
|
||||||
<siteDirectory>/www/maven.apache.org/reference/plugins/eclipse/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/eclipse/</siteDirectory>
|
||||||
@ -34,15 +33,18 @@
|
|||||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/eclipse/</developerConnection>
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/eclipse/</developerConnection>
|
||||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/eclipse/</url>
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/eclipse/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<versions>
|
<versions>
|
||||||
<version>
|
<version>
|
||||||
<id>1.5</id>
|
<id>1.5</id>
|
||||||
<name>1.5</name>
|
<name>1.5</name>
|
||||||
<tag>MAVEN_ECLIPSE_1_5</tag>
|
<tag>MAVEN_ECLIPSE_1_5</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.6</id>
|
||||||
|
<name>1.6</name>
|
||||||
|
<tag>MAVEN_ECLIPSE_1_6</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Vincent Massol</name>
|
<name>Vincent Massol</name>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -22,64 +23,31 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.6" date="CVS">
|
<release version="1.6" date="2004-03-10">
|
||||||
<action dev="vmassol" type="fix" issue="MPECLIPSE-15">
|
<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>
|
||||||
Fixed Cactus support (there were problems due to the move of the Cactus
|
<action dev="epugh" type="add">Add support for having multiple other directories included in the classpath.</action>
|
||||||
plugin outside of the Maven project).
|
|
||||||
</action>
|
|
||||||
<action dev="epugh" type="add">
|
|
||||||
Add support for having multiple other directories
|
|
||||||
included in the classpath.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.5" date="2003-10-14">
|
<release version="1.5" date="2003-10-14">
|
||||||
<action dev="dion" type="fix">
|
<action dev="dion" type="fix">Only classpath dependencies are generated</action>
|
||||||
Only classpath dependencies are generated
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.4" date="2003-09-29">
|
<release version="1.4" date="2003-09-29">
|
||||||
<action dev="epugh" type="add">
|
<action dev="epugh" type="add">Added support for referencing cactus tests in classpath.</action>
|
||||||
Added support for referencing cactus tests in classpath.
|
<action dev="dion" type="add">Added support for Eclipse 2.1 external tools</action>
|
||||||
</action>
|
|
||||||
<action dev="dion" type="add">
|
|
||||||
Added support for Eclipse 2.1 external tools
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.3" date="Unknown">
|
<release version="1.3" date="Unknown">
|
||||||
<action dev="michal" type="add">
|
<action dev="michal" type="add">Smarter generation of .classpath file. ${basedir} prefix is cut off if present in any path. Default Maven location of source and destination folder are used.</action>
|
||||||
Smarter generation of .classpath file.
|
<action dev="evenisse" type="add">Added dependency functionality between projects</action>
|
||||||
${basedir} prefix is cut off if present in any path.
|
<action dev="bwalding" type="update">Split eclispe goal in two goals : eclipse:generate-project and eclipse:generate-classpath</action>
|
||||||
Default Maven location of source and destination folder
|
|
||||||
are used.
|
|
||||||
</action>
|
|
||||||
<action dev="evenisse" type="add">
|
|
||||||
Added dependency functionality between projects
|
|
||||||
</action>
|
|
||||||
<action dev="bwalding" type="update">
|
|
||||||
Split eclispe goal in two goals : eclipse:generate-project
|
|
||||||
and eclipse:generate-classpath
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="1.2" date="Unknown">
|
<release version="1.2" date="Unknown">
|
||||||
<action dev="dion" type="add">
|
<action dev="dion" type="add">Added more documentation</action>
|
||||||
Added more documentation
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="1.1" date="2002-10-01">
|
<release version="1.1" date="2002-10-01">
|
||||||
<action dev="dion" type="update">
|
<action dev="dion" type="update">Made the default to process Maven actions in the background</action>
|
||||||
Made the default to process Maven actions in the background
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="1.0" date="2002-08-17">
|
<release version="1.0" date="2002-08-17">
|
||||||
<action dev="jvanzyl" type="add">
|
<action dev="jvanzyl" type="add">Initial release for Maven 1.0-beta6</action>
|
||||||
Initial release for Maven 1.0-beta6
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user