From nuvem-commits-return-69-apmail-incubator-nuvem-commits-archive=incubator.apache.org@incubator.apache.org Tue Mar 22 05:25:23 2011 Return-Path: Delivered-To: apmail-incubator-nuvem-commits-archive@minotaur.apache.org Received: (qmail 56349 invoked from network); 22 Mar 2011 05:25:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 05:25:23 -0000 Received: (qmail 7928 invoked by uid 500); 22 Mar 2011 05:25:23 -0000 Delivered-To: apmail-incubator-nuvem-commits-archive@incubator.apache.org Received: (qmail 7889 invoked by uid 500); 22 Mar 2011 05:25:21 -0000 Mailing-List: contact nuvem-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nuvem-dev@incubator.apache.org Delivered-To: mailing list nuvem-commits@incubator.apache.org Received: (qmail 7881 invoked by uid 99); 22 Mar 2011 05:25:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 05:25:20 +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; Tue, 22 Mar 2011 05:25:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1103A2388906; Tue, 22 Mar 2011 05:24:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1084069 - in /incubator/nuvem/trunk: nuvem-parallel/pom.xml pom.xml Date: Tue, 22 Mar 2011 05:24:48 -0000 To: nuvem-commits@incubator.apache.org From: sagara@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110322052448.1103A2388906@eris.apache.org> Author: sagara Date: Tue Mar 22 05:24:47 2011 New Revision: 1084069 URL: http://svn.apache.org/viewvc?rev=1084069&view=rev Log: Added exec-maven-plugin to run Python tests. Added: incubator/nuvem/trunk/nuvem-parallel/pom.xml Modified: incubator/nuvem/trunk/pom.xml Added: incubator/nuvem/trunk/nuvem-parallel/pom.xml URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/nuvem-parallel/pom.xml?rev=1084069&view=auto ============================================================================== --- incubator/nuvem/trunk/nuvem-parallel/pom.xml (added) +++ incubator/nuvem/trunk/nuvem-parallel/pom.xml Tue Mar 22 05:24:47 2011 @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.apache.nuvem + nuvem + 1.0-incubating-SNAPSHOT + ../pom.xml + + nuvem-parallel + 1.0-incubating-SNAPSHOT + Apache Nuvem Cloud Parallel Components + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + com.google.appengine:appengine-tools + com.google.appengine:appengine-api + com.google.appengine:appengine-local-runtime-shared + + + org.eclipse.jdt.launching.JRE_CONTAINER + com.google.appengine.eclipse.core.GAE_CONTAINER + + + + + + org.codehaus.mojo + exec-maven-plugin + + + + python + . + + test.py + + + + + + python-test + test + + exec + + + + + + + + + + Modified: incubator/nuvem/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/pom.xml?rev=1084069&r1=1084068&r2=1084069&view=diff ============================================================================== --- incubator/nuvem/trunk/pom.xml (original) +++ incubator/nuvem/trunk/pom.xml Tue Mar 22 05:24:47 2011 @@ -194,6 +194,7 @@ nuvem-google nuvem-google-appengine-sdk nuvem-standalone + nuvem-parallel store-assets store-appengine-webapp