You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/10/30 02:30:10 UTC

svn commit: r329507 - /geronimo/trunk/maven.xml

Author: ammulder
Date: Sat Oct 29 18:30:07 2005
New Revision: 329507

URL: http://svn.apache.org/viewcvs?rev=329507&view=rev
Log:
Since the specs have moved out of the main tree, change clean-repo so it
  won't delete geronimo-spec.  (I think the clean-repo should only clean
  the stuff that you can go on and produce in the build.)

Modified:
    geronimo/trunk/maven.xml

Modified: geronimo/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/maven.xml?rev=329507&r1=329506&r2=329507&view=diff
==============================================================================
--- geronimo/trunk/maven.xml (original)
+++ geronimo/trunk/maven.xml Sat Oct 29 18:30:07 2005
@@ -156,9 +156,11 @@
         <!--delete dir="${maven.repo.local}/howl"/-->
         <delete dir="${maven.repo.local}/openejb"/>
         <!--<delete dir="${maven.repo.local}/tranql"/>-->
+        <!-- AMM: specs are no longer in main tree
         <j:if test="${context.getVariable('geronimo.all') == 'true'}">
             <delete dir="${maven.repo.local}/geronimo-spec"/>
         </j:if>
+        -->
     </goal>
 
     <goal name="m:test" prereqs="m:init">