Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 59858 invoked from network); 2 Jul 2007 20:37:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2007 20:37:05 -0000 Received: (qmail 6975 invoked by uid 500); 2 Jul 2007 20:37:07 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 6911 invoked by uid 500); 2 Jul 2007 20:37: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 6893 invoked by uid 99); 2 Jul 2007 20:37:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 13:37: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; Mon, 02 Jul 2007 13:37:02 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8EA9C1A981A; Mon, 2 Jul 2007 13:36:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r552587 - in /geronimo/sandbox/j2g: pom.xml src/main/assembly/bin.xml Date: Mon, 02 Jul 2007 20:36:42 -0000 To: scm@geronimo.apache.org From: pmcmahan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070702203642.8EA9C1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pmcmahan Date: Mon Jul 2 13:36:41 2007 New Revision: 552587 URL: http://svn.apache.org/viewvc?view=rev&rev=552587 Log: GERONIMO-3298 make sh scripts executable on *nix, synch eclipse prereq version with the main geronimo eclipse plugin. Patch submitted by Erik Craig. Modified: geronimo/sandbox/j2g/pom.xml geronimo/sandbox/j2g/src/main/assembly/bin.xml Modified: geronimo/sandbox/j2g/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/pom.xml?view=diff&rev=552587&r1=552586&r2=552587 ============================================================================== --- geronimo/sandbox/j2g/pom.xml (original) +++ geronimo/sandbox/j2g/pom.xml Mon Jul 2 13:36:41 2007 @@ -96,7 +96,7 @@ org.eclipse.platform eclipse-sdk-${eclipsePlatformFamily} - 3.3M7 + 3.3RC2 ${artifactType} @@ -142,7 +142,7 @@ org.eclipse.platform eclipse-sdk-${eclipsePlatformFamily} - 3.3M7 + 3.3RC2 ${artifactType} Modified: geronimo/sandbox/j2g/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/main/assembly/bin.xml?view=diff&rev=552587&r1=552586&r2=552587 ============================================================================== --- geronimo/sandbox/j2g/src/main/assembly/bin.xml (original) +++ geronimo/sandbox/j2g/src/main/assembly/bin.xml Mon Jul 2 13:36:41 2007 @@ -46,8 +46,17 @@ - src/main/resources - / + src/main/resources/compatibility + /compatibility + + + src/main/resources/properties + /properties + + + src/main/resources/bin + /bin + 0755 doc