From commits-return-2813-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Sep 13 19:51:52 2006 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 16959 invoked from network); 13 Sep 2006 19:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 19:51:52 -0000 Received: (qmail 78242 invoked by uid 500); 13 Sep 2006 19:51:52 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 78221 invoked by uid 500); 13 Sep 2006 19:51:51 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 78212 invoked by uid 99); 13 Sep 2006 19:51:51 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 12:51:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1BB441A981D; Wed, 13 Sep 2006 12:51:01 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r443098 - /jackrabbit/trunk/jca/pom.xml Date: Wed, 13 Sep 2006 19:51:01 -0000 To: commits@jackrabbit.apache.org From: edgarpoce@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060913195101.1BB441A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: edgarpoce Date: Wed Sep 13 12:51:00 2006 New Revision: 443098 URL: http://svn.apache.org/viewvc?view=rev&rev=443098 Log: JCR-571: jackrabbit JCA pom.xml. Thanks Darren Hartford! Added: jackrabbit/trunk/jca/pom.xml Added: jackrabbit/trunk/jca/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jca/pom.xml?view=auto&rev=443098 ============================================================================== --- jackrabbit/trunk/jca/pom.xml (added) +++ jackrabbit/trunk/jca/pom.xml Wed Sep 13 12:51:00 2006 @@ -0,0 +1,239 @@ + + + + + + 4.0.0 + + + + + org.apache.jackrabbit + jackrabbit-jca + jar + Jackrabbit JCA + 1.1-SNAPSHOT + + +A resource adapter for Jackrabbit as specified by JCA 1.0 and 1.5. + + http://jackrabbit.apache.org/ + + 2.0 + + + Jira + http://issues.apache.org/jira/browse/JCR + + 2005 + + + + + + + + + + Jackrabbit Announce List + announce-subscribe@jackrabbit.apache.org + announce-unsubscribe@jackrabbit.apache.org + http://mail-archives.apache.org/mod_mbox/jackrabbit-announce/ + + + Jackrabbit Users List + users-subscribe@jackrabbit.apache.org + users-unsubscribe@jackrabbit.apache.org + users at jackrabbit.apache.org + http://mail-archives.apache.org/mod_mbox/jackrabbit-users/ + + + http://dir.gmane.org/gmane.comp.apache.jackrabbit.user + + + http://www.mail-archive.com/users@jackrabbit.apache.org/ + + + + + Jackrabbit Development List + dev-subscribe@jackrabbit.apache.org + dev-unsubscribe@jackrabbit.apache.org + dev at jackrabbit.apache.org + http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/ + + + http://dir.gmane.org/gmane.comp.apache.jackrabbit.devel + + + http://www.mail-archive.com/dev@jackrabbit.apache.org/ + + + http://www.mail-archive.com/jackrabbit-dev@incubator.apache.org/ + + + + + Jackrabbit Source Control List + commits-subscribe@jackrabbit.apache.org + commits-unsubscribe@jackrabbit.apache.org + http://mail-archives.apache.org/mod_mbox/jackrabbit-commits/ + + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jca + scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jca + http://svn.apache.org/viewvc/jackrabbit/trunk/jca + + + The Apache Software Foundation + http://www.apache.org/ + + + + + + maven-compiler-plugin + + 1.4 + 1.4 + + + + + maven-rar-plugin + + true + + + + + + + + + + org.apache.jackrabbit + jackrabbit-core + 1.1-SNAPSHOT + + + concurrent + concurrent + 1.3.4 + + + commons-collections + commons-collections + 3.1 + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + 1.0.1 + provided + + + geronimo-spec + geronimo-spec-j2ee-connector + 1.0-M1 + provided + + + javax.jcr + jcr + 1.0 + + + log4j + log4j + 1.2.8 + + + org.slf4j + slf4j-log4j12 + 1.0 + + + lucene + lucene + 1.4.3 + + + org.apache.derby + derby + 10.1.1.0 + + + junit + junit + 3.8.1 + test + + + + + + apache.releases + Apache Repository for PMC approved releases + scp://people.apache.org/www/www.apache.org/dist/maven-repository/ + + + apache.snapshots + Apache Development Repository + scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository + + + website + scp://people.apache.org/www/jackrabbit.apache.org/ + + + + \ No newline at end of file