You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/02/25 23:52:33 UTC

cvs commit: jakarta-commons/pool project.properties .cvsignore project.xml

rwaldhoff    2003/02/25 14:52:33

  Modified:    pool     .cvsignore project.xml
  Added:       pool     project.properties
  Log:
  * add project.properties, update project.xml for better maven support
  * ignore maven's target directory, and some eclipse-specific files
  
  Revision  Changes    Path
  1.3       +4 -0      jakarta-commons/pool/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .cvsignore	30 Apr 2001 18:22:22 -0000	1.2
  +++ .cvsignore	25 Feb 2003 22:52:32 -0000	1.3
  @@ -1,2 +1,6 @@
   build.properties
   dist
  +target
  +eclipse_classes
  +.classpath
  +.project
  
  
  
  1.9       +54 -10    jakarta-commons/pool/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	31 Oct 2002 21:00:25 -0000	1.8
  +++ project.xml	25 Feb 2003 22:52:32 -0000	1.9
  @@ -1,18 +1,55 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -
  -<project>
  -  <extend>../project.xml</extend>
  -  <name>Pool</name>
  +<?xml version="1.0"?>
  +<project> 
  +  <pomVersion>3</pomVersion>
  +  <name>commons-pool</name>
     <id>commons-pool</id>
     <currentVersion>2.0-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>
  +  <!-- <logo>/images/logo.jpg</logo> -->
  +
     <inceptionYear>2001</inceptionYear>
  +  <package>org.apache.commons.pool</package>
  +
  +  <!-- Gump integration -->
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  +
  +
     <shortDescription>Commons Object Pooling Library</shortDescription>
   
     <description>
       Commons Object Pooling Library
     </description>
  -  
  +
  +  <url>http://jakarta.apache.org/commons/pool/</url>
  +  <issueTrackingUrl>http://issues.apache.org/bugzilla</issueTrackingUrl>
  +  <siteAddress>jakarta.apache.org</siteAddress>
  +  <siteDirectory>/www/jakarta.apache.org/commons/pool</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/pool/</distributionDirectory>
  +  <repository>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/pool</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/pool/</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>Morgan Delagrange</name>
  @@ -51,21 +88,28 @@
         <id>commons-collections</id>
         <version>2.0</version>
       </dependency>
  +
       <dependency>
         <id>junit</id>
         <version>3.7</version>
       </dependency>
  +
  +    <!-- these two are required by maven -->
  +    <dependency><id>xml-apis</id><version>2.0.2</version></dependency>
  +    <dependency><id>xerces</id><version>2.0.2</version></dependency>
  +    <!-- /these two are required by maven -->
  +
     </dependencies>
   
     <build>
  -    
  +    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
  +    <sourceDirectory>src/java</sourceDirectory>
  +    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <unitTest>
         <includes>
           <include>org/apache/commons/pool/TestAll.java</include>
         </includes>
       </unitTest>
  -
     </build>
  -
  -
   </project>
  +
  
  
  
  1.1                  jakarta-commons/pool/project.properties
  
  Index: project.properties
  ===================================================================
  maven.checkstyle.properties=src/conf/checkstyle.properties
  
  maven.javadoc.author=false
  maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
  
  maven.compile.debug=on
  maven.compile.deprecation=off
  maven.compile.optimize=off
  
  maven.jarResources.basedir=src/java
  maven.jar.excludes=**/package.html
  maven.junit.fork=true
  
  clover.excludes=**/Test*.java
  
  
  

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