You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by st...@apache.org on 2005/05/05 03:26:57 UTC

svn commit: r168226 - /jakarta/commons/proper/lang/trunk/default.properties

Author: stevencaswell
Date: Wed May  4 18:26:56 2005
New Revision: 168226

URL: http://svn.apache.org/viewcvs?rev=168226&view=rev
Log:
update version to 2.1-RC5;
added properties compile.excludes and excludepackagenames to support building a distribution without a package

Modified:
    jakarta/commons/proper/lang/trunk/default.properties

Modified: jakarta/commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/default.properties?rev=168226&r1=168225&r2=168226&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/default.properties (original)
+++ jakarta/commons/proper/lang/trunk/default.properties Wed May  4 18:26:56 2005
@@ -29,7 +29,7 @@
 component.title = Core Language Utilities
 
 # The current version number of this component
-component.version = 2.1-RC4
+component.version = 2.1-RC5
 
 # The current year used for the end date in copyrights.
 copyright.end = 2005
@@ -72,6 +72,12 @@
 # Corresponds to the source attribute for the ant javac task. 
 # 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



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