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 CA0A6445B for ; Wed, 29 Jun 2011 08:15:35 +0000 (UTC) Received: (qmail 99236 invoked by uid 500); 29 Jun 2011 08:15:34 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 99138 invoked by uid 500); 29 Jun 2011 08:15:27 -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 98458 invoked by uid 99); 29 Jun 2011 08:15:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 08:15:18 +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, 29 Jun 2011 08:15:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D3AE52388897; Wed, 29 Jun 2011 08:14:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140995 - in /db/derby/code/trunk: build.xml tools/ide/netbeans/nbproject/ide-file-targets.xml tools/ide/netbeans/nbproject/project.xml Date: Wed, 29 Jun 2011 08:14:56 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110629081456.D3AE52388897@eris.apache.org> Author: kahatlen Date: Wed Jun 29 08:14:56 2011 New Revision: 1140995 URL: http://svn.apache.org/viewvc?rev=1140995&view=rev Log: DERBY-5286: Remove or update tools/ide/netbeans directory Make the NetBeans project build the jar files to make it easier to add it as a dependency in other NetBeans projects (typically for debugging). Modified: db/derby/code/trunk/build.xml db/derby/code/trunk/tools/ide/netbeans/nbproject/ide-file-targets.xml db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml Modified: db/derby/code/trunk/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1140995&r1=1140994&r2=1140995&view=diff ============================================================================== --- db/derby/code/trunk/build.xml (original) +++ db/derby/code/trunk/build.xml Wed Jun 29 08:14:56 2011 @@ -2129,6 +2129,14 @@ + + + + + + + + Modified: db/derby/code/trunk/tools/ide/netbeans/nbproject/ide-file-targets.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/ide/netbeans/nbproject/ide-file-targets.xml?rev=1140995&r1=1140994&r2=1140995&view=diff ============================================================================== --- db/derby/code/trunk/tools/ide/netbeans/nbproject/ide-file-targets.xml (original) +++ db/derby/code/trunk/tools/ide/netbeans/nbproject/ide-file-targets.xml Wed Jun 29 08:14:56 2011 @@ -20,7 +20,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -43,8 +43,6 @@ - - Modified: db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml?rev=1140995&r1=1140994&r2=1140995&view=diff ============================================================================== --- db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml (original) +++ db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml Wed Jun 29 08:14:56 2011 @@ -96,10 +96,11 @@ - all + nb-buildall + cleanalljars clobber @@ -112,8 +113,9 @@ + cleanalljars clobber - all + nb-buildall @@ -125,10 +127,40 @@ - folder - ${project.dir}/classes + jar + ${project.dir}/jars/sane/derby.jar - all + nb-buildall + + + jar + ${project.dir}/jars/sane/derbyTesting.jar + + nb-buildall + + + jar + ${project.dir}/jars/sane/derbyclient.jar + + nb-buildall + + + jar + ${project.dir}/jars/sane/derbynet.jar + + nb-buildall + + + jar + ${project.dir}/jars/sane/derbyrun.jar + + nb-buildall + + + jar + ${project.dir}/jars/sane/derbytools.jar + + nb-buildall @@ -196,7 +228,12 @@ ${project.dir}/java/testing ${project.dir}/java/tools ${project.dir}/tools/java/geronimo-spec-servlet-2.4-rc4.jar:${project.dir}/tools/java/jakarta-oro-2.0.8.jar:${project.dir}/tools/java/javacc.jar:${project.dir}/tools/java/junit.jar:${ant.core.lib}:${project.dir}/classes/stubs/felix - ${project.dir}/classes + ${project.dir}/jars/sane/derby.jar + ${project.dir}/jars/sane/derbyTesting.jar + ${project.dir}/jars/sane/derbyclient.jar + ${project.dir}/jars/sane/derbynet.jar + ${project.dir}/jars/sane/derbyrun.jar + ${project.dir}/jars/sane/derbytools.jar ${project.dir}/javadoc 1.5