You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/01/05 08:42:54 UTC

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/http .cvsignore maven.xml

dion        2003/01/04 23:42:54

  Modified:    jelly/jelly-tags/http maven.xml
  Added:       jelly/jelly-tags/http .cvsignore
  Log:
  Clean up build process
  
  Revision  Changes    Path
  1.2       +1 -16     jakarta-commons-sandbox/jelly/jelly-tags/http/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/http/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	3 Jan 2003 00:26:42 -0000	1.1
  +++ maven.xml	5 Jan 2003 07:42:54 -0000	1.2
  @@ -1,18 +1,3 @@
  -<project default="java:jar" xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns:util="jelly:util">
  -
  -  <!-- copies unit testing stuff -->
  -  <postGoal name="test:compile">
  -    <copy todir="${maven.test.dest}">
  -      <fileset dir="src/test">
  -        <include name="**/*.properties"/>
  -        <include name="META-INF/services/*"/>
  -        <include name="**/*.jelly"/>
  -        <include name="**/*.xml"/>
  -        <include name="**/*.html"/>
  -        <include name="**/*.dtd"/>
  -        <include name="**/*.rng"/>
  -      </fileset>
  -    </copy>
  -  </postGoal>
  +<project default="java:jar">
   
   </project>
  
  
  
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/http/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  maven.log
  target
  
  
  

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