Commit Graph

1790 Commits

Author SHA1 Message Date
Steven Caswell 4adf9462c4 added maven.javadoc.overview to point the maven javadoc plugin to the overview.html - for some reason it wasn't being picked up without the property setting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@171273 13f79535-47bb-0310-9956-ffa450edef68
2005-05-22 02:55:34 +00:00
Steven Caswell 83152c4227 updated version to 2.1-RC6
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@171272 13f79535-47bb-0310-9956-ffa450edef68
2005-05-22 02:53:49 +00:00
Gary D. Gregory 57423f259f Specification-Version: 2.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@170672 13f79535-47bb-0310-9956-ffa450edef68
2005-05-17 21:41:48 +00:00
Steven Caswell 03fa12f5b2 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
2005-05-05 01:54:13 +00:00
Steven Caswell 3da25240b0 removed link to lang.text section
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168231 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:32:02 +00:00
Steven Caswell 502c5e2609 removed description of the text package since it is excluded from the 2.1 release;
updated e-mail address

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168230 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:31:06 +00:00
Steven Caswell ee5ce24168 updated status to 2.1-RC5;
added excluding the text package as a source modification and unit text exclusion

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168229 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:29:46 +00:00
Steven Caswell fddb1a875d added maven.clover.excludes property to exclude the text package (exluded from 2.1 release)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168227 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:28:16 +00:00
Steven Caswell 580a7b31d2 update version to 2.1-RC5;
added properties compile.excludes and excludepackagenames to support building a distribution without a package

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168226 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:26:56 +00:00
Steven Caswell f2d7f4ada6 added compile.excludes attribute to the javac element, with the value set to the compile.excludes property;
added excludepackagenames attribute to the javadoc element, with the value set to the javadoc.excludepackagenames property;
added dist-build-2.1 target to build the 2.1 release without the text package

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168225 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:26:00 +00:00
Steven Caswell f3851094d7 added svn path to the committers repository in the building/site generation section
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168200 13f79535-47bb-0310-9956-ffa450edef68
2005-05-04 22:12:30 +00:00
Gary D. Gregory d14f130cc4 Text test suite was not being invoked.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@166153 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 23:05:47 +00:00
Gary D. Gregory f9e986558f [Bug 34715][lang] unit test for org.apache.commons.lang.text.StrBuilder.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@166042 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 23:04:47 +00:00
Gary D. Gregory 7771e18974 A good start for: [Bug 34715][lang] unit test for org.apache.commons.lang.text.StrBuilder. From heuermh@acm.org.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165710 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 22:55:31 +00:00
Gary D. Gregory a22cada514 Replace the Javadoc pattern "A Matcher which matches the XXX character." with "Matches the XXX character.". (A matcher matches of course ;-) Use the active voice or “third-person verb form”, I only know it is called the “third-person verb form” because I read it in the most excellent tiny little book “The Elements of Java Style”.)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165694 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 21:16:58 +00:00
Gary D. Gregory 62746c899f Javadoc nit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165687 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 21:06:38 +00:00
Gary D. Gregory bc218db61c Fix 120-length warnings reported for 2.1-RC4 here: http://people.apache.org/~stevencaswell/commons-lang-2.1/docs/checkstyle-report.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165657 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 18:31:49 +00:00
Steven Caswell a8a5bea553 added header similar to developer's guide;
added code tags around method call examples

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165558 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:15:46 +00:00
Steven Caswell de5f4d31bf removed entry for writing users guide
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165557 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:14:55 +00:00
Steven Caswell 81cfc6af93 spelling correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165556 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:14:24 +00:00
Steven Caswell de086a9972 updated version to 2.1-RC4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165555 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:13:34 +00:00
Steven Caswell 3002996c2d updated version to 2.1-RC4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165554 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:13:09 +00:00
Steven Caswell a8be2ba8ba updated link to status document;
changed repository link to point to subversion repository

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164716 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:04:32 +00:00
Steven Caswell f768e6d6b5 added instructions for building a release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164715 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:03:10 +00:00
Steven Caswell 123bbb1eb9 updated version to 2.1-RC3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164714 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:02:18 +00:00
Steven Caswell e5d6c9246a updated version to 2.1-RC3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164713 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:01:19 +00:00
Steven Caswell 0240ee098e updated with 2.1 changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164711 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 01:47:17 +00:00
Steven Caswell cd2d9b18c5 changed to reflect version 2.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164648 13f79535-47bb-0310-9956-ffa450edef68
2005-04-25 21:06:15 +00:00
Steven Caswell c0911c63f6 renamed CVS navigation menu item to Subversion and changed the url to point to the subversion repository;
renames the Javadoc (CVS latest) navigation menu item to Javadoc (SVN latest)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164646 13f79535-47bb-0310-9956-ffa450edef68
2005-04-25 21:05:06 +00:00
Steven Caswell d2de9c542c updated version to 2.1-RC;
changed repository url to point to viewcvs for a cvs-style view of the repository

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161957 13f79535-47bb-0310-9956-ffa450edef68
2005-04-19 19:58:44 +00:00
Steven Caswell f77345faae updated version to 2.1-RC
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161956 13f79535-47bb-0310-9956-ffa450edef68
2005-04-19 19:57:33 +00:00
Steven Caswell fbeb0dbd3d added section on building with initial description of setting up clover license for site generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161697 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 21:27:36 +00:00
Steven Caswell f3c9854331 added maven.clover.license.path to point to the clover license file in the base directory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161695 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 20:55:46 +00:00
Steven Caswell 39886dee52 added description of the new mutable package;
added description of the new DurationFormatUtils class

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161694 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 20:36:17 +00:00
Steven Caswell 6af54ea8d3 updated for 2.1 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161693 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 20:34:50 +00:00
Steven Caswell 81ab3fc016 added changes for 2.1 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161692 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 20:31:11 +00:00
Martin van den Bemt 363f779eb1 Change WordWrapUtils to WordUtils.. Just noticed it in the javadocs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161678 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 18:42:40 +00:00
Gary D. Gregory 5e18fd65ff Updated copyright statements for 2005.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161244 13f79535-47bb-0310-9956-ffa450edef68
2005-04-14 06:16:36 +00:00
Gary D. Gregory 4f69e5183a Updated copyright statements for 2005.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161243 13f79535-47bb-0310-9956-ffa450edef68
2005-04-14 04:30:28 +00:00
Gary D. Gregory e0af00ee72 Fix Javadoc copyright year.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161241 13f79535-47bb-0310-9956-ffa450edef68
2005-04-14 02:00:48 +00:00
Gary D. Gregory b0053ca691 Removed extra C style parens in return statements (as discussed on commons-dev).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161229 13f79535-47bb-0310-9956-ffa450edef68
2005-04-13 22:36:48 +00:00
Gary D. Gregory 887d935024 In the .text package (not for 2.1):
- Javadoc nits: missing tags, wrong name in @param, "." in 1st line.
- Refactored magic number "32" into static final "CAPACITY".
- Removed extra C-style "return (expr)" in return expressions.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@160943 13f79535-47bb-0310-9956-ffa450edef68
2005-04-11 20:11:40 +00:00
Henri Yandell fdaa1eb25a As far as I can tell, this method was in 2.0, so rolling the @since 2.1 back to 2.0. Hopefully this explains why JDiff thought it was a removed and added method signature
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@160809 13f79535-47bb-0310-9956-ffa450edef68
2005-04-11 00:38:04 +00:00
Stephen Colebourne 371c34bbea Add StringUtils.defaultIfEmpty
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@160807 13f79535-47bb-0310-9956-ffa450edef68
2005-04-10 23:25:25 +00:00
Gary D. Gregory d5f32c231c Removed extra C style parens in return statements.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@159551 13f79535-47bb-0310-9956-ffa450edef68
2005-03-31 00:56:20 +00:00
Henri Yandell fbe572c3ff includes default.properties in src builds now
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@157681 13f79535-47bb-0310-9956-ffa450edef68
2005-03-16 05:05:08 +00:00
Henri Yandell e8c2d55717 Using Maven for the source build, so need to get all the deliverables inside them
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@157368 13f79535-47bb-0310-9956-ffa450edef68
2005-03-14 02:39:54 +00:00
Henri Yandell f0376e00e6 added latest set of fixed issues in Bugz
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@156334 13f79535-47bb-0310-9956-ffa450edef68
2005-03-06 19:21:36 +00:00
Henri Yandell 325c03b6c3 also commenting out import statement for text so this builds :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@156333 13f79535-47bb-0310-9956-ffa450edef68
2005-03-06 19:05:25 +00:00
Henri Yandell b4e543ab8d commenting out the text tests as they will not be in the next release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@156332 13f79535-47bb-0310-9956-ffa450edef68
2005-03-06 19:03:31 +00:00