You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/04/04 04:50:45 UTC

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

brett       2004/04/03 18:50:45

  Modified:    src/test/touchstone-build Tag: MAVEN-1_0-BRANCH maven.xml
  Log:
  cleanup
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.43.4.12 +3 -16     maven/src/test/touchstone-build/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/test/touchstone-build/maven.xml,v
  retrieving revision 1.43.4.11
  retrieving revision 1.43.4.12
  diff -u -r1.43.4.11 -r1.43.4.12
  --- maven.xml	2 Apr 2004 23:43:09 -0000	1.43.4.11
  +++ maven.xml	4 Apr 2004 02:50:45 -0000	1.43.4.12
  @@ -22,8 +22,7 @@
     xmlns:u="jelly:util"
     xmlns:maven="jelly:maven"
     xmlns:define="jelly:define"
  -  xmlns:i="jelly:interaction"
  -  xmlns:deploy="deploy">
  +  xmlns:i="jelly:interaction">
   
     <!--
      | How the touchstone build works:
  @@ -216,6 +215,7 @@
   
   <!-- TODO - this is still broken (as in RC1)
       <attainGoal name="test-reactor-maven-username" />
  +    <attainGoal name="test-dot-property">
   -->
       <echo>Touchstone complete</echo>
     </goal>
  @@ -456,17 +456,6 @@
   
     <!--
      |
  -   | <deploy:copy-deps/> test.
  -   | @todo deploy plugin-test
  -   |
  -   -->
  -  <goal name="test-deploy-copy-deps">
  -    <j:set var="dist" value="${maven.build.dir}/dist"/>
  -    <deploy:copy-deps todir="${dist}/lib"/>
  -  </goal>
  -
  -  <!--
  -   |
      | Tests for the MavenTagLibrary.
      |
      -->
  @@ -474,7 +463,6 @@
     <!--
      |
      | <maven:concat/> test.
  -   | @todo use or remove
      |
      -->
     <goal name="test-concat">
  @@ -540,7 +528,6 @@
     <!--
      | Test to see if Jelly interaction taglib is loaded into the
      | classpath when the maven.xml file is executed.
  -   | @todo automate? remove?
      |-->
     <goal name="interaction-test">
       <echo>
  @@ -580,7 +567,7 @@
     <!--
      | property wrongly treated as == null
      | This test will fail until jexl(?) is fixed.
  -   | @todo use or remove
  +   | @todo fix
      |-->
     <goal name="test-dot-property">
       <property name="dot.property" value="true" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org