Update of /usr/local/cvs-repository/maven/commons-logging
In directory eng.werken.com:/tmp/cvs-serv18479/commons-logging

Modified Files:
        project.xml 
Log Message:
Added initial project xml's for these projects. Collections currently has 
a unit test problem, so unable to be too sure this one works.

I'm checking them against the current CVS of Maven.


Index: project.xml
===================================================================
RCS file: /usr/local/cvs-repository/maven/commons-logging/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** project.xml 24 Jun 2002 23:45:40 -0000      1.3
--- project.xml 25 Jun 2002 02:24:28 -0000      1.4
***************
*** 1,86 ****
  <project>
    <pomVersion>3</pomVersion>
-   <name>commons-logging</name>
    <id>commons-logging</id>
!   <currentVersion></currentVersion>
    <organization>
!     <name></name>
!     <url></url>
!     <logo></logo>
    </organization>
!   <description>
!     Logging Library Package  
!   </description>
!   <shortDescription></shortDescription>
    <package>org.apache.commons.logging</package>
!   <inceptionYear></inceptionYear>
    
!   <url>http://jakarta.apache.org/commons/</url>
!   <issueTrackingUrl></issueTrackingUrl>
!   <siteAddress></siteAddress>
!   <siteDirectory></siteDirectory>
!   <distributionDirectory></distributionDirectory>
    
    <repository>
!     <url></url>
!     
<connection>:pserver:[email protected]:/home/cvspublic:jakarta-commons/logging</connection>
      <password>anoncvs</password>
    </repository>
  
!   <versions>
!     <version>
!       <id>dev</id>
!       <name>dev</name>
!       <tag>HEAD</tag>
!     </version>
!   </versions>
!                             
!   <branches/>
!   
    <mailingLists>
      <mailingList>
!       <name></name>
!       <subscribe></subscribe>
!       <unsubscribe></unsubscribe>
!       <archive></archive>
      </mailingList>
    </mailingLists>
  
!   <developers>
!     
      <developer>
!       <name></name>
        <id></id>
        <email></email>
        <organization></organization>
      </developer>
    
!   </developers>
!   
!   <dependencies/>
  
    <build>
!     
      <sourceDirectory>src/java</sourceDirectory>
      <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
      <integrationUnitTestSourceDirectory/>
      <aspectSourceDirectory></aspectSourceDirectory>
!                       
      <!-- Unit test classes -->
      <unitTestPatterns>
!       <unitTestPattern>include = **/*Test*.java</unitTestPattern>
      </unitTestPatterns>
!           
      <!-- Integration unit test classes -->
      <integrationUnitTestPatterns>
      </integrationUnitTestPatterns>
!                             
      <jarResources>
      </jarResources>
!                   
      <jars>
      </jars>
-                            
    </build>
- 
  </project>
--- 1,134 ----
+ <?xml version="1.0"?>
  <project>
+   
    <pomVersion>3</pomVersion>
    <id>commons-logging</id>
!   <name>commons-logging</name>
!   <currentVersion>1.0-dev</currentVersion>
    <organization>
!     <name>Apache Software Foundation</name>
!     <url>http://jakarta.apache.org/</url>
!     <logo>/images/jakarta-logo-blue.gif</logo>
    </organization>
!   <inceptionYear>2001</inceptionYear>
    <package>org.apache.commons.logging</package>
!   <logo>http://jakarta.apache.org/commons/images/logo.jpg</logo>
    
!   <!-- Gump integration -->
!   <gumpRepositoryId>jakarta</gumpRepositoryId>
! 
!   <description>
!   Commons.Logging, an ultra-thin bridge between different logging libraries.  
!   Commons components may use the Logging JAR to remove compile-time/runtime 
!   dependencies on any particular logging package, and contributors may write 
!   Log implementations for the library of their choice.
!   </description>
    
+   <shortDescription>Java Common Components</shortDescription>
+ 
+   <url>http://jakarta.apache.org/commons/logging/</url>
+   
+<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
+   <siteAddress>jakarta.apache.org</siteAddress>
+   <siteDirectory>/www/jakarta.apache.org/commons/logging/</siteDirectory>
+   
+<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/</distributionDirectory>
+ 
    <repository>
!     
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons</connection>
      <password>anoncvs</password>
+     <url>http://cvs.apache.org/viewcvs/jakarta-commons/</url>
    </repository>
  
!   <branches>
!   </branches>
! 
    <mailingLists>
      <mailingList>
!       <name>Commons User List</name>
!       <subscribe>[EMAIL PROTECTED]</subscribe>
!       <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
!       <!-- Using mail-archive until there is something in nagoya's eyebrowse...
!       
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
!       -->
!       <archive>http://www.mail-archive.com/[email protected]/</archive>
!     </mailingList>
!     <mailingList>
!       <name>Commons Developer List</name>
!       <subscribe>[EMAIL PROTECTED]</subscribe>
!       <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
!       <!-- Using mail-archive until there is something in nagoya's eyebrowse...
!       
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
!       -->
!       <archive>http://www.mail-archive.com/[email protected]/</archive>
      </mailingList>
    </mailingLists>
  
! <developers>
      <developer>
!       <name>Morgan Delagrange</name>
        <id></id>
        <email></email>
        <organization></organization>
+       <roles>
+         <role>Java Developer</role>
+       </roles>
      </developer>
+     <developer>
+       <name>Rodney Waldhoff</name>
+       <id></id>
+       <email></email>
+       <organization></organization>
+       <roles>
+         <role>Java Developer</role>
+       </roles>
+     </developer>
+     <developer>
+       <name>Craig McClanahan</name>
+       <id></id>
+       <email></email>
+       <organization></organization>
+       <roles>
+         <role>Java Developer</role>
+       </roles>
+     </developer>
+ 
+ 
+ </developers>
+ 
+   <contributors>
+   </contributors>
    
!   <dependencies>
!   </dependencies>
  
    <build>
! 
!     <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
! 
      <sourceDirectory>src/java</sourceDirectory>
+ 
      <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
      <integrationUnitTestSourceDirectory/>
+ 
      <aspectSourceDirectory></aspectSourceDirectory>
! 
      <!-- Unit test classes -->
      <unitTestPatterns>
!       <unitTestPattern>include = **/*Test.java</unitTestPattern>
      </unitTestPatterns>
! 
      <!-- Integration unit test classes -->
      <integrationUnitTestPatterns>
      </integrationUnitTestPatterns>
! 
!     <!-- J A R  R E S O U R C E S -->
!     <!-- Resources that are packaged up inside the JAR file -->
! 
      <jarResources>
+         <jarResource>include = log4j.properties</jarResource>
      </jarResources>
! 
      <jars>
      </jars>
    </build>
  </project>
+ 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to