Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 82781 invoked from network); 7 Jun 2007 19:35:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 19:35:18 -0000 Received: (qmail 17286 invoked by uid 500); 7 Jun 2007 19:35:22 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 17202 invoked by uid 500); 7 Jun 2007 19:35:21 -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 17193 invoked by uid 99); 7 Jun 2007 19:35:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 12:35:21 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Thu, 07 Jun 2007 12:35:17 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 35F241A981A; Thu, 7 Jun 2007 12:34:57 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545277 - in /jackrabbit/trunk/contrib/jcr-commands: ./ src/assemble/ Date: Thu, 07 Jun 2007 19:34:57 -0000 To: commits@jackrabbit.apache.org From: edgarpoce@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070607193457.35F241A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: edgarpoce Date: Thu Jun 7 12:34:55 2007 New Revision: 545277 URL: http://svn.apache.org/viewvc?view=rev&rev=545277 Log: jcr-commands remove maven 1.0 build, use maven 2 assembly plugin Added: jackrabbit/trunk/contrib/jcr-commands/src/assemble/ jackrabbit/trunk/contrib/jcr-commands/src/assemble/distribution.xml jackrabbit/trunk/contrib/jcr-commands/src/assemble/filter.properties Removed: jackrabbit/trunk/contrib/jcr-commands/CHANGES.txt jackrabbit/trunk/contrib/jcr-commands/checkstyle-suppressions.xml jackrabbit/trunk/contrib/jcr-commands/checkstyle.xml jackrabbit/trunk/contrib/jcr-commands/maven.xml jackrabbit/trunk/contrib/jcr-commands/project.properties jackrabbit/trunk/contrib/jcr-commands/project.xml Modified: jackrabbit/trunk/contrib/jcr-commands/ (props changed) jackrabbit/trunk/contrib/jcr-commands/README.txt jackrabbit/trunk/contrib/jcr-commands/TODO.txt jackrabbit/trunk/contrib/jcr-commands/pom.xml Propchange: jackrabbit/trunk/contrib/jcr-commands/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Jun 7 12:34:55 2007 @@ -1,2 +1,4 @@ target target +.classpath +.project Modified: jackrabbit/trunk/contrib/jcr-commands/README.txt URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-commands/README.txt?view=diff&rev=545277&r1=545276&r2=545277 ============================================================================== --- jackrabbit/trunk/contrib/jcr-commands/README.txt (original) +++ jackrabbit/trunk/contrib/jcr-commands/README.txt Thu Jun 7 12:34:55 2007 @@ -9,7 +9,7 @@ Building ------------------ -call "maven jar" and you'll find a zip file containing the command line interface +mvn clean install assembly:assembly USING ------------------ Modified: jackrabbit/trunk/contrib/jcr-commands/TODO.txt URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-commands/TODO.txt?view=diff&rev=545277&r1=545276&r2=545277 ============================================================================== --- jackrabbit/trunk/contrib/jcr-commands/TODO.txt (original) +++ jackrabbit/trunk/contrib/jcr-commands/TODO.txt Thu Jun 7 12:34:55 2007 @@ -2,6 +2,5 @@ - javadocs - testing - review i18n resource file -- replace the parser, it hardly works - friendly exception handling in interactive mode - review command syntax Modified: jackrabbit/trunk/contrib/jcr-commands/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-commands/pom.xml?view=diff&rev=545277&r1=545276&r2=545277 ============================================================================== --- jackrabbit/trunk/contrib/jcr-commands/pom.xml (original) +++ jackrabbit/trunk/contrib/jcr-commands/pom.xml Thu Jun 7 12:34:55 2007 @@ -28,7 +28,7 @@ org.apache.jackrabbit jcr-commands - 1.3-SNAPSHOT + 1.4-SNAPSHOT jar JCR commands @@ -56,10 +56,16 @@ org.apache.jackrabbit jackrabbit-core - 1.3-SNAPSHOT + ${pom.version} compile + + org.slf4j + slf4j-log4j12 + 1.3.0 + + org.apache.derby derby @@ -70,7 +76,7 @@ org.apache.jackrabbit jackrabbit-jcr-rmi - 1.3-SNAPSHOT + ${pom.version} jar @@ -155,7 +161,16 @@ + + maven-assembly-plugin + + + src/assemble/distribution.xml + + + + Added: jackrabbit/trunk/contrib/jcr-commands/src/assemble/distribution.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-commands/src/assemble/distribution.xml?view=auto&rev=545277 ============================================================================== --- jackrabbit/trunk/contrib/jcr-commands/src/assemble/distribution.xml (added) +++ jackrabbit/trunk/contrib/jcr-commands/src/assemble/distribution.xml Thu Jun 7 12:34:55 2007 @@ -0,0 +1,42 @@ + + distribution + + zip + + + /bin + + /src/bin + /bin + + *.* + + + + target/classes + /classes + + ** + + + + + + README.txt + / + true + + + LICENSE.txt + / + + + + + /lib + + *:jar + + + + \ No newline at end of file Added: jackrabbit/trunk/contrib/jcr-commands/src/assemble/filter.properties URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-commands/src/assemble/filter.properties?view=auto&rev=545277 ============================================================================== (empty)