Return-Path: Delivered-To: apmail-portals-wsrp4j-dev-archive@www.apache.org Received: (qmail 74558 invoked from network); 21 Jan 2008 20:28:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 20:28:44 -0000 Received: (qmail 59678 invoked by uid 500); 21 Jan 2008 20:28:34 -0000 Delivered-To: apmail-portals-wsrp4j-dev-archive@portals.apache.org Received: (qmail 59652 invoked by uid 500); 21 Jan 2008 20:28:34 -0000 Mailing-List: contact wsrp4j-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: wsrp4j-dev@portals.apache.org Delivered-To: mailing list wsrp4j-dev@portals.apache.org Received: (qmail 59643 invoked by uid 500); 21 Jan 2008 20:28:34 -0000 Delivered-To: apmail-portals-wsrp4j-commits@portals.apache.org Received: (qmail 59640 invoked by uid 500); 21 Jan 2008 20:28:34 -0000 Delivered-To: apmail-ws-wsrp4j-cvs@ws.apache.org Received: (qmail 59637 invoked by uid 99); 21 Jan 2008 20:28:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 12:28:34 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 20:28:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E9E831A9832; Mon, 21 Jan 2008 12:28:19 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r613999 - in /portals/wsrp4j/branches/persistence/persistence-producer: pom.xml producer-persistence-common/ producer-persistence-common/pom.xml producer-persistence-common/src/ src/ Date: Mon, 21 Jan 2008 20:28:19 -0000 To: wsrp4j-cvs@ws.apache.org From: esm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080121202819.E9E831A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: esm Date: Mon Jan 21 12:28:18 2008 New Revision: 613999 URL: http://svn.apache.org/viewvc?rev=613999&view=rev Log: Adding producer-persistence-common project. Added: portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/ portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/pom.xml (with props) portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/src/ - copied from r613967, portals/wsrp4j/branches/persistence/persistence-producer/src/ Removed: portals/wsrp4j/branches/persistence/persistence-producer/src/ Modified: portals/wsrp4j/branches/persistence/persistence-producer/pom.xml Modified: portals/wsrp4j/branches/persistence/persistence-producer/pom.xml URL: http://svn.apache.org/viewvc/portals/wsrp4j/branches/persistence/persistence-producer/pom.xml?rev=613999&r1=613998&r2=613999&view=diff ============================================================================== --- portals/wsrp4j/branches/persistence/persistence-producer/pom.xml (original) +++ portals/wsrp4j/branches/persistence/persistence-producer/pom.xml Mon Jan 21 12:28:18 2008 @@ -38,39 +38,9 @@ + producer-persistence-common producer-persistence-xml producer-persistence-db - - - - - - - - wsrp4j-producer - org.apache.wsrp4j - ${pom.version} - - - - commons-logging-api - commons-logging - ${commons-logging.version} - - - - - - - - - - junit - junit - ${junit.version} - test - - - + Added: portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/pom.xml URL: http://svn.apache.org/viewvc/portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/pom.xml?rev=613999&view=auto ============================================================================== --- portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/pom.xml (added) +++ portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/pom.xml Mon Jan 21 12:28:18 2008 @@ -0,0 +1,71 @@ + + + + + + + wsrp4j + org.apache.wsrp4j + 0.5-SNAPSHOT + + + 4.0.0 + + wsrp4j-producer-persistence-common + jar + WSRP4J Producer Persistence Commons + + Code shared between producer persistence implementations + + + + + + + + wsrp4j-producer + org.apache.wsrp4j + ${pom.version} + + + + commons-logging-api + commons-logging + ${commons-logging.version} + + + + + + + + + + junit + junit + ${junit.version} + test + + + + + Propchange: portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml