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/19 15:36:22 UTC

cvs commit: avalon-logkit maven.xml

bloritsch    2003/06/19 06:36:22

  Modified:    .        maven.xml
  Log:
  update maven.xml to not worry about the compat directory any more
  
  Revision  Changes    Path
  1.3       +0 -7      avalon-logkit/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-logkit/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	17 Jun 2003 17:10:26 -0000	1.2
  +++ maven.xml	19 Jun 2003 13:36:22 -0000	1.3
  @@ -48,13 +48,6 @@
       <!-- include the avalon-wide custom goal decorators from maven-common.xml -->
       <j:import file="${avalon.buildsystem}/maven-common.xml" inherit="true"/>
   
  -    <preGoal name="java:compile">
  -        <ant:property name="java.src.dir" location="${maven.build.dir}/src"/>
  -        <ant:copy todir="${java.src.dir}">
  -            <ant:fileset dir="${basedir}/src/java"/>
  -            <ant:fileset dir="${basedir}/src/compat"/>
  -        </ant:copy>
  -    </preGoal>
   
       <postGoal name="avalon:deploy-upload">
           <!-- upload big jar -->
  
  
  

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