Author: stevencaswell
Date: Tue Jul  5 18:30:28 2005
New Revision: 209378

URL: http://svn.apache.org/viewcvs?rev=209378&view=rev
Log:
Towards version 2.2: - Set the component version to 2.2-dev, removed text 
package exclusions

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=209378&r1=209377&r2=209378&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/project.xml (original)
+++ jakarta/commons/proper/lang/trunk/project.xml Tue Jul  5 18:30:28 2005
@@ -19,7 +19,7 @@
   
   <id>commons-lang</id>
   <name>Lang</name>
-  <currentVersion>2.1</currentVersion>
+  <currentVersion>2.2-dev</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>Java Common Components</shortDescription>
   <description>
@@ -368,8 +368,6 @@
           <sourceModification>
             <className>FakeClass</className>
             <excludes>
-               <!-- text package excluded for the 2.1 release -->
-                <exclude>org/apache/commons/lang/text/**/*.java</exclude>
             </excludes>
           </sourceModification>
         </sourceModifications>
@@ -384,8 +382,6 @@
                </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]

Reply via email to