You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/08/22 02:07:46 UTC

svn commit: r433436 - in /incubator/tuscany/java/testing/sca/interop: clients/webserviceInteropDoc/ clients/webserviceSOAPRound2/ services/webserviceInteropDoc/ services/webserviceInteropDoc/src/main/webapp/WEB-INF/

Author: rineholt
Date: Mon Aug 21 17:07:46 2006
New Revision: 433436

URL: http://svn.apache.org/viewvc?rev=433436&view=rev
Log:
test using tuscany built plugins

Added:
    incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/t.bat
      - copied unchanged from r432966, incubator/tuscany/java/samples/sca/helloworldws/setup.bat
Modified:
    incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml
    incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml
    incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml
    incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml?rev=433436&r1=433435&r2=433436&view=diff
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml Mon Aug 21 17:07:46 2006
@@ -84,7 +84,7 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany.sca.plugins</groupId>
+                <groupId>org.apache.tuscany</groupId>
                 <artifactId>tuscany-plugin-wsdl2java</artifactId>
                 <executions>
                     <execution>

Modified: incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml?rev=433436&r1=433435&r2=433436&view=diff
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml Mon Aug 21 17:07:46 2006
@@ -84,7 +84,7 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany.sca.plugins</groupId>
+                <groupId>org.apache.tuscany</groupId>
                 <artifactId>tuscany-plugin-wsdl2java</artifactId>
                 <executions>
                     <execution>

Modified: incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml?rev=433436&r1=433435&r2=433436&view=diff
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml Mon Aug 21 17:07:46 2006
@@ -118,7 +118,7 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany.sca.plugins</groupId>
+                <groupId>org.apache.tuscany</groupId>
                 <artifactId>tuscany-plugin-wsdl2java</artifactId>
                 <executions>
                     <execution>

Modified: incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/src/main/webapp/WEB-INF/web.xml?rev=433436&r1=433435&r2=433436&view=diff
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/src/main/webapp/WEB-INF/web.xml Mon Aug 21 17:07:46 2006
@@ -1,25 +1,29 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
-
-  Licensed 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.
- -->
+ * 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.    
+-->
 
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
 Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 <web-app>
-    <display-name>Tuscany Interop Test Server</display-name>
-      <context-param>
+  <display-name>Tuscany Interop Test Server</display-name>
+
+  <context-param>
      <param-name>systemScdlPath</param-name>
      <param-value>/META-INF/sca/webapp.system.scdl</param-value>
   </context-param>
@@ -28,7 +32,7 @@
      <param-name>applicationScdlPath</param-name>
      <param-value>/META-INF/sca/default.scdl</param-value>
   </context-param>
-    
+
   <listener>
      <listener-class>org.apache.tuscany.runtime.webapp.TuscanyContextListener</listener-class>
   </listener>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org