Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 588E8108FB for ; Tue, 1 Apr 2014 01:28:20 +0000 (UTC) Received: (qmail 61669 invoked by uid 500); 1 Apr 2014 01:28:20 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 61613 invoked by uid 500); 1 Apr 2014 01:28:19 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 61606 invoked by uid 99); 1 Apr 2014 01:28:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 01:28:19 +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; Tue, 01 Apr 2014 01:28:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9D54C23889FD; Tue, 1 Apr 2014 01:27:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1583505 - in /db/derby/code/trunk: ./ java/engine/org/apache/derby/iapi/services/info/ java/testing/org/apache/derbyTesting/functionTests/tests/lang/ java/tools/org/apache/derby/impl/tools/sysinfo/ java/tools/org/apache/derby/tools/ tools/... Date: Tue, 01 Apr 2014 01:27:57 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140401012757.9D54C23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhillegas Date: Tue Apr 1 01:27:56 2014 New Revision: 1583505 URL: http://svn.apache.org/r1583505 Log: DERBY-590: Move the Lucene plugin into a new derbyoptionaltools.jar file; commit derby-590-12-aa-newJar.diff. Modified: db/derby/code/trunk/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/info/ProductGenusNames.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/luceneSupport.policy db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/sysinfo/Main.java db/derby/code/trunk/java/tools/org/apache/derby/tools/sysinfo.java db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Modified: db/derby/code/trunk/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1583505&r1=1583504&r2=1583505&view=diff ============================================================================== --- db/derby/code/trunk/build.xml (original) +++ db/derby/code/trunk/build.xml Tue Apr 1 01:27:56 2014 @@ -1362,7 +1362,7 @@ @@ -1586,6 +1586,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1755,7 +1794,7 @@ - +