Return-Path: X-Original-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-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 A009A9285 for ; Wed, 4 Apr 2012 10:20:32 +0000 (UTC) Received: (qmail 4006 invoked by uid 500); 4 Apr 2012 10:20:32 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 3967 invoked by uid 500); 4 Apr 2012 10:20:32 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 3957 invoked by uid 99); 4 Apr 2012 10:20:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 10:20:32 +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; Wed, 04 Apr 2012 10:20:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 24A692388865; Wed, 4 Apr 2012 10:20:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1309322 - in /incubator/lcf/trunk: CHANGES.txt DEPENDENCIES.txt build.xml lib-license/README.txt Date: Wed, 04 Apr 2012 10:20:09 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120404102010.24A692388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Wed Apr 4 10:20:09 2012 New Revision: 1309322 URL: http://svn.apache.org/viewvc?rev=1309322&view=rev Log: Fixes for both CONNECTORS-446 and CONNECTORS-447. Modified: incubator/lcf/trunk/CHANGES.txt incubator/lcf/trunk/DEPENDENCIES.txt incubator/lcf/trunk/build.xml incubator/lcf/trunk/lib-license/README.txt Modified: incubator/lcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1309322&r1=1309321&r2=1309322&view=diff ============================================================================== --- incubator/lcf/trunk/CHANGES.txt (original) +++ incubator/lcf/trunk/CHANGES.txt Wed Apr 4 10:20:09 2012 @@ -24,6 +24,12 @@ CONNECTORS-431: Update pom.xml versions. ======================= Release 0.5 ========================= +CONNECTORS-447: Deliver lib contents at root level in lib package. +(Karl Wright) + +CONNECTORS-446: Correct problems blocking build in Japan. +(Karl Wright, Shinichiro Abe) + CONNECTORS-445: Each distribution has its own licensing and readme files. (Karl Wright) Modified: incubator/lcf/trunk/DEPENDENCIES.txt URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/DEPENDENCIES.txt?rev=1309322&r1=1309321&r2=1309322&view=diff ============================================================================== --- incubator/lcf/trunk/DEPENDENCIES.txt (original) +++ incubator/lcf/trunk/DEPENDENCIES.txt Wed Apr 4 10:20:09 2012 @@ -1,6 +1,9 @@ ManifoldCF requires ------------------ * JRE 1.5 or above +* SVN client, version 1.7 or above +* Apache Ant, version 1.7 or above +* Apache Forrest, version 0.9-dev or above * Many other libraries, available from the ManifoldCF XXX-lib distribution, or by running the "make-core-deps" ant target Modified: incubator/lcf/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1309322&r1=1309321&r2=1309322&view=diff ============================================================================== --- incubator/lcf/trunk/build.xml (original) +++ incubator/lcf/trunk/build.xml Wed Apr 4 10:20:09 2012 @@ -2442,14 +2442,7 @@ - - - - - - - - + @@ -2489,12 +2482,7 @@ - - - - - - + @@ -2761,7 +2749,7 @@ Use Apache Forrest version forrest-0.9-d - + @@ -2906,7 +2894,7 @@ Use Apache Forrest version forrest-0.9-d - + @@ -2963,7 +2951,7 @@ Use Apache Forrest version forrest-0.9-d - + @@ -3386,6 +3374,9 @@ Use Apache Forrest version forrest-0.9-d + + + Modified: incubator/lcf/trunk/lib-license/README.txt URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/lib-license/README.txt?rev=1309322&r1=1309321&r2=1309322&view=diff ============================================================================== --- incubator/lcf/trunk/lib-license/README.txt (original) +++ incubator/lcf/trunk/lib-license/README.txt Wed Apr 4 10:20:09 2012 @@ -32,8 +32,9 @@ source package. 1. Download and unpacked the source package. -2. Copy the lib directory within this package into the same place in the source - package's directory structure. +2. Create a directory called "lib" at the root level in the source tree. + +3. Copy the files in this package into the lib directory in the source tree. Now you are ready to build the ManifoldCF sources.