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/11/21 12:08:19 UTC

svn commit: r1204462 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource: ./ m2/ m2/test-settings-with-namespace.xml m2/test-settings-with-profile-and-namespace.xml m2/test-settings-with-profile.xml m2/test-settings.xml

Author: lcorneliussen
Date: Mon Nov 21 12:08:18 2011
New Revision: 1204462

URL: http://svn.apache.org/viewvc?rev=1204462&view=rev
Log:
[NPANDAY-421] Added missing resource files for tests

Added:
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/   (with props)
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/   (with props)
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-namespace.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile-and-namespace.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings.xml

Propchange: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/
------------------------------------------------------------------------------
    bugtraq:number = true

Propchange: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/
------------------------------------------------------------------------------
    bugtraq:number = true

Added: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-namespace.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-namespace.xml?rev=1204462&view=auto
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-namespace.xml (added)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-namespace.xml Mon Nov 21 12:08:18 2011
@@ -0,0 +1,29 @@
+<?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.
+-->
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <localRepository>C:/Documents and Settings/user/.m2/repository</localRepository>
+  <mirrors>
+    <mirror>
+      <mirrorOf>*</mirrorOf>
+      <url>http://repo.npanday.org/archiva/repository/npanday-releases/</url>
+      <id>npanday-repo</id>
+    </mirror>
+  </mirrors>
+</settings>

Added: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile-and-namespace.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile-and-namespace.xml?rev=1204462&view=auto
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile-and-namespace.xml (added)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile-and-namespace.xml Mon Nov 21 12:08:18 2011
@@ -0,0 +1,50 @@
+<?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.
+-->
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <localRepository>C:/Documents and Settings/user/.m2/repository</localRepository>
+  <mirrors>
+    <mirror>
+      <mirrorOf>*</mirrorOf>
+      <url>http://repo.npanday.org/archiva/repository/npanday-releases/</url>
+      <id>npanday-repo</id>
+    </mirror>
+  </mirrors>
+  <profiles>
+    <profile>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <repositories>
+        <repository>
+          <releases />
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+          <id>npanday.repo.0</id>
+          <url>http://repo1.maven.org/maven2</url>
+        </repository>
+      </repositories>
+      <id>NPanday.id</id>
+    </profile>
+  </profiles>
+  <activeProfiles>
+    <activeProfile>NPanday.id</activeProfile>
+  </activeProfiles>
+</settings>

Added: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile.xml?rev=1204462&view=auto
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile.xml (added)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings-with-profile.xml Mon Nov 21 12:08:18 2011
@@ -0,0 +1,50 @@
+<?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.
+-->
+<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <localRepository>C:/Documents and Settings/user/.m2/repository</localRepository>
+  <mirrors>
+    <mirror>
+      <mirrorOf>*</mirrorOf>
+      <url>http://repo.npanday.org/archiva/repository/npanday-releases/</url>
+      <id>npanday-repo</id>
+    </mirror>
+  </mirrors>
+  <profiles>
+    <profile>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <repositories>
+        <repository>
+          <releases />
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+          <id>npanday.repo.0</id>
+          <url>http://repo1.maven.org/maven2</url>
+        </repository>
+      </repositories>
+      <id>NPanday.id</id>
+    </profile>
+  </profiles>
+  <activeProfiles>
+    <activeProfile>NPanday.id</activeProfile>
+  </activeProfiles>
+</settings>

Added: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings.xml?rev=1204462&view=auto
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings.xml (added)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/test/resource/m2/test-settings.xml Mon Nov 21 12:08:18 2011
@@ -0,0 +1,29 @@
+<?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.
+-->
+<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <localRepository>C:/Documents and Settings/user/.m2/repository</localRepository>
+  <mirrors>
+    <mirror>
+      <mirrorOf>*</mirrorOf>
+      <url>http://repo.npanday.org/archiva/repository/npanday-releases/</url>
+      <id>npanday-repo</id>
+    </mirror>
+  </mirrors>
+</settings>