You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2003/09/09 09:25:49 UTC

cvs commit: jakarta-gump/project jakarta-commons-sandbox.xml

bodewig     2003/09/09 00:25:49

  Modified:    project  jakarta-commons-sandbox.xml
  Log:
  Adapt to mavenized commons-resources build
  
  Revision  Changes    Path
  1.145     +6 -2      jakarta-gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-commons-sandbox.xml,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- jakarta-commons-sandbox.xml	5 Sep 2003 09:10:31 -0000	1.144
  +++ jakarta-commons-sandbox.xml	9 Sep 2003 07:25:49 -0000	1.145
  @@ -241,7 +241,7 @@
       <description>Commons resources</description>
   
       <ant basedir="resources" target="dist">
  -      <property name="component.version" value="@@DATE@@" />
  +      <property name="final.name" value="commons-resources-@@DATE@@" />
       </ant>
   
       <depend project="ant" inherit="runtime"/>
  @@ -253,8 +253,12 @@
       <depend project="commons-logging"/>
       <depend project="jakarta-servletapi-4"/>
       <depend project="xml-xalan2"/>
  +    <depend project="junit"/>
   
  -    <jar name="resources/dist/commons-resources.jar"/>
  +    <work nested="resources/target/classes"/>
  +    <work nested="resources/target/test-classes"/>
  +
  +    <jar name="resources/dist/commons-resources-@@DATE@@.jar"/>
       <javadoc nested="resources/dist/docs/api"/>
   
       <nag to="commons-dev@jakarta.apache.org"