Return-Path: Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: (qmail 14924 invoked from network); 16 Feb 2010 19:26:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 19:26:45 -0000 Received: (qmail 7205 invoked by uid 500); 16 Feb 2010 19:26:45 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 7157 invoked by uid 500); 16 Feb 2010 19:26:45 -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 7148 invoked by uid 99); 16 Feb 2010 19:26:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 19:26:44 +0000 X-ASF-Spam-Status: No, hits=-1999.2 required=10.0 tests=ALL_TRUSTED,FUZZY_MERIDIA 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; Tue, 16 Feb 2010 19:26:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 512362388901; Tue, 16 Feb 2010 19:26:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r910655 - in /incubator/lcf/trunk/modules: ./ framework/lib/ lib/ Date: Tue, 16 Feb 2010 19:26:20 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100216192620.512362388901@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Tue Feb 16 19:26:18 2010 New Revision: 910655 URL: http://svn.apache.org/viewvc?rev=910655&view=rev Log: Add uberbuild ant script, and move the checked-in framework lib dependencies up a level. The uberbuild script will copy all that around, so only the connector-specific build deps need to be present in each individual connector. Added: incubator/lcf/trunk/modules/build.xml (with props) incubator/lcf/trunk/modules/lib/ incubator/lcf/trunk/modules/lib/commons-codec.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/commons-codec.jar incubator/lcf/trunk/modules/lib/commons-collections.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/commons-collections.jar incubator/lcf/trunk/modules/lib/commons-el.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/commons-el.jar incubator/lcf/trunk/modules/lib/commons-fileupload.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/commons-fileupload.jar incubator/lcf/trunk/modules/lib/commons-httpclient.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/commons-httpclient.jar incubator/lcf/trunk/modules/lib/commons-io.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/commons-io.jar incubator/lcf/trunk/modules/lib/commons-logging.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/commons-logging.jar incubator/lcf/trunk/modules/lib/jasper-compiler-jdt.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/jasper-compiler-jdt.jar incubator/lcf/trunk/modules/lib/jasper-compiler.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/jasper-compiler.jar incubator/lcf/trunk/modules/lib/jasper-runtime.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/jasper-runtime.jar incubator/lcf/trunk/modules/lib/jdbcpool-0.99.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/jdbcpool-0.99.jar incubator/lcf/trunk/modules/lib/jsp-api.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/jsp-api.jar incubator/lcf/trunk/modules/lib/log4j-1.2.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/log4j-1.2.jar incubator/lcf/trunk/modules/lib/postgresql.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/postgresql.jar incubator/lcf/trunk/modules/lib/serializer.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/serializer.jar incubator/lcf/trunk/modules/lib/servlet-api.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/servlet-api.jar incubator/lcf/trunk/modules/lib/xalan2.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/xalan2.jar incubator/lcf/trunk/modules/lib/xercesImpl.jar - copied unchanged from r910240, incubator/lcf/trunk/modules/framework/lib/xercesImpl.jar incubator/lcf/trunk/modules/lib/xml-apis.jar - copied unchanged from r909920, incubator/lcf/trunk/modules/framework/lib/xml-apis.jar Removed: incubator/lcf/trunk/modules/framework/lib/commons-codec.jar incubator/lcf/trunk/modules/framework/lib/commons-collections.jar incubator/lcf/trunk/modules/framework/lib/commons-el.jar incubator/lcf/trunk/modules/framework/lib/commons-fileupload.jar incubator/lcf/trunk/modules/framework/lib/commons-httpclient.jar incubator/lcf/trunk/modules/framework/lib/commons-io.jar incubator/lcf/trunk/modules/framework/lib/commons-logging.jar incubator/lcf/trunk/modules/framework/lib/jasper-compiler-jdt.jar incubator/lcf/trunk/modules/framework/lib/jasper-compiler.jar incubator/lcf/trunk/modules/framework/lib/jasper-runtime.jar incubator/lcf/trunk/modules/framework/lib/jdbcpool-0.99.jar incubator/lcf/trunk/modules/framework/lib/jsp-api.jar incubator/lcf/trunk/modules/framework/lib/log4j-1.2.jar incubator/lcf/trunk/modules/framework/lib/postgresql.jar incubator/lcf/trunk/modules/framework/lib/serializer.jar incubator/lcf/trunk/modules/framework/lib/servlet-api.jar incubator/lcf/trunk/modules/framework/lib/xalan2.jar incubator/lcf/trunk/modules/framework/lib/xercesImpl.jar incubator/lcf/trunk/modules/framework/lib/xml-apis.jar Added: incubator/lcf/trunk/modules/build.xml URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/build.xml?rev=910655&view=auto ============================================================================== --- incubator/lcf/trunk/modules/build.xml (added) +++ incubator/lcf/trunk/modules/build.xml Tue Feb 16 19:26:18 2010 @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/lcf/trunk/modules/build.xml ------------------------------------------------------------------------------ svn:executable = *