Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4BCFFDC32 for ; Wed, 15 Aug 2012 12:51:15 +0000 (UTC) Received: (qmail 62992 invoked by uid 500); 15 Aug 2012 12:51:15 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 62960 invoked by uid 500); 15 Aug 2012 12:51:15 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 62941 invoked by uid 99); 15 Aug 2012 12:51:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 12:51:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 15 Aug 2012 12:51:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 88B8023888EA for ; Wed, 15 Aug 2012 12:50:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1373380 - in /ace/trunk: build/ cnf/ cnf/ext/ org.apache.ace.launcher/ org.apache.ace.launcher/resources/ org.apache.ace.nodelauncher.amazon/ org.apache.ace.nodelauncher.amazon/resources/ Date: Wed, 15 Aug 2012 12:50:26 -0000 To: commits@ace.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120815125026.88B8023888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: marrs Date: Wed Aug 15 12:50:25 2012 New Revision: 1373380 URL: http://svn.apache.org/viewvc?rev=1373380&view=rev Log: Added a src-build.xml script to generate a source release. Applied some fixes in other projects to make the script work. Added: ace/trunk/build/.classpath ace/trunk/build/.project ace/trunk/build/src-build.xml ace/trunk/org.apache.ace.launcher/resources/ ace/trunk/org.apache.ace.launcher/resources/default.properties ace/trunk/org.apache.ace.nodelauncher.amazon/resources/ ace/trunk/org.apache.ace.nodelauncher.amazon/resources/org.jclouds.apis.ApiMetadata Removed: ace/trunk/org.apache.ace.launcher/default.properties ace/trunk/org.apache.ace.nodelauncher.amazon/org.jclouds.apis.ApiMetadata Modified: ace/trunk/cnf/build.xml ace/trunk/cnf/ext/repositories.bnd ace/trunk/org.apache.ace.launcher/bnd.bnd ace/trunk/org.apache.ace.nodelauncher.amazon/bnd.bnd ace/trunk/org.apache.ace.nodelauncher.amazon/generate-serviceloader-files.groovy Added: ace/trunk/build/.classpath URL: http://svn.apache.org/viewvc/ace/trunk/build/.classpath?rev=1373380&view=auto ============================================================================== --- ace/trunk/build/.classpath (added) +++ ace/trunk/build/.classpath Wed Aug 15 12:50:25 2012 @@ -0,0 +1,5 @@ + + + + + Added: ace/trunk/build/.project URL: http://svn.apache.org/viewvc/ace/trunk/build/.project?rev=1373380&view=auto ============================================================================== --- ace/trunk/build/.project (added) +++ ace/trunk/build/.project Wed Aug 15 12:50:25 2012 @@ -0,0 +1,23 @@ + + + build + + + + + + org.eclipse.jdt.core.javabuilder + + + + + bndtools.core.bndbuilder + + + + + + org.eclipse.jdt.core.javanature + bndtools.core.bndnature + + Added: ace/trunk/build/src-build.xml URL: http://svn.apache.org/viewvc/ace/trunk/build/src-build.xml?rev=1373380&view=auto ============================================================================== --- ace/trunk/build/src-build.xml (added) +++ ace/trunk/build/src-build.xml Wed Aug 15 12:50:25 2012 @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + Modified: ace/trunk/cnf/build.xml URL: http://svn.apache.org/viewvc/ace/trunk/cnf/build.xml?rev=1373380&r1=1373379&r2=1373380&view=diff ============================================================================== --- ace/trunk/cnf/build.xml (original) +++ ace/trunk/cnf/build.xml Wed Aug 15 12:50:25 2012 @@ -45,6 +45,18 @@ + + + + + + + + + + + +