You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/05/12 12:02:01 UTC

cvs commit: maven-plugins-sandbox/abbot plugin.jelly

vmassol     2004/05/12 03:02:01

  Modified:    abbot    plugin.jelly
  Log:
  added project classpath when running abbot:editor so that project classes are available from within the editor
  
  Revision  Changes    Path
  1.3       +1 -0      maven-plugins-sandbox/abbot/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins-sandbox/abbot/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	30 Apr 2004 19:08:38 -0000	1.2
  +++ plugin.jelly	12 May 2004 10:02:01 -0000	1.3
  @@ -225,6 +225,7 @@
   		       <pathelement path="${plugin.getDependencyPath(dep.Id)}"/>
   		      </j:if>
   		 	 	</j:forEach>
  +        <path refid="maven.dependency.classpath"/>
         </classpath>
     	</java>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org