You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2006/10/06 19:02:46 UTC

svn commit: r453728 [2/2] - in /incubator/yoko/trunk: ./ api/ bindings/ bindings/src/main/java/org/apache/yoko/bindings/corba/ bindings/src/test/java/org/apache/schemas/yoko/idl/parammodes/ bindings/src/test/java/org/apache/yoko/bindings/corba/types/ b...

Modified: incubator/yoko/trunk/bindings/src/test/resources/wsdl/Nested.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/resources/wsdl/Nested.wsdl?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/resources/wsdl/Nested.wsdl (original)
+++ incubator/yoko/trunk/bindings/src/test/resources/wsdl/Nested.wsdl Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
 <?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
  targetNamespace="http://yoko.apache.org/nested"
  xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/yoko/trunk/bindings/src/test/resources/wsdl/ParamModes.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/resources/wsdl/ParamModes.wsdl?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/resources/wsdl/ParamModes.wsdl (original)
+++ incubator/yoko/trunk/bindings/src/test/resources/wsdl/ParamModes.wsdl Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="US-ASCII"?>
+<!--
+ * 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 targetNamespace="http://schemas.apache.org/yoko/idl/ParamModes" xmlns:tns="http://schemas.apache.org/yoko/idl/ParamModes" xmlns:corba="http://schemas.apache.org/yoko/bindings/corba" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
 <corba:typeMapping targetNamespace="http://schemas.apache.org/yoko/idl/ParamModes/typemap" />  <wsdl:types>
     <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://schemas.apache.org/yoko/idl/ParamModes" xmlns="http://schemas.apache.org/yoko/idl/ParamModes" xmlns:xs="http://www.w3.org/2001/XMLSchema">

Modified: incubator/yoko/trunk/bindings/src/test/resources/wsdl/StaxTest.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/resources/wsdl/StaxTest.wsdl?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/resources/wsdl/StaxTest.wsdl (original)
+++ incubator/yoko/trunk/bindings/src/test/resources/wsdl/StaxTest.wsdl Fri Oct  6 12:02:41 2006
@@ -1,4 +1,24 @@
 <?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.
+-->
+
 <!-- To be replace by a Yoko generated IDLtoWSDL once types supported -->
 <definitions
  targetNamespace="http://yoko.apache.org/StaxTest"

Modified: incubator/yoko/trunk/bindings/src/test/resources/wsdl/simpleIdl.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/src/test/resources/wsdl/simpleIdl.wsdl?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/bindings/src/test/resources/wsdl/simpleIdl.wsdl (original)
+++ incubator/yoko/trunk/bindings/src/test/resources/wsdl/simpleIdl.wsdl Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
 <?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.
+-->
+
 <!-- Generated by <idltowsdl> Tool. Version 3.0.2 -->
 <definitions
  targetNamespace="http://yoko.apache.org/simple"

Modified: incubator/yoko/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/build.xml (original)
+++ incubator/yoko/trunk/build.xml Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+<?xml version="1.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.
+-->
 <project name="Yoko">
     
     <target name="setup.eclipse">

Modified: incubator/yoko/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/checkstyle.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/checkstyle.xml (original)
+++ incubator/yoko/trunk/checkstyle.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +1,22 @@
 <?xml version="1.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.
+-->
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

Modified: incubator/yoko/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/pom.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/pom.xml (original)
+++ incubator/yoko/trunk/core/pom.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +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.
+-->
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.yoko</groupId>

Modified: incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OB/CodeBaseProxy.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OB/CodeBaseProxy.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OB/CodeBaseProxy.java (original)
+++ incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OB/CodeBaseProxy.java Fri Oct  6 12:02:41 2006
@@ -1,12 +1,19 @@
-// **********************************************************************
-//
-// Copyright (c) 2006
-// Trifork
-//
-// All Rights Reserved
-//
-// Licensed to apache under Apache 2.0 License - 2006
-// **********************************************************************
+/*
+ *  Copyright 2006 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.
+ */
+
 package org.apache.yoko.orb.OB;
 
 import org.apache.yoko.orb.CORBA.InputStream;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractCollocTestBase.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractCollocTestBase.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractCollocTestBase.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractCollocTestBase.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,20 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
+
 package org.apache.yoko;
 
 import junit.framework.TestSuite;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractMatrixOrbTestBase.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractMatrixOrbTestBase.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractMatrixOrbTestBase.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/AbstractMatrixOrbTestBase.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,20 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
+
 package org.apache.yoko;
 
 import java.io.File;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/CodeSetTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/CodeSetTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/CodeSetTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/CodeSetTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 public class CodeSetTest extends AbstractOrbTestBase {

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/InsTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/InsTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/InsTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/InsTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 public class InsTest extends AbstractOrbTestBase {

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/LocalTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/LocalTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/LocalTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/LocalTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 public class LocalTest extends AbstractOrbTestBase {

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/ObvTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/ObvTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/ObvTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/ObvTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 import java.io.File;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PiTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PiTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PiTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PiTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 import java.io.File;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PoaTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PoaTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PoaTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/PoaTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 import java.io.File;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/RetryTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/RetryTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/RetryTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/RetryTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 import java.io.File;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/TypesTest.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/TypesTest.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/TypesTest.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/TypesTest.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko;
 
 public class TypesTest extends AbstractOrbTestBase {

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/ProcessManager.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/ProcessManager.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/ProcessManager.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/ProcessManager.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko.processmanager;
 
 import java.rmi.RemoteException;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessAgent.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessAgent.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessAgent.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessAgent.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko.processmanager.internal;
 
 import java.rmi.Remote;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessManagerRemoteIF.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessManagerRemoteIF.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessManagerRemoteIF.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/ProcessManagerRemoteIF.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko.processmanager.internal;
 
 import java.rmi.Remote;

Modified: incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/Util.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/Util.java?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/Util.java (original)
+++ incubator/yoko/trunk/core/src/test/java/org/apache/yoko/processmanager/internal/Util.java Fri Oct  6 12:02:41 2006
@@ -1,3 +1,19 @@
+/**
+ *
+ * Copyright 2006 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.
+ */
 package org.apache.yoko.processmanager.internal;
 
 import java.io.BufferedReader;

Modified: incubator/yoko/trunk/core/src/test/java/test/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value=".."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/codesets/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/codesets/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/codesets/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/codesets/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/common/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/common/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/common/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/common/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/ins/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/ins/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/ins/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/ins/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/local/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/local/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/local/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/local/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/main/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/main/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/main/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/main/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/obv/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/obv/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/obv/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/obv/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/pi/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/pi/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/pi/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/pi/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/poa/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/poa/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/poa/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/poa/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/retry/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/retry/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/retry/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/retry/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/srvid
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/srvid?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/srvid (original)
+++ incubator/yoko/trunk/core/src/test/java/test/srvid Fri Oct  6 12:02:41 2006
@@ -1 +1,16 @@
+#
+#  Copyright 2006 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.
+#
 1500

Modified: incubator/yoko/trunk/core/src/test/java/test/tnaming/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/tnaming/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/tnaming/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/tnaming/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/core/src/test/java/test/types/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/types/build.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/types/build.xml (original)
+++ incubator/yoko/trunk/core/src/test/java/test/types/build.xml Fri Oct  6 12:02:41 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.
+-->
 <project name="Orbacus 4.3" default="build" basedir=".">
 
     <property name="top.dir" value="../.."/>

Modified: incubator/yoko/trunk/distribution/assembly-bin.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/assembly-bin.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/distribution/assembly-bin.xml (original)
+++ incubator/yoko/trunk/distribution/assembly-bin.xml Fri Oct  6 12:02:41 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.
+-->
 <assembly>
   <id>bin</id>
   <formats>

Modified: incubator/yoko/trunk/distribution/assembly-src.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/assembly-src.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/distribution/assembly-src.xml (original)
+++ incubator/yoko/trunk/distribution/assembly-src.xml Fri Oct  6 12:02:41 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.
+-->
 <assembly>
   <id>src</id>
   <formats>

Modified: incubator/yoko/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/pom.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/distribution/pom.xml (original)
+++ incubator/yoko/trunk/distribution/pom.xml Fri Oct  6 12:02:41 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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>

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/bank/celtix-yoko-router.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/bank/celtix-yoko-router.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/bank/celtix-yoko-router.xml (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/bank/celtix-yoko-router.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
 <?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.
+-->
+
 <!DOCTYPE beans SYSTEM "http://celtix.objectweb.org/configuration/spring/celtix-spring-beans.dtd">
 
 <beans

Modified: incubator/yoko/trunk/installSunJars
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/installSunJars?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/installSunJars (original)
+++ incubator/yoko/trunk/installSunJars Fri Oct  6 12:02:41 2006
@@ -1,3 +1,15 @@
+# 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.
+
 #!/bin/sh
 
 

Modified: incubator/yoko/trunk/installSunJars.bat
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/installSunJars.bat?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/installSunJars.bat (original)
+++ incubator/yoko/trunk/installSunJars.bat Fri Oct  6 12:02:41 2006
@@ -1,3 +1,15 @@
+@rem Licensed under the Apache License, Version 2.0 (the "License");
+@rem you may not use this file except in compliance with the License.
+@rem You may obtain a copy of the License at
+@rem 
+@rem     http://www.apache.org/licenses/LICENSE-2.0
+@rem 
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+
 @echo off
 
 if "%1" == "" goto USAGE

Modified: incubator/yoko/trunk/maven-plugins/.checkstyle
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/maven-plugins/.checkstyle?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/maven-plugins/.checkstyle (original)
+++ incubator/yoko/trunk/maven-plugins/.checkstyle Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><fileset-config file-format-version="1.1.0" simple-config="false">
+<?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.
+-->
+<fileset-config file-format-version="1.1.0" simple-config="false">
 <fileset name="all" enabled="true" check-config-name="Yoko Checks" type="external" description=""><file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
 </fileset>
 </fileset-config>

Modified: incubator/yoko/trunk/maven-plugins/.pmd
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/maven-plugins/.pmd?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/maven-plugins/.pmd (original)
+++ incubator/yoko/trunk/maven-plugins/.pmd Fri Oct  6 12:02:41 2006
@@ -1,2 +1,20 @@
 <?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.
+-->
 <pmd><useProjectRuleSet>true</useProjectRuleSet><rules/></pmd>

Modified: incubator/yoko/trunk/maven-plugins/.ruleset
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/maven-plugins/.ruleset?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/maven-plugins/.ruleset (original)
+++ incubator/yoko/trunk/maven-plugins/.ruleset Fri Oct  6 12:02:41 2006
@@ -1,4 +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.
+-->
 <ruleset name="pmd-eclipse">
   <description>PMD Plugin preferences rule set</description>
   

Modified: incubator/yoko/trunk/maven-plugins/checkstyle.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/maven-plugins/checkstyle.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/maven-plugins/checkstyle.xml (original)
+++ incubator/yoko/trunk/maven-plugins/checkstyle.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +1,22 @@
 <?xml version="1.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.
+-->
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

Modified: incubator/yoko/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/maven-plugins/pom.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/maven-plugins/pom.xml (original)
+++ incubator/yoko/trunk/maven-plugins/pom.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +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.
+-->
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.yoko</groupId>

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/pom.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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>

Modified: incubator/yoko/trunk/tools/.checkstyle
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/.checkstyle?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/tools/.checkstyle (original)
+++ incubator/yoko/trunk/tools/.checkstyle Fri Oct  6 12:02:41 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><fileset-config file-format-version="1.1.0" simple-config="false">
+<?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.
+-->
+<fileset-config file-format-version="1.1.0" simple-config="false">
 <fileset name="all" enabled="true" check-config-name="Yoko Checks" type="external" description=""><file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
 </fileset>
 </fileset-config>

Modified: incubator/yoko/trunk/tools/.pmd
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/.pmd?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/tools/.pmd (original)
+++ incubator/yoko/trunk/tools/.pmd Fri Oct  6 12:02:41 2006
@@ -1,2 +1,20 @@
 <?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.
+-->
 <pmd><useProjectRuleSet>true</useProjectRuleSet><rules/></pmd>

Modified: incubator/yoko/trunk/tools/.ruleset
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/.ruleset?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/tools/.ruleset (original)
+++ incubator/yoko/trunk/tools/.ruleset Fri Oct  6 12:02:41 2006
@@ -1,4 +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.
+-->
 <ruleset name="pmd-eclipse">
   <description>PMD Plugin preferences rule set</description>
   

Modified: incubator/yoko/trunk/tools/checkstyle.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/checkstyle.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/tools/checkstyle.xml (original)
+++ incubator/yoko/trunk/tools/checkstyle.xml Fri Oct  6 12:02:41 2006
@@ -1,4 +1,22 @@
 <?xml version="1.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.
+-->
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

Modified: incubator/yoko/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/pom.xml?view=diff&rev=453728&r1=453727&r2=453728
==============================================================================
--- incubator/yoko/trunk/tools/pom.xml (original)
+++ incubator/yoko/trunk/tools/pom.xml Fri Oct  6 12:02:41 2006
@@ -1,3 +1,22 @@
+<?xml version="1.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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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>org.apache.yoko</groupId>