Fixed Cactus support (there were problems due to the move of the Cactus plugin outside of the Maven project).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-12-20 19:51:42 +00:00
parent e2147dc122
commit 1b2a0302fd
4 changed files with 8 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
<!--==================================================================-->
<!-- Generate Eclipse .classpath file -->
<!-- Generate Eclipse .classpath file -->
<!--==================================================================-->
<goal name="eclipse:generate-classpath"
description="Generate Eclipse .classpath file">

View File

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

View File

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

View File

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