You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jv...@apache.org on 2002/07/08 18:32:12 UTC

cvs commit: jakarta-commons/betwixt maven.xml

jvanzyl     2002/07/08 09:32:12

  Added:       betwixt  maven.xml
  Log:
  o Little preGoal to copy the resources for testing into the proper location.
    This can more than likely be generalized for widespread use.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/betwixt/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="install" xmlns:j="jelly:core">
  
    <preGoal name="test:test">
      
      <echo>Copying test resources ...</echo>
      
      <copy todir="target/test-classes/org/apache/commons/betwixt/nowrap">
        <fileset dir="src/test/org/apache/commons/betwixt/nowrap">
          <include name="*.betwixt"/>
          <include name="*.xml"/>
        </fileset>
      </copy>
      
    </preGoal>
  
  </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>