You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/06/02 00:19:07 UTC

svn commit: r1130324 - in /maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF: ./ plexus/ plexus/components.xml

Author: struberg
Date: Wed Jun  1 22:19:06 2011
New Revision: 1130324

URL: http://svn.apache.org/viewvc?rev=1130324&view=rev
Log:
WAGON-330 add tck plexus components

Added:
    maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF/
    maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF/plexus/
    maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF/plexus/components.xml

Added: maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF/plexus/components.xml?rev=1130324&view=auto
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF/plexus/components.xml (added)
+++ maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/resources/META-INF/plexus/components.xml Wed Jun  1 22:19:06 2011
@@ -0,0 +1,38 @@
+<?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.
+-->
+<component-set>
+  <components>
+    <component>
+      <role>org.apache.maven.wagon.tck.http.WagonTestCaseConfigurator</role>
+      <implementation>org.apache.maven.wagon.tck.http.WagonTestCaseConfigurator</implementation>
+      <configuration>
+        <wagonHint>http</wagonHint>
+        <useCaseConfigs>
+          <highLatencyLowTimeout>
+            <unsupported/>
+          </highLatencyLowTimeout>
+          <inifiniteLatencyTimeout>
+            <unsupported/>
+          </inifiniteLatencyTimeout>
+        </useCaseConfigs>
+      </configuration>
+    </component>
+  </components>
+</component-set>