You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/10/10 23:52:25 UTC

cvs commit: jakarta-commons/discovery .cvsignore maven.xml project.xml

jstrachan    2002/10/10 14:52:25

  Modified:    discovery maven.xml project.xml
  Added:       discovery .cvsignore
  Log:
  Patched Maven build so that commons-discovery can be built property from inside Maven
  
  Revision  Changes    Path
  1.2       +11 -0     jakarta-commons/discovery/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/discovery/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	23 Jul 2002 16:53:50 -0000	1.1
  +++ maven.xml	10 Oct 2002 21:52:25 -0000	1.2
  @@ -1,4 +1,15 @@
   <project default="java:jar"
     xmlns:j="jelly:core">
   
  +  <!-- copies unit testing stuff -->
  +  <postGoal name="test:compile">
  +    <copy todir="target/test-classes">
  +      <fileset dir="src/test">
  +        <include name="**/*.properties"/>
  +        <include name="META-INF/services/*"/>
  +      </fileset>
  +    </copy>
  +  </postGoal>
  +  
  +
   </project>
  
  
  
  1.9       +15 -0     jakarta-commons/discovery/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/discovery/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	1 Sep 2002 03:58:02 -0000	1.8
  +++ project.xml	10 Oct 2002 21:52:25 -0000	1.9
  @@ -54,4 +54,19 @@
   
     </dependencies>
   
  +  <build>
  +    <unitTest>
  +      <includes>
  +        <include>**/TestAll.java</include>
  +      </includes>
  +    </unitTest>
  +
  +    <resources>
  +      <includes>
  +        <include>**/*.properties</include>
  +      </includes>
  +    </resources>
  +  </build>
  +
  +
   </project>
  
  
  
  1.1                  jakarta-commons/discovery/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target
  
  
  

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