Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 91684 invoked from network); 7 Nov 2007 20:47:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 20:47:00 -0000 Received: (qmail 49491 invoked by uid 500); 7 Nov 2007 20:46:48 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 49444 invoked by uid 500); 7 Nov 2007 20:46:48 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 49433 invoked by uid 99); 7 Nov 2007 20:46:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 12:46:48 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 07 Nov 2007 20:47:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ADFD81A9832; Wed, 7 Nov 2007 12:46:35 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r592887 - in /directory/sandbox/felixk: ./ studio/ studio/src/main/assembly/ Date: Wed, 07 Nov 2007 20:46:35 -0000 To: commits@directory.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071107204635.ADFD81A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: felixk Date: Wed Nov 7 12:46:34 2007 New Revision: 592887 URL: http://svn.apache.org/viewvc?rev=592887&view=rev Log: Activation does not work as wanted for now. As workaround using profile. To run a build you a profile must be indicated, e.g. mvn clean install -Plinux-i386 Added: directory/sandbox/felixk/studio/src/main/assembly/bin-linux-ppc.xml (with props) directory/sandbox/felixk/studio/src/main/assembly/bin-mac-os-x.xml - copied unchanged from r592736, directory/sandbox/felixk/studio/src/main/assembly/bin-mac-os-x-i386.xml directory/sandbox/felixk/studio/src/main/assembly/bin-windows-amd64.xml - copied unchanged from r592736, directory/sandbox/felixk/studio/src/main/assembly/bin-windows-vista-amd64.xml directory/sandbox/felixk/studio/src/main/assembly/bin-windows-x86.xml - copied unchanged from r592736, directory/sandbox/felixk/studio/src/main/assembly/bin-windows-xp-x86.xml Removed: directory/sandbox/felixk/studio/src/main/assembly/bin-mac-os-x-i386.xml directory/sandbox/felixk/studio/src/main/assembly/bin-windows-vista-amd64.xml directory/sandbox/felixk/studio/src/main/assembly/bin-windows-xp-x86.xml Modified: directory/sandbox/felixk/pom.xml directory/sandbox/felixk/studio/pom.xml Modified: directory/sandbox/felixk/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/pom.xml?rev=592887&r1=592886&r2=592887&view=diff ============================================================================== --- directory/sandbox/felixk/pom.xml (original) +++ directory/sandbox/felixk/pom.xml Wed Nov 7 12:46:34 2007 @@ -86,15 +86,18 @@ - + + linux-i386 - + org.eclipse.swt.gtk.linux.x86 eclipse-RCP-linux-gtk @@ -103,15 +106,17 @@ - + linux-amd64 - + org.eclipse.swt.gtk.linux.x86_64 eclipse-RCP-linux-gtk @@ -121,56 +126,101 @@ - + + + linux-ppc + + + org.eclipse.swt.gtk.linux.ppc + eclipse-RCP-linux-gtk + ppc + tar.gz + bin-linux-ppc + + + + - windows-xp-x86 - + windows-x86 + org.eclipse.swt.win32.win32.x86 eclipse-RCP-win32 zip - bin-windows-xp-x86 + bin-windows-x86 - + - windows-vista-amd64 - + windows-amd64 + zip - bin-windows-vista-amd64 + bin-windows-amd64 mac-os-x-i386 - + + + org.eclipse.swt.carbon.macosx + eclipse-RCP-macosx-carbon + tar.gz + bin-mac-os-x + + + + + + mac-os-x-ppc + org.eclipse.swt.carbon.macosx eclipse-RCP-macosx-carbon tar.gz - bin-mac-os-x-i386 + bin-mac-os-x @@ -258,6 +308,11 @@ org.eclipse org.eclipse.swt.gtk.linux.x86_64 + 3.2.1.v3235 + + + org.eclipse + org.eclipse.swt.gtk.linux.ppc 3.2.1.v3235 Modified: directory/sandbox/felixk/studio/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio/pom.xml?rev=592887&r1=592886&r2=592887&view=diff ============================================================================== --- directory/sandbox/felixk/studio/pom.xml (original) +++ directory/sandbox/felixk/studio/pom.xml Wed Nov 7 12:46:34 2007 @@ -40,15 +40,17 @@ - + - linux-i386org.eclipse.swt.gtk.linux + linux-i386 + @@ -81,15 +83,60 @@ - + linux-amd64 + + + + + maven-antrun-plugin + + + adapt-rcp-distribution + generate-resources + + + + + + + + + + + + + + + + run + + + + + + + + + + + linux-ppc + @@ -122,15 +169,17 @@ - + - windows-xp-x86 + windows-x86 + @@ -163,15 +212,17 @@ - + - windows-vista-amd64 + windows-amd64 + mac-os-x-i386 + + + + + maven-antrun-plugin + + + adapt-rcp-distribution + generate-resources + + + + + + + + + + + + + + + + + + + run + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1-SNAPSHOT + + + create-link-for-ApacheDirectoryStudio + generate-resources + + exec + + + + + ln + target/ApacheDirectoryStudio + + -s + Apache Directory Studio.app/Contents/MacOS/ApacheDirectoryStudio + ApacheDirectoryStudio + + + + + + + + + + mac-os-x-ppc + Added: directory/sandbox/felixk/studio/src/main/assembly/bin-linux-ppc.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio/src/main/assembly/bin-linux-ppc.xml?rev=592887&view=auto ============================================================================== --- directory/sandbox/felixk/studio/src/main/assembly/bin-linux-ppc.xml (added) +++ directory/sandbox/felixk/studio/src/main/assembly/bin-linux-ppc.xml Wed Nov 7 12:46:34 2007 @@ -0,0 +1,45 @@ + + + + + dist + + tar.gz + + + + target/ApacheDirectoryStudio + / + + ApacheDirectoryStudio + + 644 + + + target/ApacheDirectoryStudio + / + + ApacheDirectoryStudio + + 755 + + + + Propchange: directory/sandbox/felixk/studio/src/main/assembly/bin-linux-ppc.xml ------------------------------------------------------------------------------ svn:eol-style = native