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 F27249B9C for ; Thu, 19 Jan 2012 13:23:53 +0000 (UTC) Received: (qmail 60406 invoked by uid 500); 19 Jan 2012 13:23:53 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 60341 invoked by uid 500); 19 Jan 2012 13:23:53 -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 60334 invoked by uid 99); 19 Jan 2012 13:23:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2012 13:23:53 +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; Thu, 19 Jan 2012 13:23:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A42A623889BB; Thu, 19 Jan 2012 13:23:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1233356 - in /incubator/lcf/trunk: build.xml framework/build.xml Date: Thu, 19 Jan 2012 13:23:27 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120119132327.A42A623889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Thu Jan 19 13:23:27 2012 New Revision: 1233356 URL: http://svn.apache.org/viewvc?rev=1233356&view=rev Log: Move the manifest construction for start.jar down into the framework's build file. Part of CONNECTORS-384. Modified: incubator/lcf/trunk/build.xml incubator/lcf/trunk/framework/build.xml Modified: incubator/lcf/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1233356&r1=1233355&r2=1233356&view=diff ============================================================================== --- incubator/lcf/trunk/build.xml (original) +++ incubator/lcf/trunk/build.xml Thu Jan 19 13:23:27 2012 @@ -931,15 +931,6 @@ - - - - - - - - Modified: incubator/lcf/trunk/framework/build.xml URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/build.xml?rev=1233356&r1=1233355&r2=1233356&view=diff ============================================================================== --- incubator/lcf/trunk/framework/build.xml (original) +++ incubator/lcf/trunk/framework/build.xml Thu Jan 19 13:23:27 2012 @@ -453,6 +453,7 @@ + @@ -561,6 +562,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +