added deleting the text package from source (java and test) when preparing the source filesystem for building the source distribution, because the text package is excluded from the 2.1 release

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Caswell 2005-05-05 01:54:13 +00:00
parent 3da25240b0
commit 03fa12f5b2
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ limitations under the License.
<copy todir="${maven.dist.src.assembly.dir}/xdocs">
<fileset dir="xdocs" />
</copy>
<!-- remove text package for the 2.1 release -->
<delete dir="${maven.dist.src.assembly.dir}/src/java/org/apache/commons/lang/text"/>
<delete dir="${maven.dist.src.assembly.dir}/src/test/org/apache/commons/lang/text"/>
</postGoal>