You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jv...@apache.org on 2002/07/26 21:07:07 UTC

cvs commit: jakarta-commons/lang maven.xml project.xml LICENSE

jvanzyl     2002/07/26 12:07:07

  Modified:    lang     project.xml
  Added:       lang     maven.xml
  Removed:     lang     LICENSE
  Log:
  o using the parent project.xml
  
  Revision  Changes    Path
  1.2       +17 -83    jakarta-commons/lang/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	26 Jul 2002 00:41:52 -0000	1.1
  +++ project.xml	26 Jul 2002 19:07:07 -0000	1.2
  @@ -1,67 +1,20 @@
   <?xml version="1.0"?>
   <project>
  -  
  -  <pomVersion>3</pomVersion>
  +  <extend>../project.xml</extend>
     <id>commons-lang</id>
  -  <name>commons-lang</name>
  +  <name>Lang</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.lang</package>
  -  <logo>http://jakarta.apache.org/commons/images/logo.jpg</logo>
     
  -  <!-- Gump integration -->
  -  <gumpRepositoryId>jakarta</gumpRepositoryId>
  -
     <description>
  -  Commons.Lang, a package of Java utility classes for the
  -  classes that are in java.lang's hierarchy, or are considered to be so
  -  standard as to justify existence in java.lang.
  +    Commons.Lang, a package of Java utility classes for the
  +    classes that are in java.lang's hierarchy, or are considered to be so
  +    standard as to justify existence in java.lang.
     </description>
     
     <shortDescription>Java Common Components</shortDescription>
   
  -  <url>http://jakarta.apache.org/commons/lang.html</url>
  -  <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/lang/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/</distributionDirectory>
  -
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/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>commons-user-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <!-- Using mail-archive until there is something in nagoya's eyebrowse...
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
  -      -->
  -      <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>
  -      <!-- Using mail-archive until there is something in nagoya's eyebrowse...
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
  -      -->
  -      <archive>http://www.mail-archive.com/commons-dev@jakarta.apache.org/</archive>
  -    </mailingList>
  -  </mailingLists>
  -
  -<developers>
  +  <developers>
       <developer>
         <name>Daniel Rall</name>
         <id>dlr</id>
  @@ -98,8 +51,7 @@
           <role>Java Developer</role>
         </roles>
       </developer>
  -
  -</developers>
  +  </developers>
   
     <contributors>
       <contributor>
  @@ -115,37 +67,19 @@
     
     <!-- Lang should depend on very little -->
     <dependencies>
  +    <dependency>
  +      <id>junit</id>
  +      <version>3.7</version>
  +    </dependency>
     </dependencies>
   
     <build>
  -
  -    <nagEmailAddress>commons-dev@jakarta.apache.org</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>
  +    <unitTest>
  +      <includes>
  +        <include>**/*Test.java</include>
  +      </includes>
  +    </unitTest>
     </build>
  +
   </project>
   
  
  
  
  1.1                  jakarta-commons/lang/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="java:jar"
    xmlns:j="jelly:core">
  
  </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>