You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2005/05/13 10:43:53 UTC

cvs commit: jakarta-turbine-fulcrum/groovy maven.xml

sgoeschl    2005/05/13 01:43:53

  Added:       groovy   maven.xml
  Log:
  Preparing Fulcrum release
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-fulcrum/groovy/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="jar:install" xmlns:ant="jelly:ant">
  
    <!-- ################################################################## -->
    <!-- M A V E N  H O O K S                                               -->
    <!-- ################################################################## -->
  
    <postGoal name="clean:clean">
      <echo>Deleting temporary files</echo>
      <ant:delete verbose="false" failonerror="false">
        <ant:fileset dir="${basedir}/temp">
          <ant:include name="*.txt" />a
        </ant:fileset>
      </ant:delete>    
    </postGoal>
  
  </project>
  
  
  

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