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/29 21:41:31 UTC

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

bayard      2004/02/29 12:41:31

  Modified:    mapper   project.xml
  Log:
  updated to use the sandbox-build
  
  Revision  Changes    Path
  1.4       +2 -64     jakarta-commons-sandbox/mapper/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	9 Nov 2003 21:18:19 -0000	1.3
  +++ project.xml	29 Feb 2004 20:41:30 -0000	1.4
  @@ -1,70 +1,20 @@
   <?xml version="1.0"?>
   <project>
  -  <pomVersion>3</pomVersion>
  +  <extend>../sandbox-build/project.xml</extend>
     <name>Commons Mapper</name>
     <id>commons-mapper</id>
     <currentVersion>0.7-dev</currentVersion>
     
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
  -  </organization>
  -  
     <inceptionYear>2003</inceptionYear>
     <package>org.apache.commons.mapper</package>
   
     <shortDescription>Commons Mapper</shortDescription>
   
  -  <!-- Gump integration -->
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
  -
     <description>
       Mapper is a thin abstraction layer around a project's chosen data 
       mapping technology.
     </description>
   
  -  <url>http://jakarta.apache.org/commons/sandbox/mapper/</url>
  -  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/mapper/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/mapper/</distributionDirectory>
  -  <repository>
  -    <connection>
  -      scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/mapper
  -    </connection>
  -    <url>
  -      http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/mapper/
  -    </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://www.mail-archive.com/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://www.mail-archive.com/commons-dev@jakarta.apache.org/
  -      </archive>
  -    </mailingList>
  -  </mailingLists>
  -
     <developers>
   
       <developer>
  @@ -87,23 +37,11 @@
     </dependencies>
   
     <build>
  -    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
       <sourceDirectory>src/share</sourceDirectory>
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -
  -    <!-- Unit test cases -->
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  -              
  -    <!-- Resources that are packaged up inside the JAR file -->
  -    <resources>
  -      <includes>
  -        <include>**/*.properties</include>
  -      </includes>
  -    </resources>
  -
     </build>
  -</project>
  \ No newline at end of file
  +</project>
  
  
  

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