You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/17 15:34:01 UTC

cvs commit: avalon/fortress/tools maven.xml

bloritsch    2003/06/17 06:34:01

  Modified:    fortress/tools maven.xml
  Log:
  make the compile work better
  
  Revision  Changes    Path
  1.2       +10 -0     avalon/fortress/tools/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/fortress/tools/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	9 Jun 2003 15:27:45 -0000	1.1
  +++ maven.xml	17 Jun 2003 13:34:01 -0000	1.2
  @@ -29,6 +29,16 @@
           </j:if>
       </goal>
   
  +    <preGoal name="avalon:copy-sources">
  +        <ant:copy todir="${build.src.dir}">
  +          <ant:fileset dir="${basedir}/../container/src/java">
  +            <ant:include name="**/role/ServiceMetaManager*"/>
  +            <ant:include name="**/dag/*"/>
  +            <ant:include name="**/util/Service*"/>
  +          </ant:fileset>
  +        </ant:copy>
  +    </preGoal>
  +
       <!-- include the avalon-wide custom goal decorators from maven-common.xml -->
       <j:import file="${avalon.buildsystem}/maven-common.xml" inherit="true"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org