You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/04/04 07:33:45 UTC

svn commit: r1088490 [2/2] - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/BootstrapTest/ resources/ClassLibraryWithWebReference/ resources/ConsoleApplicationEx/ resources/IntraProjectDependency/ resources/NPANDAY_121_Re...

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0029RemoteRepoTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0029RemoteRepoTest.java?rev=1088490&r1=1088489&r2=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0029RemoteRepoTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0029RemoteRepoTest.java Mon Apr  4 07:33:39 2011
@@ -36,7 +36,7 @@ public class NPandayIT0029RemoteRepoTest
     public void testDeployNonSnapshotRemoteRepo()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0029" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0029RemoteRepoTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "deploy" );
         verifier.assertFilePresent(

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0032CompileExclusionsTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0032CompileExclusionsTest.java?rev=1088490&r1=1088489&r2=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0032CompileExclusionsTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0032CompileExclusionsTest.java Mon Apr  4 07:33:39 2011
@@ -36,7 +36,7 @@ public class NPandayIT0032CompileExclusi
     public void testCompileExclusions()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0032" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0032CompileExclusionsTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         String assembly = new File( testDir, getAssemblyFile( "NPandayIT0032", "1.0.0.0", "dll" ) ).getAbsolutePath();

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0033VBSourceWithCSharpSourceTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0033VBSourceWithCSharpSourceTest.java?rev=1088490&r1=1088489&r2=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0033VBSourceWithCSharpSourceTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0033VBSourceWithCSharpSourceTest.java Mon Apr  4 07:33:39 2011
@@ -36,7 +36,7 @@ public class NPandayIT0033VBSourceWithCS
     public void testVBSourceWithCsharpTestSource()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0033" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0033VBSourceWithCSharpSourceTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         String assembly = new File( testDir, getAssemblyFile( "NPandayIT0033", "1.0.0.0", "dll" ) ).getAbsolutePath();

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0035VBRootNamespaceTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0035VBRootNamespaceTest.java?rev=1088490&r1=1088489&r2=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0035VBRootNamespaceTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0035VBRootNamespaceTest.java Mon Apr  4 07:33:39 2011
@@ -36,7 +36,7 @@ public class NPandayIT0035VBRootNamespac
     public void testVBRootNamespace()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0035" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0035VBRootNamespaceTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         String assembly = new File( testDir, getAssemblyFile( "NPandayIT0035", "1.0.0.0", "exe" ) ).getAbsolutePath();

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0036InstalledArtifactsVerificationTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0036InstalledArtifactsVerificationTest.java?rev=1088490&r1=1088489&r2=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0036InstalledArtifactsVerificationTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0036InstalledArtifactsVerificationTest.java Mon Apr  4 07:33:39 2011
@@ -36,7 +36,7 @@ public class NPandayIT0036InstalledArtif
     public void testIT0036InstalledArtifacts()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0036" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0036InstalledArtifactsVerificationTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         verifier.assertFilePresent(

Copied: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0037ClassLibWithWebRefInstallTest.java (from r1087864, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITClassLibWithWebRefInstallTest.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0037ClassLibWithWebRefInstallTest.java?p2=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0037ClassLibWithWebRefInstallTest.java&p1=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITClassLibWithWebRefInstallTest.java&r1=1087864&r2=1088490&rev=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITClassLibWithWebRefInstallTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0037ClassLibWithWebRefInstallTest.java Mon Apr  4 07:33:39 2011
@@ -25,10 +25,10 @@ import org.apache.maven.it.util.Resource
 
 import java.io.File;
 
-public class NPandayITClassLibWithWebRefInstallTest
+public class NPandayIT0037ClassLibWithWebRefInstallTest
     extends AbstractNPandayIntegrationTestCase
 {
-    public NPandayITClassLibWithWebRefInstallTest()
+    public NPandayIT0037ClassLibWithWebRefInstallTest()
     {
         super( "[1.0.2,)" );
     }
@@ -36,7 +36,7 @@ public class NPandayITClassLibWithWebRef
     public void testClassLibWithWebRefInstall()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/ClassLibraryWithWebReference" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0037ClassLibWithWebRefInstallTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         String generatedClass = "ClassLibraryWithWebReference/WebReferences/net.webservicex.www/sendsmsworld.cs";

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0037ClassLibWithWebRefInstallTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0037ClassLibWithWebRefInstallTest.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0038CompilerWithArgsTest.java (from r1087864, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITCompilerWithArgsTest.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0038CompilerWithArgsTest.java?p2=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0038CompilerWithArgsTest.java&p1=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITCompilerWithArgsTest.java&r1=1087864&r2=1088490&rev=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITCompilerWithArgsTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0038CompilerWithArgsTest.java Mon Apr  4 07:33:39 2011
@@ -25,10 +25,10 @@ import org.apache.maven.it.util.Resource
 
 import java.io.File;
 
-public class NPandayITCompilerWithArgsTest
+public class NPandayIT0038CompilerWithArgsTest
     extends AbstractNPandayIntegrationTestCase
 {
-    public NPandayITCompilerWithArgsTest()
+    public NPandayIT0038CompilerWithArgsTest()
     {
         super( "[1.0.2,)" );
     }
@@ -36,7 +36,7 @@ public class NPandayITCompilerWithArgsTe
     public void testCompilerWithArgs()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayITCompilerWithArgs" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0038CompilerWithArgsTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         String assembly = new File( testDir, getAssemblyFile( "NPandayITCompilerWithArgs", "1.0.0.0", "dll",

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0038CompilerWithArgsTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0038CompilerWithArgsTest.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0039ConsoleApplicationTest.java (from r1087864, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITConsoleApplicationTest.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0039ConsoleApplicationTest.java?p2=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0039ConsoleApplicationTest.java&p1=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITConsoleApplicationTest.java&r1=1087864&r2=1088490&rev=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITConsoleApplicationTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0039ConsoleApplicationTest.java Mon Apr  4 07:33:39 2011
@@ -25,10 +25,10 @@ import org.apache.maven.it.util.Resource
 
 import java.io.File;
 
-public class NPandayITConsoleApplicationTest
+public class NPandayIT0039ConsoleApplicationTest
     extends AbstractNPandayIntegrationTestCase
 {
-    public NPandayITConsoleApplicationTest()
+    public NPandayIT0039ConsoleApplicationTest()
     {
         super( "[1.0.2,)" );
     }
@@ -36,7 +36,7 @@ public class NPandayITConsoleApplication
     public void testConsoleApplication()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/ConsoleApplicationEx" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0039ConsoleApplicationTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         verifier.assertFilePresent( new File( testDir, "ConsoleApplicationEx/" +

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0039ConsoleApplicationTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0039ConsoleApplicationTest.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0040IntraProjectDependencyTest.java (from r1087864, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITIntraProjectDependencyTest.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0040IntraProjectDependencyTest.java?p2=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0040IntraProjectDependencyTest.java&p1=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITIntraProjectDependencyTest.java&r1=1087864&r2=1088490&rev=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITIntraProjectDependencyTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0040IntraProjectDependencyTest.java Mon Apr  4 07:33:39 2011
@@ -25,10 +25,10 @@ import org.apache.maven.it.util.Resource
 
 import java.io.File;
 
-public class NPandayITIntraProjectDependencyTest
+public class NPandayIT0040IntraProjectDependencyTest
     extends AbstractNPandayIntegrationTestCase
 {
-    public NPandayITIntraProjectDependencyTest()
+    public NPandayIT0040IntraProjectDependencyTest()
     {
         super( "[1.0.2,)" );
     }
@@ -36,7 +36,7 @@ public class NPandayITIntraProjectDepend
     public void testIntraProjectDependency()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/IntraProjectDependency" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0040IntraProjectDependencyTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         File libDir = new File( testDir, "ClassLibrary3" );

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0040IntraProjectDependencyTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0040IntraProjectDependencyTest.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0041Net35Test.java (from r1087864, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITNet35Test.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0041Net35Test.java?p2=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0041Net35Test.java&p1=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITNet35Test.java&r1=1087864&r2=1088490&rev=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayITNet35Test.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0041Net35Test.java Mon Apr  4 07:33:39 2011
@@ -25,10 +25,10 @@ import org.apache.maven.it.util.Resource
 
 import java.io.File;
 
-public class NPandayITNet35Test
+public class NPandayIT0041Net35Test
     extends AbstractNPandayIntegrationTestCase
 {
-    public NPandayITNet35Test()
+    public NPandayIT0041Net35Test()
     {
         super( "[1.0.2,)", "[v3.5,)" );
     }
@@ -36,7 +36,7 @@ public class NPandayITNet35Test
     public void testNet35Project()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/Net35Project" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPandayIT0041Net35Test" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
         verifier.assertFilePresent( new File( testDir, "ClassLibrary1/" +

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0041Net35Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0041Net35Test.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_245_WpfGeneratedResourcesHandlingTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_245_WpfGeneratedResourcesHandlingTest/pom.xml?rev=1088490&r1=1087864&r2=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_245_WpfGeneratedResourcesHandlingTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_245_WpfGeneratedResourcesHandlingTest/pom.xml Mon Apr  4 07:33:39 2011
@@ -69,7 +69,7 @@ under the License.
           <embeddedResources>
             <embeddedResource>
               <sourceFile>Properties\Resources.resx</sourceFile>
-              <name>NPandayIT12549.Properties.Resources</name>
+              <name>NPANDAY_245_WpfGeneratedResourcesHandlingTest.Properties.Resources</name>
             </embeddedResource>
           </embeddedResources>
         </configuration>

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml?rev=1088490&r1=1087864&r2=1088490&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml Mon Apr  4 07:33:39 2011
@@ -66,7 +66,7 @@ under the License.
           <embeddedResources>
             <embeddedResource>
               <sourceFile>Properties\Resources.resx</sourceFile>
-              <name>WpfApplication8.Properties.Resources</name>
+              <name>NPANDAY_328_VS2010WpfProjectSupportTest.Properties.Resources</name>
             </embeddedResource>
           </embeddedResources>
         </configuration>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/pom.xml?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/pom.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/pom.xml Mon Apr  4 07:33:39 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <groupId>npanday.its</groupId>
+  <artifactId>test-non-unique-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>library</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>test</groupId>
+      <artifactId>test-snapshot</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <type>library</type>
+    </dependency>
+	<dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>npanday.plugin</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <version>${npanday.version}</version>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>test</id>
+      <url>file:${basedir}/test-repo</url>
+    </repository>
+  </repositories>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/main/csharp/App/MyApp.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/main/csharp/App/MyApp.cs?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/main/csharp/App/MyApp.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/main/csharp/App/MyApp.cs Mon Apr  4 07:33:39 2011
@@ -0,0 +1,36 @@
+#region Apache License, Version 2.0
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+#endregion
+using System;
+using System.IO;
+using Sample;
+
+namespace App
+{
+    public class MyApp
+    {
+        private Sample.MyApp myOtherApp;
+
+        public MyApp()
+        {
+            Console.WriteLine("Hello");
+        }
+    }
+}

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/App/MyAppTest.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/App/MyAppTest.cs?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/App/MyAppTest.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/App/MyAppTest.cs Mon Apr  4 07:33:39 2011
@@ -0,0 +1,43 @@
+#region Apache License, Version 2.0
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+#endregion
+using System;
+using NUnit.Framework;
+
+namespace App
+{
+
+	[TestFixture]
+	public class MyAppTest
+	{
+
+		[SetUp]
+		protected void SetUp()
+		{
+		}
+
+		[Test]
+		public void TestSample()
+		{
+
+		}
+	}
+}
+

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/Sample/MyAppTest.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/Sample/MyAppTest.cs?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/Sample/MyAppTest.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/src/test/csharp/Sample/MyAppTest.cs Mon Apr  4 07:33:39 2011
@@ -0,0 +1,43 @@
+#region Apache License, Version 2.0
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+#endregion
+using System;
+using NUnit.Framework;
+
+namespace Sample
+{
+
+	[TestFixture]
+	public class MyAppTest
+	{
+
+		[SetUp]
+		protected void SetUp()
+		{
+		}
+
+		[Test]
+		public void TestSample()
+		{
+
+		}
+	}
+}
+

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml Mon Apr  4 07:33:39 2011
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<metadata>
+  <groupId>test</groupId>
+  <artifactId>test-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <buildNumber>1</buildNumber>
+    </snapshot>
+    <lastUpdated>20100121140327</lastUpdated>
+  </versioning>
+</metadata>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+5534b8704501fe7e391e594def3460a6
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+4f01affb3f669cec8143427af45e05f721fc0011
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll?rev=1088490&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+34e030ec51947b9c16ab7bf28df77b55
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.dll.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+64167b8e2f888cd2abc8e0dd7eaaccddcaab34e1
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom Mon Apr  4 07:33:39 2011
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>test</groupId>  
+  <artifactId>test-snapshot</artifactId>  
+  <version>1.0-SNAPSHOT</version>
+  <packaging>library</packaging>
+    <dependencies>
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>  
+  <build> 
+    <sourceDirectory>src/main/csharp</sourceDirectory>  
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>  
+    <plugins> 
+      <plugin> 
+        <groupId>npanday.plugin</groupId>  
+        <artifactId>maven-compile-plugin</artifactId>  
+        <extensions>true</extensions> 
+      </plugin>
+    </plugins> 
+  </build> 
+  <distributionManagement>
+    <repository>
+      <id>test</id>
+      <url>file:${basedir}/target/test-repo</url>
+      <uniqueVersion>false</uniqueVersion>
+    </repository>
+  </distributionManagement>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+d2d8bb619bd89e6b30fd2e2b07f0151d
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-SNAPSHOT.pom.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+9a890dfd987688d5c15178cd67d152cb1cd92da4
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml Mon Apr  4 07:33:39 2011
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<metadata>
+  <groupId>test</groupId>
+  <artifactId>test-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <versioning>
+    <versions>
+      <version>1.0-SNAPSHOT</version>
+    </versions>
+    <lastUpdated>20100121140327</lastUpdated>
+  </versioning>
+</metadata>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+b5f9985b3b268a9c60d73a04200d30a8
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/non-unique/test-repo/test/test-snapshot/maven-metadata.xml.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+a7315973ad7a0831386c2ebad94f10dd8dada77e
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/pom.xml?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/pom.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/pom.xml Mon Apr  4 07:33:39 2011
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <groupId>npanday.its</groupId>
+  <artifactId>test-unique-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>library</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>test</groupId>
+      <artifactId>test-snapshot</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <type>library</type>
+    </dependency>
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>npanday.plugin</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <version>${npanday.version}</version>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>test</id>
+      <url>file:${basedir}/test-repo</url>
+    </repository>
+  </repositories>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/main/csharp/App/MyApp.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/main/csharp/App/MyApp.cs?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/main/csharp/App/MyApp.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/main/csharp/App/MyApp.cs Mon Apr  4 07:33:39 2011
@@ -0,0 +1,36 @@
+#region Apache License, Version 2.0
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+#endregion
+using System;
+using System.IO;
+using Sample;
+
+namespace App
+{
+    public class MyApp
+    {
+        private Sample.MyApp mySampleApp;
+
+        public MyApp()
+        {
+            Console.WriteLine("Hello");
+        }
+    }
+}

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/App/MyAppTest.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/App/MyAppTest.cs?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/App/MyAppTest.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/App/MyAppTest.cs Mon Apr  4 07:33:39 2011
@@ -0,0 +1,43 @@
+#region Apache License, Version 2.0
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+#endregion
+using System;
+using NUnit.Framework;
+
+namespace App
+{
+
+	[TestFixture]
+	public class MyAppTest
+	{
+
+		[SetUp]
+		protected void SetUp()
+		{
+		}
+
+		[Test]
+		public void TestSample()
+		{
+
+		}
+	}
+}
+

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/Sample/MyAppTest.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/Sample/MyAppTest.cs?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/Sample/MyAppTest.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/src/test/csharp/Sample/MyAppTest.cs Mon Apr  4 07:33:39 2011
@@ -0,0 +1,43 @@
+#region Apache License, Version 2.0
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+#endregion
+using System;
+using NUnit.Framework;
+
+namespace Sample
+{
+
+	[TestFixture]
+	public class MyAppTest
+	{
+
+		[SetUp]
+		protected void SetUp()
+		{
+		}
+
+		[Test]
+		public void TestSample()
+		{
+
+		}
+	}
+}
+

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml Mon Apr  4 07:33:39 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<metadata>
+  <groupId>test</groupId>
+  <artifactId>test-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <timestamp>20100121.135725</timestamp>
+      <buildNumber>1</buildNumber>
+    </snapshot>
+    <lastUpdated>20100121135725</lastUpdated>
+  </versioning>
+</metadata>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+25df2916329b478ff135779d73cf21f6
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/maven-metadata.xml.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+e3dd190621ba98e38e4accb701b3f8299ef82296
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll?rev=1088490&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+b50e42808d9b10c6ee58a7cdd2675c8e
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.dll.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+42ddef2d29b2a0d1a6b8d856daaad6fdd96ace79
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom Mon Apr  4 07:33:39 2011
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>test</groupId>  
+  <artifactId>test-snapshot</artifactId>  
+  <version>1.0-SNAPSHOT</version>
+  <packaging>library</packaging>
+    <dependencies>
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>library</type>
+    </dependency>
+  </dependencies>  
+  <build> 
+    <sourceDirectory>src/main/csharp</sourceDirectory>  
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>  
+    <plugins> 
+      <plugin> 
+        <groupId>npanday.plugin</groupId>  
+        <artifactId>maven-compile-plugin</artifactId>  
+        <extensions>true</extensions> 
+      </plugin>
+    </plugins> 
+  </build> 
+  <distributionManagement>
+    <repository>
+      <id>test</id>
+      <url>file:${basedir}/target/test-repo</url>
+    </repository>
+  </distributionManagement>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+6b41d5430c2852fc5c32c990925dd549
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/1.0-SNAPSHOT/test-snapshot-1.0-20100121.135725-1.pom.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+e8ed60e76392a59c97f3769ec685560080c2f9b1
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml Mon Apr  4 07:33:39 2011
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<metadata>
+  <groupId>test</groupId>
+  <artifactId>test-snapshot</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <versioning>
+    <versions>
+      <version>1.0-SNAPSHOT</version>
+    </versions>
+    <lastUpdated>20100121135725</lastUpdated>
+  </versioning>
+</metadata>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.md5
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.md5?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.md5 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.md5 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+1ad00d36607cb36879c142ce746d3e12
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.sha1
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.sha1?rev=1088490&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.sha1 (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0011SnapshotResolutionTest/unique/test-snapshot/maven-metadata.xml.sha1 Mon Apr  4 07:33:39 2011
@@ -0,0 +1 @@
+b28e4f701f54eccee991daf35f5acc5fec91e0a4
\ No newline at end of file