Return-Path: Delivered-To: apmail-turbine-commits-archive@locus.apache.org Received: (qmail 28750 invoked from network); 11 Jun 2008 08:54:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 08:54:27 -0000 Received: (qmail 29316 invoked by uid 500); 11 Jun 2008 08:54:29 -0000 Delivered-To: apmail-turbine-commits-archive@turbine.apache.org Received: (qmail 29285 invoked by uid 500); 11 Jun 2008 08:54:29 -0000 Mailing-List: contact commits-help@turbine.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@turbine.apache.org Delivered-To: mailing list commits@turbine.apache.org Received: (qmail 29276 invoked by uid 99); 11 Jun 2008 08:54:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 01:54:29 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 11 Jun 2008 08:53:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 958B023889FD; Wed, 11 Jun 2008 01:53:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r666581 - /turbine/fulcrum/trunk/testcontainer/pom.xml Date: Wed, 11 Jun 2008 08:53:36 -0000 To: commits@turbine.apache.org From: sgoeschl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080611085336.958B023889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sgoeschl Date: Wed Jun 11 01:53:36 2008 New Revision: 666581 URL: http://svn.apache.org/viewvc?rev=666581&view=rev Log: Migrating Fulcrum projects to M2 Added: turbine/fulcrum/trunk/testcontainer/pom.xml Added: turbine/fulcrum/trunk/testcontainer/pom.xml URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=666581&view=auto ============================================================================== --- turbine/fulcrum/trunk/testcontainer/pom.xml (added) +++ turbine/fulcrum/trunk/testcontainer/pom.xml Wed Jun 11 01:53:36 2008 @@ -0,0 +1,89 @@ + + + + + org.apache.fulcrum + fulcrum-parent + 1-SNAPSHOT + + + 4.0.0 + fulcrum-testcontainer + 1.0.6-SNAPSHOT + Fulcrum Test Container + 2004 + A light-weight Avalon container + http://turbine.apache.org/fulcrum/fulcrum-testcontainer + + + scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/testcontainer/ + scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/testcontainer/ + http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/testcontainer/ + + + + + fulcrum.website + Fulcrum Website + ${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-testcontainer/ + + + + + + Siegfried Goeschl + sgoeschl + sgoeschl@apache.org + + + Java Developer + + + + + + + junit + junit + 3.8.1 + + + + fulcrum + fulcrum-yaafi + 1.0.5 + provided + + + + excalibur-component + excalibur-component + 2.1 + provided + + + + + ${basedir}/src/java + ${basedir}/src/test + + + \ No newline at end of file