Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D472710B93 for ; Mon, 31 Mar 2014 19:48:08 +0000 (UTC) Received: (qmail 57294 invoked by uid 500); 31 Mar 2014 19:48:07 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 56941 invoked by uid 500); 31 Mar 2014 19:48:02 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 56737 invoked by uid 99); 31 Mar 2014 19:48:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2014 19:48:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2014 19:47:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 25AD323889E2; Mon, 31 Mar 2014 19:47:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1583423 - in /commons/proper/jcs/trunk: pom.xml src/assembly/bin.xml src/assembly/src.xml src/changes/release-notes.vm src/site/site.xml xdocs/download_jcs.xml xdocs/index.xml Date: Mon, 31 Mar 2014 19:47:38 -0000 To: commits@commons.apache.org From: tv@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140331194739.25AD323889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Mon Mar 31 19:47:38 2014 New Revision: 1583423 URL: http://svn.apache.org/r1583423 Log: Add/fix files required for release Added: commons/proper/jcs/trunk/src/changes/release-notes.vm - copied, changed from r1583415, commons/proper/lang/trunk/src/changes/release-notes.vm commons/proper/jcs/trunk/xdocs/download_jcs.xml (with props) Modified: commons/proper/jcs/trunk/pom.xml commons/proper/jcs/trunk/src/assembly/bin.xml commons/proper/jcs/trunk/src/assembly/src.xml commons/proper/jcs/trunk/src/site/site.xml commons/proper/jcs/trunk/xdocs/index.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1583423&r1=1583422&r2=1583423&view=diff ============================================================================== --- commons/proper/jcs/trunk/pom.xml (original) +++ commons/proper/jcs/trunk/pom.xml Mon Mar 31 19:47:38 2014 @@ -30,8 +30,9 @@ commons-jcs jar 2.0-SNAPSHOT - Apache Commons JCS + Commons JCS http://commons.apache.org/proper/commons-jcs/ + Apache Commons JCS is a distributed, versatile caching system. 2002 @@ -398,6 +399,7 @@ jcs 2.0 + (Java 6.0+) RC1 JCS Modified: commons/proper/jcs/trunk/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/assembly/bin.xml?rev=1583423&r1=1583422&r2=1583423&view=diff ============================================================================== --- commons/proper/jcs/trunk/src/assembly/bin.xml (original) +++ commons/proper/jcs/trunk/src/assembly/bin.xml Mon Mar 31 19:47:38 2014 @@ -25,6 +25,7 @@ LICENSE.txt + LICENSE.xerox NOTICE.txt RELEASE-NOTES.txt Modified: commons/proper/jcs/trunk/src/assembly/src.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/assembly/src.xml?rev=1583423&r1=1583422&r2=1583423&view=diff ============================================================================== --- commons/proper/jcs/trunk/src/assembly/src.xml (original) +++ commons/proper/jcs/trunk/src/assembly/src.xml Mon Mar 31 19:47:38 2014 @@ -27,6 +27,7 @@ checkstyle.xml default.properties LICENSE.txt + LICENSE.xerox LICENSE-header.txt NOTICE.txt pom.xml Copied: commons/proper/jcs/trunk/src/changes/release-notes.vm (from r1583415, commons/proper/lang/trunk/src/changes/release-notes.vm) URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/release-notes.vm?p2=commons/proper/jcs/trunk/src/changes/release-notes.vm&p1=commons/proper/lang/trunk/src/changes/release-notes.vm&r1=1583415&r2=1583423&rev=1583423&view=diff ============================================================================== --- commons/proper/lang/trunk/src/changes/release-notes.vm (original) +++ commons/proper/jcs/trunk/src/changes/release-notes.vm Mon Mar 31 19:47:38 2014 @@ -39,16 +39,16 @@ limitations under the License. INTRODUCTION: -This document contains the release notes for the ${version} version of Apache Commons Lang. -Commons Lang is a set of utility functions and reusable components that should be of use in any -Java environment. +This document contains the release notes for the ${version} version of Apache Commons JCS. +Commons JCS is a distributed caching system written in Java. It is intend to speed up +applications by providing a means to manage cached data of various dynamic natures. -Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived with Java 5.0 such as generics, -variable arguments, autoboxing, concurrency and formatted output. +JCS 2.0 and onwards now targets Java 6.0, making use of features that arrived with Java 5.0 +such as generics and concurrency. -For the advice on upgrading from 2.x to 3.x, see the following page: +For the advice on upgrading from 1.x to 2.x, see the following page: - http://commons.apache.org/lang/article3_0.html + ${project.url}UpgradingFrom13.html $introduction.replaceAll("(? - + Added: commons/proper/jcs/trunk/xdocs/download_jcs.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/download_jcs.xml?rev=1583423&view=auto ============================================================================== --- commons/proper/jcs/trunk/xdocs/download_jcs.xml (added) +++ commons/proper/jcs/trunk/xdocs/download_jcs.xml Mon Mar 31 19:47:38 2014 @@ -0,0 +1,138 @@ + + + + + + Download Apache Commons JCS + Commons Documentation Team + + +
+ +

+ We recommend you use a mirror to download our release + builds, but you must verify the integrity of + the downloaded files using signatures downloaded from our main + distribution directories. Recent releases (48 hours) may not yet + be available from the mirrors. +

+ +

+ You are currently using [preferred]. If you + encounter a problem with this mirror, please select another + mirror. If all mirrors are failing, there are backup + mirrors (at the end of the mirrors list) that should be + available. +

+ [if-any logo][end] +

+ +
+

+ Other mirrors: + + +

+
+ +

+ The KEYS + link links to the code signing keys used to sign the product. + The PGP link downloads the OpenPGP compatible signature from our main site. + The MD5 link downloads the checksum from the main site. +

+
+
+
+ + + + + + + + + + + + +
commons-jcs-2.0-bin.tar.gzmd5pgp
commons-jcs-2.0-bin.zipmd5pgp
+
+ + + + + + + + + + + + +
commons-jcs-2.0-src.tar.gzmd5pgp
commons-jcs-2.0-src.zipmd5pgp
+
+
+
+

+ Older releases can be obtained from the archives. +

+ +
+ +
Propchange: commons/proper/jcs/trunk/xdocs/download_jcs.xml ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: commons/proper/jcs/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/index.xml?rev=1583423&r1=1583422&r2=1583423&view=diff ============================================================================== --- commons/proper/jcs/trunk/xdocs/index.xml (original) +++ commons/proper/jcs/trunk/xdocs/index.xml Mon Mar 31 19:47:38 2014 @@ -21,7 +21,7 @@

- JCS is a distributed caching system written in java. It is intended + JCS is a distributed caching system written in Java. It is intended to speed up applications by providing a means to manage cached data of various dynamic natures. Like any caching system, JCS is most useful