From commits-return-6937-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Jan 23 16:46:19 2009 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 69169 invoked from network); 23 Jan 2009 16:46:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2009 16:46:15 -0000 Received: (qmail 21539 invoked by uid 500); 23 Jan 2009 16:46:06 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 21513 invoked by uid 500); 23 Jan 2009 16:46:06 -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 21501 invoked by uid 99); 23 Jan 2009 16:46:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 08:46:06 -0800 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; Fri, 23 Jan 2009 16:46:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F1A192388A16; Fri, 23 Jan 2009 08:45:45 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r737081 - in /jackrabbit/sandbox/jcr-cmis/parent: ./ pom.xml Date: Fri, 23 Jan 2009 16:45:45 -0000 To: commits@jackrabbit.apache.org From: dpfister@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090123164545.F1A192388A16@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dpfister Date: Fri Jan 23 08:45:45 2009 New Revision: 737081 URL: http://svn.apache.org/viewvc?rev=737081&view=rev Log: JCRCMIS - Create parent project, listing all dependencies Added: jackrabbit/sandbox/jcr-cmis/parent/ jackrabbit/sandbox/jcr-cmis/parent/pom.xml (with props) Added: jackrabbit/sandbox/jcr-cmis/parent/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jcr-cmis/parent/pom.xml?rev=737081&view=auto ============================================================================== --- jackrabbit/sandbox/jcr-cmis/parent/pom.xml (added) +++ jackrabbit/sandbox/jcr-cmis/parent/pom.xml Fri Jan 23 08:45:45 2009 @@ -0,0 +1,131 @@ + + + + + + + 4.0.0 + + + + + + org.apache.jackrabbit + jackrabbit + 1.6-SNAPSHOT + + + org.apache.jackrabbit + jcr-cmis-parent + 1.6-SNAPSHOT + Jackrabbit CMIS Parent Project + pom + + + + + + true + maven-compiler-plugin + + 1.5 + 1.5 + + + + + true + maven-source-plugin + + + attach-sources + + jar + + + + + + + + + + + javax.jcr + jcr + 1.0 + + + concurrent + concurrent + 1.3.4 + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + 1.0.1 + + + org.slf4j + slf4j-api + 1.3.0 + + + org.slf4j + slf4j-log4j12 + 1.3.0 + + + javax.servlet + servlet-api + 2.4 + + + org.apache.abdera + abdera-server + 0.4.0-incubating + + + org.apache.abdera + abdera-client + 0.4.0-incubating + test + + + junit + junit + 4.3 + test + + + org.mortbay.jetty + jetty + 6.1.5 + test + + + org.mortbay.jetty + jetty-util + 6.1.5 + test + + + + + Propchange: jackrabbit/sandbox/jcr-cmis/parent/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native