You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2004/02/28 06:13:29 UTC

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

bayard      2004/02/27 21:13:29

  Modified:    grant    project.xml
  Log:
  switched to use super-pom
  
  Revision  Changes    Path
  1.11      +1 -41     jakarta-commons-sandbox/grant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/grant/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	5 Jan 2004 02:30:38 -0000	1.10
  +++ project.xml	28 Feb 2004 05:13:29 -0000	1.11
  @@ -1,55 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <pomVersion>3</pomVersion>
  +  <extend>../sandbox-build/project.xml</extend>
     <name>commons-grant</name>
     <id>commons-grant</id>
     <currentVersion>1.0-beta-5</currentVersion>
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://www.apache.org</url>
  -  </organization>
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.commons.grant</package>
     <shortDescription>Commons Grant</shortDescription>
   
  -  <!-- Gump integration -->
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
  -  
     <description>
       Grant is a small collection of hacks for Jakarta Ant in order
       to allow better/different control of classpaths and property
       resolution.
     </description>
     
  -  <url>http://jakarta.apache.org/commons/sandbox/grant/</url>
  -
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/grant/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/grant/</distributionDirectory>
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/grant</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/grant/</url>
  -  </repository>
  -  
  -  <versions>
  -    <version>
  -      <id>b1</id>
  -      <name>1.0-b1</name>
  -      <tag>HEAD</tag>
  -    </version>
  -  </versions>
  -  <branches></branches>
  -  
  -  <mailingLists>
  -    <mailingList>
  -      <name>Commons Dev List</name>
  -      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
  -    </mailingList>
  -  </mailingLists>
  -  
     <developers>
       <developer>
         <name>Robert Burrell Donkin</name>
  @@ -82,9 +47,4 @@
   
     </dependencies>
   
  -  <build>
  -    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -  </build>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org