Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 3726 invoked from network); 1 Nov 2010 22:56:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 22:56:48 -0000 Received: (qmail 18542 invoked by uid 500); 1 Nov 2010 22:57:19 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 18519 invoked by uid 500); 1 Nov 2010 22:57:19 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 18511 invoked by uid 99); 1 Nov 2010 22:57:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 22:57:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 01 Nov 2010 22:57:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 516D323888FD; Mon, 1 Nov 2010 22:56:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1029879 - in /incubator/empire-db/trunk: ./ empire-db-codegen/ empire-db-examples/empire-db-example-struts2/src/main/java/org/apache/empire/struts2/websample/web/ empire-db-maven-plugin/ empire-db-struts2/ empire-db/ Date: Mon, 01 Nov 2010 22:56:02 -0000 To: empire-db-commits@incubator.apache.org From: francisdb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101101225602.516D323888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: francisdb Date: Mon Nov 1 22:56:01 2010 New Revision: 1029879 URL: http://svn.apache.org/viewvc?rev=1029879&view=rev Log: EMPIREDB-85 Remove declarations of unused dependencies (from pom.xml) Modified: incubator/empire-db/trunk/empire-db-codegen/pom.xml incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/src/main/java/org/apache/empire/struts2/websample/web/SampleApplication.java incubator/empire-db/trunk/empire-db-maven-plugin/pom.xml incubator/empire-db/trunk/empire-db-struts2/pom.xml incubator/empire-db/trunk/empire-db/pom.xml incubator/empire-db/trunk/pom.xml Modified: incubator/empire-db/trunk/empire-db-codegen/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-codegen/pom.xml?rev=1029879&r1=1029878&r2=1029879&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-codegen/pom.xml (original) +++ incubator/empire-db/trunk/empire-db-codegen/pom.xml Mon Nov 1 22:56:01 2010 @@ -45,7 +45,7 @@ hsqldb hsqldb - + test Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/src/main/java/org/apache/empire/struts2/websample/web/SampleApplication.java URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/src/main/java/org/apache/empire/struts2/websample/web/SampleApplication.java?rev=1029879&r1=1029878&r2=1029879&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/src/main/java/org/apache/empire/struts2/websample/web/SampleApplication.java (original) +++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/src/main/java/org/apache/empire/struts2/websample/web/SampleApplication.java Mon Nov 1 22:56:01 2010 @@ -215,7 +215,8 @@ public class SampleApplication implement script.run(driver, conn, false); db.commit(conn); // Open again - if (!db.isOpen() && !db.open(driver, conn)){ + if (!db.isOpen() && !db.open(driver, conn)) + { throw new RuntimeException(driver.getErrorMessage()); } // Insert Sample Departments Modified: incubator/empire-db/trunk/empire-db-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-maven-plugin/pom.xml?rev=1029879&r1=1029878&r2=1029879&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-maven-plugin/pom.xml (original) +++ incubator/empire-db/trunk/empire-db-maven-plugin/pom.xml Mon Nov 1 22:56:01 2010 @@ -32,14 +32,23 @@ empire-db-codegen + org.apache.empire-db + empire-db + + org.apache.maven maven-plugin-api 2.0 - + + + org.apache.maven + maven-project + 2.0 log4j Modified: incubator/empire-db/trunk/empire-db-struts2/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-struts2/pom.xml?rev=1029879&r1=1029878&r2=1029879&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-struts2/pom.xml (original) +++ incubator/empire-db/trunk/empire-db-struts2/pom.xml Mon Nov 1 22:56:01 2010 @@ -39,10 +39,15 @@ org.apache.struts struts2-portlet-plugin - + + org.apache.struts.xwork + xwork-core + + + javax.servlet servlet-api @@ -55,5 +60,10 @@ javax.portlet portlet-api + + commons-beanutils + commons-beanutils + + \ No newline at end of file Modified: incubator/empire-db/trunk/empire-db/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db/pom.xml?rev=1029879&r1=1029878&r2=1029879&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db/pom.xml (original) +++ incubator/empire-db/trunk/empire-db/pom.xml Mon Nov 1 22:56:01 2010 @@ -31,10 +31,10 @@ commons-beanutils commons-beanutils - + log4j @@ -55,4 +55,4 @@ test - \ No newline at end of file + Modified: incubator/empire-db/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=1029879&r1=1029878&r2=1029879&view=diff ============================================================================== --- incubator/empire-db/trunk/pom.xml (original) +++ incubator/empire-db/trunk/pom.xml Mon Nov 1 22:56:01 2010 @@ -231,11 +231,6 @@ 1.7.0 - commons-collections - commons-collections - 3.2.1 - - hsqldb hsqldb 1.8.0.10 @@ -249,13 +244,13 @@ org.apache.struts struts2-portlet-plugin 2.2.1 - - - javassist - javassist - 3.8.0.GA + org.apache.struts.xwork + xwork-core + 2.2.1 + + javax.servlet servlet-api 2.4