Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 79055 invoked from network); 30 Sep 2009 08:52:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 08:52:36 -0000 Received: (qmail 87837 invoked by uid 500); 30 Sep 2009 08:52:36 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 87774 invoked by uid 500); 30 Sep 2009 08:52:36 -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 87765 invoked by uid 99); 30 Sep 2009 08:52:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 08:52:36 +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; Wed, 30 Sep 2009 08:52:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7672E23888E5; Wed, 30 Sep 2009 08:52:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r820215 - /jackrabbit/trunk/jackrabbit-standalone/pom.xml Date: Wed, 30 Sep 2009 08:52:12 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090930085212.7672E23888E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Wed Sep 30 08:52:12 2009 New Revision: 820215 URL: http://svn.apache.org/viewvc?rev=820215&view=rev Log: JCR-2335: Problems with jackrabbit-standalone Put the bundle inline instructions on one line to avoid missing items. Modified: jackrabbit/trunk/jackrabbit-standalone/pom.xml Modified: jackrabbit/trunk/jackrabbit-standalone/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-standalone/pom.xml?rev=820215&r1=820214&r2=820215&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-standalone/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-standalone/pom.xml Wed Sep 30 08:52:12 2009 @@ -55,12 +55,7 @@ org.apache.jackrabbit.standalone - *;inline= - *.txt|*.html|*.jsp|*.xml|*.jar|*.properties| - remoting/**|bootstrap/**|javax/**|repackage/**|images/**| - com/**|Resources/**|css/**|schema*/**|EDU/**|error/**|org/**| - META-INF/*.tld|META-INF/maven/**|META-INF/services/**| - WEB-INF/config.xml|WEB-INF/*.properties|WEB-INF/templates/** + *;inline=*.txt|*.html|*.jsp|*.xml|*.jar|*.properties|remoting/**|bootstrap/**|javax/**|repackage/**|images/**|com/**|Resources/**|css/**|schema*/**|EDU/**|error/**|org/**|META-INF/*.tld|META-INF/maven/**|META-INF/services/**|WEB-INF/config.xml|WEB-INF/*.properties|WEB-INF/templates/** true org.apache.jackrabbit.standalone.Main