You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/06/10 12:17:26 UTC

cvs commit: maven/src/plugins-build/eclipse plugin.jelly

bwalding    2003/06/10 03:17:26

  Modified:    src/plugins-build/test plugin.jelly
               src/plugins-build/eclipse plugin.jelly
  Log:
  Try and have some kind of "standard" for the hacks that allow the plugins to be reliably loaded
  from another plugin
  PR: MAVEN-372
  
  Revision  Changes    Path
  1.10      +6 -9      maven/src/plugins-build/test/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/test/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly	16 Apr 2003 12:48:10 -0000	1.9
  +++ plugin.jelly	10 Jun 2003 10:17:25 -0000	1.10
  @@ -5,15 +5,6 @@
            xmlns:resources="resources"
            xmlns:define="jelly:define">
     
  -  <define:taglib uri="test">
  -    <define:tag name="eclipse">
  -      <!-- The eclipse plugin requires access to the test plugin.
  -         Using this tag forces the test plugin to be loaded into the
  -         eclipse plugin -->
  -    </define:tag>
  -  </define:taglib>
  -  
  -  
     <goal name="test" 
           description="Test the application"
           prereqs="test:test"/>
  @@ -309,4 +300,10 @@
         </j:if>
       </j:if>
     </goal>
  +  
  +  <define:taglib uri="test">
  +    <define:tag name="dependency-handle">
  +      <!-- XXX Use this tag to allow this plugin to be loaded into another -->
  +    </define:tag>
  +  </define:taglib>
   </project>
  
  
  
  1.18      +1 -1      maven/src/plugins-build/eclipse/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/eclipse/plugin.jelly,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- plugin.jelly	26 May 2003 13:36:05 -0000	1.17
  +++ plugin.jelly	10 Jun 2003 10:17:26 -0000	1.18
  @@ -5,7 +5,7 @@
     xmlns:ant="jelly:ant"
     xmlns:test="test">
   
  -  <test:eclipse/>
  +  <test:dependency-handle/>
   
     <!--==================================================================-->
     <!-- Generate Eclipse .project and .classpath files                   -->
  
  
  

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