You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2006/10/11 04:32:49 UTC

svn commit: r462666 - in /incubator/cxf/trunk/test/performance: base/src/org/apache/cxf/pat/internal/ basic_type/src/org/apache/cxf/performance/basic_type/client/ basic_type/src/org/apache/cxf/performance/basic_type/server/ basic_type/wsdl/ complex_typ...

Author: ningjiang
Date: Tue Oct 10 19:32:48 2006
New Revision: 462666

URL: http://svn.apache.org/viewvc?view=rev&rev=462666
Log:
Applied Apache License to performance src and wsdl

Modified:
    incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestCaseBase.java
    incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestResult.java
    incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestRunner.java
    incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/client/Client.java
    incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/Server.java
    incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/ServerImpl.java
    incubator/cxf/trunk/test/performance/basic_type/wsdl/basic_type.wsdl
    incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/client/Client.java
    incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/Server.java
    incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/ServerImpl.java
    incubator/cxf/trunk/test/performance/complex_type/wsdl/complex_type.wsdl

Modified: incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestCaseBase.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestCaseBase.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestCaseBase.java (original)
+++ incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestCaseBase.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.pat.internal;
 
 import java.util.*;

Modified: incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestResult.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestResult.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestResult.java (original)
+++ incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestResult.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.pat.internal;
 
 

Modified: incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestRunner.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestRunner.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestRunner.java (original)
+++ incubator/cxf/trunk/test/performance/base/src/org/apache/cxf/pat/internal/TestRunner.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.pat.internal;
 
 

Modified: incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/client/Client.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/client/Client.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/client/Client.java (original)
+++ incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/client/Client.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.performance.basic_type.client;
 
 import java.io.File;

Modified: incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/Server.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/Server.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/Server.java (original)
+++ incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/Server.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.performance.basic_type.server;
 
 import javax.xml.ws.Endpoint;

Modified: incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/ServerImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/ServerImpl.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/ServerImpl.java (original)
+++ incubator/cxf/trunk/test/performance/basic_type/src/org/apache/cxf/performance/basic_type/server/ServerImpl.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.performance.basic_type.server;
 
 import java.util.logging.Logger;

Modified: incubator/cxf/trunk/test/performance/basic_type/wsdl/basic_type.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/basic_type/wsdl/basic_type.wsdl?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/basic_type/wsdl/basic_type.wsdl (original)
+++ incubator/cxf/trunk/test/performance/basic_type/wsdl/basic_type.wsdl Tue Oct 10 19:32:48 2006
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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.
+-->
 <definitions name="BaseService" targetNamespace="http://cxf.apache.org/performance/basic_type"
          xmlns="http://schemas.xmlsoap.org/wsdl/"
          xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"

Modified: incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/client/Client.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/client/Client.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/client/Client.java (original)
+++ incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/client/Client.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.performance.complex_type.client;
 
 import java.io.File;

Modified: incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/Server.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/Server.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/Server.java (original)
+++ incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/Server.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.performance.complex_type.server;
 
 import javax.xml.ws.Endpoint;

Modified: incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/ServerImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/ServerImpl.java?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/ServerImpl.java (original)
+++ incubator/cxf/trunk/test/performance/complex_type/src/org/apache/cxf/performance/complex_type/server/ServerImpl.java Tue Oct 10 19:32:48 2006
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 package org.apache.cxf.performance.complex_type.server;
 
 import java.util.logging.Logger;
@@ -5,7 +23,7 @@
 import org.apache.cxf.performance.complex_type.ComplexPortType;
 import org.apache.cxf.performance.complex_type.types.NestedComplexTypeSeq;
 
-@javax.jws.WebService(portName = "SoapPort", serviceName = "ComplexService",                                                                                
+@javax.jws.WebService(portName = "SoapPort", serviceName = "ComplexService",                                      
                       targetNamespace = "http://cxf.apache.org/performance/complex_type",
                       endpointInterface = "org.apache.cxf.performance.complex_type.ComplexPortType")
 

Modified: incubator/cxf/trunk/test/performance/complex_type/wsdl/complex_type.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/test/performance/complex_type/wsdl/complex_type.wsdl?view=diff&rev=462666&r1=462665&r2=462666
==============================================================================
--- incubator/cxf/trunk/test/performance/complex_type/wsdl/complex_type.wsdl (original)
+++ incubator/cxf/trunk/test/performance/complex_type/wsdl/complex_type.wsdl Tue Oct 10 19:32:48 2006
@@ -1,3 +1,22 @@
+<?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.
+-->
 <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
 		  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
 		  xmlns:tns="http://cxf.apache.org/performance/complex_type"