I saw that the attachment didn't get into the list... So here is the
diff:
-----------------------------------
RCS file: /home/cvspublic/maven/src/plugins-build/eclipse/plugin.jelly,v
retrieving revision 1.9
diff -c -r1.9 plugin.jelly
*** plugin.jelly        27 Mar 2003 13:16:40 -0000      1.9
--- plugin.jelly        2 Apr 2003 16:58:49 -0000
***************
*** 83,89 ****
  
        <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT"
sourcepath="JRE_SRC"/>
          <j:forEach var="lib" items="${pom.artifacts}">
!           <classpathentry kind="var" path="MAVEN_REPO${lib.urlPath}"/>
          </j:forEach>
        <classpathentry kind="output" path="${outputDir}"/>
      </classpath>
--- 83,96 ----
  
        <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT"
sourcepath="JRE_SRC"/>
          <j:forEach var="lib" items="${pom.artifacts}">
!           <j:choose>
!             <j:when
test="${lib.dependency.getProperty('eclipse.project')=='true'}">
!                 <classpathentry kind="src"
path="/${lib.dependency.artifactId}" />
!             </j:when>
!             <j:otherwise>
!                 <classpathentry kind="var"
path="MAVEN_REPO${lib.urlPath}"/>
!             </j:otherwise>
!           </j:choose>
          </j:forEach>
        <classpathentry kind="output" path="${outputDir}"/>
      </classpath>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to