ECLIPSE-52: set proper cactus.src.dir for plugin test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21836402c1
commit
f0561eb682
@ -111,9 +111,7 @@
|
||||
<u:file var="classpathFile" name="${dotClasspath}"/>
|
||||
<x:parse var="classpathDoc" xml="${classpathFile.toURL()}" />
|
||||
<x:set var="count" select="count($classpathDoc/classpath/classpathentry[contains(@kind,'src')])"/>
|
||||
<!--
|
||||
<assert:assertEquals expected="6" value="${count.intValue().toString()}" msg="Wrong number of generated src directories found"/>
|
||||
-->
|
||||
<assert:assertEquals expected="7" value="${count.intValue().toString()}" msg="Wrong number of generated src directories found"/>
|
||||
</goal>
|
||||
|
||||
<goal name="test-classpath-has-overridden-jar">
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
cactus.src.dir=.
|
||||
cactus.src.dir=${basedir}/src/cactus-test
|
||||
maven.jar.override=on
|
||||
maven.jar.commons-dude=${maven.repo.local}/commons-logging/jars/commons-logging-1.0.3.jar
|
||||
1
eclipse/src/plugin-test/src/cactus-test/dir.txt
Normal file
1
eclipse/src/plugin-test/src/cactus-test/dir.txt
Normal file
@ -0,0 +1 @@
|
||||
needed for plugin test
|
||||
@ -24,7 +24,8 @@
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.9" date="in cvs">
|
||||
<release version="1.9-SNAPSHOT" date="in cvs">
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user