You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mp...@apache.org on 2002/08/28 21:43:41 UTC

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

mpoeschl    2002/08/28 12:43:41

  Modified:    configuration gump.xml
  Log:
  regenerated gump descriptor with maven
  
  Revision  Changes    Path
  1.5       +35 -29    jakarta-commons-sandbox/configuration/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/gump.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- gump.xml	25 Jul 2002 01:54:27 -0000	1.4
  +++ gump.xml	28 Aug 2002 19:43:41 -0000	1.5
  @@ -1,39 +1,45 @@
  -<module name="commons-configuration">
  +<?xml version="1.0" encoding="UTF-8"?>
   
  +<module name="commons-configuration">
   
     <description>Common ConfigurationTools</description>
  -  <url href="http://jakarta.apache.org/commons/sandbox/configuration/"/>
  -
  -  <cvs repository="jakarta"/>
  -
  -  <!-- This is really the cvs module. We need to change this but -->
  -  <!-- I will leave this for now until everything works.         -->
  -
  +  <url href="http://jakarta.apache.org/commons/sandbox/configuration/"></url>
  +  
  +  <cvs repository="jakarta"></cvs>
  +  
  +  
  +  
  +  
     <project name="commons-configuration">
  -
  -    <!-- Standard Maven target to produce Javadocs, source -->
  -    <!-- and binary distributions.                         -->
  -
  -    <ant buildfile="build-gump.xml" target="jar">
  -      <property name="maven.final.name" value="commons-configuration-@@DATE@@"/>
  +    
  +    
  +    
  +    <ant buildfile="build.xml" target="jar">
  +      <property name="maven.final.name" value="commons-configuration-@@DATE@@"></property>
       </ant>
  +    
  +    <package>org.apache.commons.configuration</package>
   
  -    <!-- All Maven projects need Ant and Xerces to build. -->
  -    <depend project="jakarta-ant" inherit="runtime"/>
  -    <depend project="xml-xerces"/>
  -
  -    <depend project="commons-collections"/>
  -    <depend project="commons-logging"/>
  -
  -    <work nested="target/classes"/>
  -    <home nested="target"/>
  -    <jar name="commons-configuration-@@DATE@@.jar"/>
  -    <javadoc nested="docs/apidocs"/>
  -
  -    <nag from="commons-dev@jakarta.apache.org"
  -         to="commons-dev@jakarta.apache.org"/>
  -
  +    
  +    <depend project="jakarta-ant"></depend>
  +    <depend project="xml-xerces"></depend>
  +
  +    
  +    <depend project="commons-collections"></depend> 
  +    
  +    <depend project="commons-lang"></depend> 
  +    
  +    <depend project="junit"></depend> 
  +    
  +
  +    <work nested="target/classes"></work>
  +    <home nested="target"></home>
  +    <jar name="commons-configuration-@@DATE@@.jar"></jar>
  +    <javadoc nested="docs/apidocs"></javadoc>
   
  +    <nag to="commons-dev@jakarta.apache.org" from="Maven Developers &lt;turbine-maven-dev@jakarta.apache.org&gt;"></nag>
  +    
     </project>
   
   </module>
  +    
  
  
  

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