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:13 UTC

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

bayard      2004/02/27 21:13:13

  Modified:    functor  project.xml
  Log:
  switched to use super-pom
  
  Revision  Changes    Path
  1.7       +1 -39     jakarta-commons-sandbox/functor/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	5 Jan 2004 16:45:46 -0000	1.6
  +++ project.xml	28 Feb 2004 05:13:13 -0000	1.7
  @@ -1,25 +1,15 @@
   <?xml version="1.0"?>
   <project> 
  -  <pomVersion>3</pomVersion>
  +  <extend>../sandbox-build/project.xml</extend>
     <name>commons-functor</name>
     <id>commons-functor</id>
     <currentVersion>1.0-dev</currentVersion>
   
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/commons</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
  -  </organization>
  -  <!-- <logo>http://jakarta.apache.org/commons/images/logo.jpg</logo> -->
  -
     <inceptionYear>2003</inceptionYear>
     <package>org.apache.commons.functor</package>
   
     <shortDescription>Commons Functor Component</shortDescription>
   
  -  <!-- Gump integration -->
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
  -
     <description>
       A "functor" is an entity that serves the role of a function
       but can be operated upon like an object.  Commons Functor
  @@ -27,31 +17,6 @@
       implementations, and utilities.
     </description>
   
  -  <url>http://jakarta.apache.org/commons/sandbox/functor/</url>
  -  <issueTrackingUrl>http://issues.apache.org/bugzilla</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/functor/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/functor/</distributionDirectory>
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/functor</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/functor/</url>
  -  </repository>
  -
  -  <mailingLists>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons Developer List</name>
  -      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
  -    </mailingList>
  -  </mailingLists>
  -
     <developers>
       <developer>
         <name>Rodney Waldhoff</name>
  @@ -85,9 +50,6 @@
     </dependencies>
   
     <build>
  -    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <unitTest>
         <includes>
           <include>org/apache/commons/functor/TestAll.java</include>
  
  
  

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