You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2005/10/11 12:34:32 UTC

svn commit: r312857 - /maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/classpath.jelly

Author: fgiust
Date: Tue Oct 11 03:34:21 2005
New Revision: 312857

URL: http://svn.apache.org/viewcvs?rev=312857&view=rev
Log:
MPECLIPSE-87 syntax problem using classpath exclusions with Eclipse 3.0
use | as a separator also for sourceModification

Modified:
    maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/classpath.jelly

Modified: maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/classpath.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/classpath.jelly?rev=312857&r1=312856&r2=312857&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/classpath.jelly (original)
+++ maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/classpath.jelly Tue Oct 11 03:34:21 2005
@@ -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: