dion        2004/07/29 08:12:55

  Modified:    ant/src/plugin-test maven.xml
               ant      project.xml
               ant/xdocs changes.xml
  Log:
  Fix failing plugin tests
  
  Revision  Changes    Path
  1.9       +2 -1      maven-plugins/ant/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/src/plugin-test/maven.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- maven.xml 5 Jul 2004 18:44:47 -0000       1.8
  +++ maven.xml 29 Jul 2004 15:12:54 -0000      1.9
  @@ -49,8 +49,9 @@
   
       <assert:assertFileExists 
file="${maven.build.dest}/directory-1/file1.properties"/>
       <assert:assertFileExists file="${maven.build.dest}/file2.properties"/>
  +    <!-- there are no unit test sources present, so the resources wont be copied 
either
       <assert:assertFileExists 
file="${maven.test.dest}/directory-1/file1.properties"/>
  -    <assert:assertFileExists file="${maven.test.dest}/file2.properties"/>
  +    <assert:assertFileExists file="${maven.test.dest}/file2.properties"/-->
   
       <delete file="${basedir}/build.xml"/>
     </goal>
  
  
  
  1.44      +1 -1      maven-plugins/ant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml       20 Jul 2004 18:57:37 -0000      1.43
  +++ project.xml       29 Jul 2004 15:12:55 -0000      1.44
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ant-plugin</id>
     <name>Maven Ant Plugin</name>
  -  <currentVersion>1.8</currentVersion>
  +  <currentVersion>1.8.1-SNAPSHOT</currentVersion>
     <description>Generates ant build files from a maven project, so that plain ant 
users can build your project</description>
     <shortDescription>Generate Ant build file</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ant/</url>
  
  
  
  1.27      +2 -0      maven-plugins/ant/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml       20 Jul 2004 18:57:37 -0000      1.26
  +++ changes.xml       29 Jul 2004 15:12:55 -0000      1.27
  @@ -24,6 +24,8 @@
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="1.8.1-SNAPSHOT" date="in CVS">
  +    </release>
       <release version="1.8" date="2004-07-20">
         <action dev="aheritier" type="add" issue="MPANT-9" due-to="Jan Nielsen">Add 
ant's setproxy tag.</action>
         <action dev="carlos" type="fix" issue="MPANT-16" due-to="Brent Worden" 
due-to-email="[EMAIL PROTECTED]">Use relative paths in directory properties.</action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to