MPECLIPSE-87 syntax problem using classpath exclusions with Eclipse 3.0
use | as a separator also for sourceModification git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@312857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<j:set var="excluding" value="${exclude}"/>
|
||||
</j:when>
|
||||
<j:otherwise>
|
||||
<j:set var="excluding" value="${excluding},${exclude}"/>
|
||||
<j:set var="excluding" value="${excluding}|${exclude}"/>
|
||||
</j:otherwise>
|
||||
</j:choose>
|
||||
</j:forEach>
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<u:tokenize var="conclasspaths" delim=",">org.eclipse.jdt.launching.JRE_CONTAINER,${maven.eclipse.conclasspath}</u:tokenize>
|
||||
<j:forEach var="conclasspath" items="${conclasspaths}" trim="true">
|
||||
<classpathentry kind="con" path="${conclasspath}"/>
|
||||
<classpathentry kind="con" path="${conclasspath}"/>
|
||||
</j:forEach>
|
||||
|
||||
<!-- Here are the rules:
|
||||
|
||||
Reference in New Issue
Block a user