From nmaven-commits-return-747-apmail-incubator-nmaven-commits-archive=incubator.apache.org@incubator.apache.org Tue Feb 12 20:51:28 2008 Return-Path: Delivered-To: apmail-incubator-nmaven-commits-archive@locus.apache.org Received: (qmail 79607 invoked from network); 12 Feb 2008 20:51:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 20:51:28 -0000 Received: (qmail 37387 invoked by uid 500); 12 Feb 2008 20:51:22 -0000 Delivered-To: apmail-incubator-nmaven-commits-archive@incubator.apache.org Received: (qmail 37355 invoked by uid 500); 12 Feb 2008 20:51:22 -0000 Mailing-List: contact nmaven-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-dev@incubator.apache.org Delivered-To: mailing list nmaven-commits@incubator.apache.org Received: (qmail 37345 invoked by uid 99); 12 Feb 2008 20:51:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 12:51:22 -0800 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 20:50:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DEE8C1A9832; Tue, 12 Feb 2008 12:51:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r627096 - in /incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources: META-INF/maven/archetype.xml archetype-resources/Test/ archetype-resources/pom.xml Date: Tue, 12 Feb 2008 20:51:04 -0000 To: nmaven-commits@incubator.apache.org From: sisbell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080212205104.DEE8C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sisbell Date: Tue Feb 12 12:51:03 2008 New Revision: 627096 URL: http://svn.apache.org/viewvc?rev=627096&view=rev Log: removing unit test from archetype since we haven't yet deployed nunit. Removed: incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/archetype-resources/Test/ Modified: incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/META-INF/maven/archetype.xml incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/archetype-resources/pom.xml Modified: incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/META-INF/maven/archetype.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/META-INF/maven/archetype.xml?rev=627096&r1=627095&r2=627096&view=diff ============================================================================== --- incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/META-INF/maven/archetype.xml (original) +++ incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/META-INF/maven/archetype.xml Tue Feb 12 12:51:03 2008 @@ -1,7 +1,6 @@ maven-archetype-class-library - Class1.cs - Test/Class1Test.cs + Class1.cs Modified: incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/archetype-resources/pom.xml?rev=627096&r1=627095&r2=627096&view=diff ============================================================================== --- incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/archetype-resources/pom.xml (original) +++ incubator/nmaven/trunk/archetypes/maven-archetype-class-library/src/main/resources/archetype-resources/pom.xml Tue Feb 12 12:51:03 2008 @@ -10,7 +10,7 @@ dotnet:library . - Test + Test1 org.apache.maven.dotnet.plugins @@ -19,25 +19,4 @@ - - - org.apache.maven.dotnet - NUnit.Framework - 2.4.6-incubating-SNAPSHOT - dotnet:library - test - - -