Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 70515 invoked from network); 13 Apr 2007 17:56:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2007 17:56:01 -0000 Received: (qmail 89393 invoked by uid 500); 13 Apr 2007 17:56:06 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 89348 invoked by uid 500); 13 Apr 2007 17:56:06 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 89332 invoked by uid 99); 13 Apr 2007 17:56:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 10:56:06 -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; Fri, 13 Apr 2007 10:55:59 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B92221A9838; Fri, 13 Apr 2007 10:55:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r528568 - in /geronimo/sandbox/j2g: assembly/ pom.xml src/ src/main/ src/main/assembly/ src/main/assembly/deployable.xml Date: Fri, 13 Apr 2007 17:55:39 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070413175539.B92221A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sppatel Date: Fri Apr 13 10:55:38 2007 New Revision: 528568 URL: http://svn.apache.org/viewvc?view=rev&rev=528568 Log: use moduleset from room pom in assembly descriptor Added: geronimo/sandbox/j2g/src/ geronimo/sandbox/j2g/src/main/ geronimo/sandbox/j2g/src/main/assembly/ geronimo/sandbox/j2g/src/main/assembly/deployable.xml (with props) Removed: geronimo/sandbox/j2g/assembly/ Modified: geronimo/sandbox/j2g/pom.xml Modified: geronimo/sandbox/j2g/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/pom.xml?view=diff&rev=528568&r1=528567&r2=528568 ============================================================================== --- geronimo/sandbox/j2g/pom.xml (original) +++ geronimo/sandbox/j2g/pom.xml Fri Apr 13 10:55:38 2007 @@ -23,6 +23,20 @@ pom 1.0.0-SNAPSHOT ${artifactId} + + + + org.apache.maven.plugins + maven-assembly-plugin + + j2g-conversion-${version} + + src/main/assembly/deployable.xml + + + + + Added: geronimo/sandbox/j2g/src/main/assembly/deployable.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/main/assembly/deployable.xml?view=auto&rev=528568 ============================================================================== --- geronimo/sandbox/j2g/src/main/assembly/deployable.xml (added) +++ geronimo/sandbox/j2g/src/main/assembly/deployable.xml Fri Apr 13 10:55:38 2007 @@ -0,0 +1,34 @@ + + + + bin + + zip + + true + + + + ${artifactId}_${version}.${extension} + plugins/ + false + false + + + + Propchange: geronimo/sandbox/j2g/src/main/assembly/deployable.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/j2g/src/main/assembly/deployable.xml ------------------------------------------------------------------------------ svn:keywords = Date Rev Propchange: geronimo/sandbox/j2g/src/main/assembly/deployable.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml