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>[EMAIL PROTECTED]</email>
+ <email>[EMAIL PROTECTED]</email>
<organization></organization>
<roles>
<role>Java Developer</role>
@@ -364,6 +364,15 @@
<build>
<nagEmailAddress>[email protected]</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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]