You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2004/05/19 16:04:31 UTC

cvs commit: jakarta-turbine-2/extensions/maven-plugin/src/plugin plugin.jelly

henning     2004/05/19 07:04:31

  Modified:    extensions/maven-plugin/src/plugin Tag: TURBINE_2_3_BRANCH
                        plugin.jelly
  Log:
  Remove description from a private goal
  Remove eclipse goal call
  indent fixes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +1 -4      jakarta-turbine-2/extensions/maven-plugin/src/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/src/plugin/plugin.jelly,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- plugin.jelly	19 May 2004 13:48:04 -0000	1.1.2.1
  +++ plugin.jelly	19 May 2004 14:04:31 -0000	1.1.2.2
  @@ -338,7 +338,6 @@
        <ant:property name="maven.test.skip" value="true"/>
        <ant:property name="maven.war.webapp.dir" value="${warWebappBuildDir}"/>
        <ant:property name="maven.war.build.dir" value="${warWebappBuildDir}"/>
  -     <attainGoal name="eclipse"/>
        <attainGoal name="war:webapp"/>
        
      </goal>
  @@ -394,7 +393,6 @@
     <!--                                                                          -->
     <!-- ======================================================================== -->
     <goal name="turbine:java-compile"
  -    description="Prepare source tree for compilation"
       prereqs="turbine:om-check">
   
       <path id="maven.compile.src.set">
  @@ -679,8 +677,7 @@
     <!-- keep our own test target around.                                   -->
     <!--                                                                    -->
     <!-- ================================================================== -->
  -
  -<goal name="turbine:om-check">
  +  <goal name="turbine:om-check">
       <j:choose>
         <j:when test="${torque.runOnlyOnSchemaChange}">
           <uptodate
  
  
  

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