[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"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -17,15 +18,13 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-eclipse-plugin</id>
|
||||
<name>Maven Eclipse Plug-in</name>
|
||||
<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.
|
||||
Requires Maven 1.0 RC2.</description>
|
||||
<currentVersion>1.6</currentVersion>
|
||||
<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>
|
||||
<shortDescription>Eclipse Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/eclipse/</url>
|
||||
<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>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/eclipse/</url>
|
||||
</repository>
|
||||
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.5</id>
|
||||
<name>1.5</name>
|
||||
<tag>MAVEN_ECLIPSE_1_5</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.6</id>
|
||||
<name>1.6</name>
|
||||
<tag>MAVEN_ECLIPSE_1_6</tag>
|
||||
</version>
|
||||
</versions>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<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.
|
||||
@ -22,64 +23,31 @@
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<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.
|
||||
</action>
|
||||
<release version="1.6" date="2004-03-10">
|
||||
<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.</action>
|
||||
</release>
|
||||
|
||||
<release version="1.5" date="2003-10-14">
|
||||
<action dev="dion" type="fix">
|
||||
Only classpath dependencies are generated
|
||||
</action>
|
||||
<action dev="dion" type="fix">Only classpath dependencies are generated</action>
|
||||
</release>
|
||||
|
||||
<release version="1.4" date="2003-09-29">
|
||||
<action dev="epugh" type="add">
|
||||
Added support for referencing cactus tests in classpath.
|
||||
</action>
|
||||
<action dev="dion" type="add">
|
||||
Added support for Eclipse 2.1 external tools
|
||||
</action>
|
||||
<action dev="epugh" type="add">Added support for referencing cactus tests in classpath.</action>
|
||||
<action dev="dion" type="add">Added support for Eclipse 2.1 external tools</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="Unknown">
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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 version="1.2" date="Unknown">
|
||||
<action dev="dion" type="add">
|
||||
Added more documentation
|
||||
</action>
|
||||
<action dev="dion" type="add">Added more documentation</action>
|
||||
</release>
|
||||
<release version="1.1" date="2002-10-01">
|
||||
<action dev="dion" type="update">
|
||||
Made the default to process Maven actions in the background
|
||||
</action>
|
||||
<action dev="dion" type="update">Made the default to process Maven actions in the background</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-17">
|
||||
<action dev="jvanzyl" type="add">
|
||||
Initial release for Maven 1.0-beta6
|
||||
</action>
|
||||
<action dev="jvanzyl" type="add">Initial release for Maven 1.0-beta6</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user