You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/04/29 08:51:19 UTC

cvs commit: avalon/logging/test maven.xml

niclas      2004/04/28 23:51:19

  Modified:    composition/impl Tag: BETTER_MAVENIZATION maven.xml
               logging/test Tag: BETTER_MAVENIZATION maven.xml
  Log:
  Touch ups to get this working.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.8.2.7   +2 -3      avalon/composition/impl/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/composition/impl/maven.xml,v
  retrieving revision 1.8.2.6
  retrieving revision 1.8.2.7
  diff -u -r1.8.2.6 -r1.8.2.7
  --- maven.xml	28 Apr 2004 11:32:10 -0000	1.8.2.6
  +++ maven.xml	29 Apr 2004 06:51:19 -0000	1.8.2.7
  @@ -9,7 +9,6 @@
     xmlns:j="jelly:core" 
     xmlns:util="jelly:util" 
     xmlns:ant="jelly:ant"
  -  xmlns:artifact="avalon:artifact"
     >
     <ant:property file="${avalon.buildsystem}/project.properties" />
   
  @@ -26,7 +25,7 @@
     <ant:filter token="REPOSITORY_MAIN" 
         value="&avalon-repository-artifact;"/>
   
  -  <postGoal name="test:compile">
  +  <preGoal name="test:test">
   
       <mkdir dir="${basedir}/target/test/repository/test/jars"/>
       <mkdir dir="${basedir}/target/test/ext"/>
  @@ -87,5 +86,5 @@
       <ant:copy toDir="${basedir}/target/test/conf" filtering="true" >
         <fileset dir="${basedir}/src/test/conf"/>
       </ant:copy> 
  -  </postGoal>
  +  </preGoal>
   </project>
  
  
  
  No                   revision
  No                   revision
  1.2.2.4   +1 -1      avalon/logging/test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/test/maven.xml,v
  retrieving revision 1.2.2.3
  retrieving revision 1.2.2.4
  diff -u -r1.2.2.3 -r1.2.2.4
  --- maven.xml	28 Apr 2004 11:32:12 -0000	1.2.2.3
  +++ maven.xml	29 Apr 2004 06:51:19 -0000	1.2.2.4
  @@ -3,7 +3,7 @@
     <!ENTITY % index SYSTEM "file:index.ent"> %index;
   ]>
   <project default="test:test" xmlns:ant="jelly:ant">
  -  <ant:property file="${avalon.buildsystem}" />
  +  <ant:property file="${avalon.buildsystem}/project.properties" />
     
     <ant:filter token="AVALON-LOGGING-LOG4J-SPEC" 
         value="&avalon-logging-log4j-artifact-spec;"/>
  
  
  

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