mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 19:45:01 +00:00
Towards version 2.2: - Set the component version to 2.2-dev, removed text package exclusions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b869ef899
commit
1aae68267d
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
|
|
||||||
<id>commons-lang</id>
|
<id>commons-lang</id>
|
||||||
<name>Lang</name>
|
<name>Lang</name>
|
||||||
<currentVersion>2.1</currentVersion>
|
<currentVersion>2.2-dev</currentVersion>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<shortDescription>Java Common Components</shortDescription>
|
<shortDescription>Java Common Components</shortDescription>
|
||||||
<description>
|
<description>
|
||||||
@ -368,8 +368,6 @@ limitations under the License.
|
|||||||
<sourceModification>
|
<sourceModification>
|
||||||
<className>FakeClass</className>
|
<className>FakeClass</className>
|
||||||
<excludes>
|
<excludes>
|
||||||
<!-- text package excluded for the 2.1 release -->
|
|
||||||
<exclude>org/apache/commons/lang/text/**/*.java</exclude>
|
|
||||||
</excludes>
|
</excludes>
|
||||||
</sourceModification>
|
</sourceModification>
|
||||||
</sourceModifications>
|
</sourceModifications>
|
||||||
@ -384,8 +382,6 @@ limitations under the License.
|
|||||||
</includes>
|
</includes>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/AllLangTestSuite.java</exclude>
|
<exclude>**/AllLangTestSuite.java</exclude>
|
||||||
<!-- text package excluded for the 2.1 release -->
|
|
||||||
<exclude>org/apache/commons/lang/text/**/*.java</exclude>
|
|
||||||
</excludes>
|
</excludes>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user