You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/05 18:16:44 UTC

cvs commit: jakarta-turbine-maven/src/test/touchstone-build maven.xml project.xml

jvanzyl     2003/01/05 09:16:44

  Modified:    src/test/java/org/apache/maven/util MD5SumTest.java
               src/test/touchstone-build maven.xml project.xml
  Removed:     src/test/interpolate project.xml
               src/test/resource project.xml
  Log:
  o removing test inputs that are not used, these tests are performed in
    the touchstone build now.
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-turbine-maven/src/test/java/org/apache/maven/util/MD5SumTest.java
  
  Index: MD5SumTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/java/org/apache/maven/util/MD5SumTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MD5SumTest.java	31 Dec 2002 07:10:20 -0000	1.4
  +++ MD5SumTest.java	5 Jan 2003 17:16:43 -0000	1.5
  @@ -64,6 +64,7 @@
    * @author <a href="mailto:jason@zenplex.com">Jason van Zyl</a>
    * @version $Id$
    */
  +
   public class MD5SumTest
       extends TestCase
   {
  
  
  
  1.5       +7 -1      jakarta-turbine-maven/src/test/touchstone-build/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	12 Dec 2002 00:39:19 -0000	1.4
  +++ maven.xml	5 Jan 2003 17:16:44 -0000	1.5
  @@ -1,7 +1,8 @@
   <project
     default="java:jar"
     xmlns:j="jelly:core"
  -  xmlns:u="jelly:util">
  +  xmlns:u="jelly:util"
  +  xmlns:deploy="deploy">
     
     <preGoal name="java:compile">
       
  @@ -21,5 +22,10 @@
       </echo>
   
     </preGoal>
  +  
  +  <goal name="distx">
  +    <j:set var="dist" value="${maven.build.dir}/dist"/>
  +    <deploy:copy-deps todir="${dist}/lib"/>
  +  </goal>
     
   </project>
  
  
  
  1.15      +1 -0      jakarta-turbine-maven/src/test/touchstone-build/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	2 Jan 2003 07:23:28 -0000	1.14
  +++ project.xml	5 Jan 2003 17:16:44 -0000	1.15
  @@ -3,6 +3,7 @@
   
     <pomVersion>3</pomVersion>
     <id>touchstone</id>
  +  <groupId>touchstone-group</groupId>
     <name>touchstone</name>
     <currentVersion>1.0</currentVersion>
     <organization>