You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2006/07/11 07:37:54 UTC

svn commit: r420730 - in /jakarta/commons/proper/lang/trunk: build.xml default.properties maven.xml

Author: niallp
Date: Mon Jul 10 22:37:53 2006
New Revision: 420730

URL: http://svn.apache.org/viewvc?rev=420730&view=rev
Log:
LANG-272 Remove 2.1 build target and exclusion of "text" package from source distro.

Modified:
    jakarta/commons/proper/lang/trunk/build.xml
    jakarta/commons/proper/lang/trunk/default.properties
    jakarta/commons/proper/lang/trunk/maven.xml

Modified: jakarta/commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/build.xml?rev=420730&r1=420729&r2=420730&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/build.xml (original)
+++ jakarta/commons/proper/lang/trunk/build.xml Mon Jul 10 22:37:53 2006
@@ -90,11 +90,6 @@
 		<copy file="RELEASE-NOTES.txt" todir="${dist.home}"/>
 		<antcall target="jar"/>
 	</target>
-	<target name="dist-build-2.1" description="Build binary distribution files excluding the text package">
-		<delete dir="src/java/org/apache/commons/lang/text"/>
-		<delete dir="src/test/org/apache/commons/lang/text"/>
-		<antcall target="dist-build"/>
-	</target>
 	<target name="dist-build" depends="clean,dist" description="Build binary distribution files">
 		<mkdir dir="${final.name}"/>
 		<move todir="${final.name}/${final.name}">

Modified: jakarta/commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/default.properties?rev=420730&r1=420729&r2=420730&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/default.properties (original)
+++ jakarta/commons/proper/lang/trunk/default.properties Mon Jul 10 22:37:53 2006
@@ -76,12 +76,6 @@
 # Valid values are 1.3, 1.4, 1.5. 
 compile.source = 1.3
 
-# Files to be excluded from the compile
-#compile.excludes=org/apache/commons/lang/text/**/*.java
-
-# Packages to be excluded from javadocs
-#javadoc.excludepackagenames=org.apache.commons.lang.text
-
 # Should all tests fail if one does?
 test.failonerror = true
 

Modified: jakarta/commons/proper/lang/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/maven.xml?rev=420730&r1=420729&r2=420730&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/maven.xml (original)
+++ jakarta/commons/proper/lang/trunk/maven.xml Mon Jul 10 22:37:53 2006
@@ -38,10 +38,6 @@
       <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>
 
   <!-- Release process uses ant for Binary build, however for completeness... -->



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