You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by st...@apache.org on 2005/05/05 03:29:46 UTC

svn commit: r168229 - /jakarta/commons/proper/lang/trunk/project.xml

Author: stevencaswell
Date: Wed May  4 18:29:46 2005
New Revision: 168229

URL: http://svn.apache.org/viewcvs?rev=168229&view=rev
Log:
updated status to 2.1-RC5;
added excluding the text package as a source modification and unit text exclusion

Modified:
    jakarta/commons/proper/lang/trunk/project.xml

Modified: jakarta/commons/proper/lang/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/project.xml?rev=168229&r1=168228&r2=168229&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/project.xml (original)
+++ jakarta/commons/proper/lang/trunk/project.xml Wed May  4 18:29:46 2005
@@ -19,7 +19,7 @@
   
   <id>commons-lang</id>
   <name>Lang</name>
-  <currentVersion>2.1-RC4</currentVersion>
+  <currentVersion>2.1-RC5</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>Java Common Components</shortDescription>
   <description>
@@ -106,7 +106,7 @@
     <developer>
       <name>Steven Caswell</name>
       <id>scaswell</id>
-      <email>steven.caswell@gmail.com</email>
+      <email>stevencaswell@apache.org</email>
       <organization></organization>
       <roles>
         <role>Java Developer</role>
@@ -364,6 +364,15 @@
   <build>
     	<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
     	<sourceDirectory>src/java</sourceDirectory>
+        <sourceModifications>
+          <sourceModification>
+            <className>FakeClass</className>
+            <excludes>
+		<!-- text package excluded for the 2.1 release -->
+                <exclude>org/apache/commons/lang/text/**/*.java</exclude>
+            </excludes>
+          </sourceModification>
+        </sourceModifications>
     	<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     	<integrationUnitTestSourceDirectory/>
     	<aspectSourceDirectory/>
@@ -375,6 +384,8 @@
       		</includes>
       		<excludes>
         		<exclude>**/AllLangTestSuite.java</exclude>
+		        <!-- text package excluded for the 2.1 release -->
+			<exclude>org/apache/commons/lang/text/**/*.java</exclude>
       		</excludes>
             <resources>
                 <resource>



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