You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/03/30 00:05:34 UTC

svn commit: r523847 [3/4] - in /incubator/ode/trunk: ./ axis2-war/src/main/webapp/WEB-INF/conf/ axis2/src/main/java/org/apache/ode/axis2/ axis2/src/test/java/org/apache/ode/axis2/ axis2/src/test/resources/ bpel-api/src/main/java/org/apache/ode/bpel/evt...

Modified: incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml (original)
+++ incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
 	xmlns:pns="http://ode/bpel/unit-test" 
 	xmlns:wns="http://ode/bpel/unit-test.wsdl">

Modified: incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel (original)
+++ incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <process name="HelloWorld2"
     targetNamespace="http://ode/bpel/unit-test" 
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml (original)
+++ incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
 	xmlns:pns="http://ode/bpel/unit-test" 
 	xmlns:wns="http://ode/bpel/unit-test.wsdl">

Modified: incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel (original)
+++ incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <process name="HelloXslWorld" 
     targetNamespace="http://pxe/bpel/unit-test" 
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl (original)
+++ incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <wsdl:definitions 
     targetNamespace="http://pxe/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml (original)
+++ incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
         xmlns:pns="http://pxe/bpel/unit-test"
         xmlns:wns="http://ode/bpel/unit-test.wsdl">

Modified: incubator/ode/trunk/dao-jpa-ojpa-derby/src/main/descriptors/persistence.derby.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa-ojpa-derby/src/main/descriptors/persistence.derby.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/dao-jpa-ojpa-derby/src/main/descriptors/persistence.derby.xml (original)
+++ incubator/ode/trunk/dao-jpa-ojpa-derby/src/main/descriptors/persistence.derby.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
     <persistence-unit name="ode-unit-test-embedded">
         <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>

Modified: incubator/ode/trunk/dao-jpa-ojpa-derby/src/test/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa-ojpa-derby/src/test/resources/META-INF/persistence.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/dao-jpa-ojpa-derby/src/test/resources/META-INF/persistence.xml (original)
+++ incubator/ode/trunk/dao-jpa-ojpa-derby/src/test/resources/META-INF/persistence.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
     <persistence-unit name="ode-unit-test-embedded">
         <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>

Modified: incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/BPELDAOConnectionFactoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/BPELDAOConnectionFactoryImpl.java?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/BPELDAOConnectionFactoryImpl.java (original)
+++ incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/BPELDAOConnectionFactoryImpl.java Thu Mar 29 15:05:15 2007
@@ -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.ode.dao.jpa;
 
 import org.apache.commons.logging.Log;

Modified: incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/CorrSetProperty.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/CorrSetProperty.java?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/CorrSetProperty.java (original)
+++ incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/CorrSetProperty.java Thu Mar 29 15:05:15 2007
@@ -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.ode.dao.jpa;
 
 import javax.persistence.Basic;

Modified: incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/OpenJPADAO.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/OpenJPADAO.java?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/OpenJPADAO.java (original)
+++ incubator/ode/trunk/dao-jpa/src/main/java/org/apache/ode/dao/jpa/OpenJPADAO.java Thu Mar 29 15:05:15 2007
@@ -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.ode.dao.jpa;
 
 import org.apache.openjpa.persistence.OpenJPAPersistence;

Modified: incubator/ode/trunk/dao-jpa/src/main/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa/src/main/resources/META-INF/persistence.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/dao-jpa/src/main/resources/META-INF/persistence.xml (original)
+++ incubator/ode/trunk/dao-jpa/src/main/resources/META-INF/persistence.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              version="1.0">

Modified: incubator/ode/trunk/distro-axis2/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/build.xml (original)
+++ incubator/ode/trunk/distro-axis2/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="ODE" default="stage">
 

Modified: incubator/ode/trunk/distro-axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/pom.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/pom.xml (original)
+++ incubator/ode/trunk/distro-axis2/pom.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <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">
     <groupId>org.apache.ode</groupId>
     <artifactId>distro-axis2</artifactId>

Modified: incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerMain.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerMain.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerMain.bpel (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerMain.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <process name="DynPartnerMain"
          targetNamespace="http://ode/bpel/unit-test"

Modified: incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerResponder.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerResponder.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerResponder.bpel (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/DynPartner/DynPartnerResponder.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <process name="DynPartnerResponder"
          targetNamespace="http://ode/bpel/responder"

Modified: incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Main.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Main.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Main.wsdl (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Main.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <wsdl:definitions
     targetNamespace="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Responder.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Responder.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Responder.wsdl (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/DynPartner/Responder.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <wsdl:definitions
         targetNamespace="http://ode/bpel/responder.wsdl"

Modified: incubator/ode/trunk/distro-axis2/src/examples/DynPartner/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/DynPartner/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/DynPartner/deploy.xml (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/DynPartner/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
 	xmlns:main="http://ode/bpel/unit-test" 
 	xmlns:mws="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.bpel (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <process name="HelloWorld2"
     targetNamespace="http://ode/bpel/unit-test" 
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.wsdl (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/HelloWorld2.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <wsdl:definitions 
     targetNamespace="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/deploy.xml (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
 	xmlns:pns="http://ode/bpel/unit-test" 
 	xmlns:wns="http://ode/bpel/unit-test.wsdl">

Modified: incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.bpel (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <process name="MagicSessionMain"
          targetNamespace="http://ode/bpel/unit-test"

Modified: incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.wsdl (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Main.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <wsdl:definitions
         targetNamespace="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Responder.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Responder.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Responder.bpel (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/MagicSession/Responder.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 
 <process name="MagicSessionResponder"
          targetNamespace="http://ode/bpel/responder"

Modified: incubator/ode/trunk/distro-axis2/src/examples/MagicSession/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/MagicSession/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/MagicSession/deploy.xml (original)
+++ incubator/ode/trunk/distro-axis2/src/examples/MagicSession/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
 	xmlns:main="http://ode/bpel/unit-test" 
 	xmlns:mws="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/distro-axis2/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/main/assembly/assembly.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/main/assembly/assembly.xml (original)
+++ incubator/ode/trunk/distro-axis2/src/main/assembly/assembly.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <assembly>
     <id></id>
     <formats>

Modified: incubator/ode/trunk/distro-jbi/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="ODE" default="stage">
 

Modified: incubator/ode/trunk/distro-jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/pom.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/pom.xml (original)
+++ incubator/ode/trunk/distro-jbi/pom.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <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">
     <groupId>org.apache.ode</groupId>
     <artifactId>distro-jbi</artifactId>

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/HelloWorld2-RPC.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/HelloWorld2-RPC.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/HelloWorld2-RPC.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/HelloWorld2-RPC.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Hello"
         targetNamespace="urn:/HelloWorld2-RPC.wsdl"
         xmlns:tns="urn:/HelloWorld2-RPC.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-http/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="HelloWorld2-RPC-HTTP" default="service-unit">
     
     <import file="../../base-su.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <process name="HelloWorld2-RPC"
         targetNamespace="urn:/HelloWorld2-RPC.bpel"
         xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/HelloWorld2-RPC.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Hello"
         targetNamespace="urn:/HelloWorld2-RPC.wsdl"
         xmlns:tns="urn:/HelloWorld2-RPC.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="HelloWorld2-RPC-Process" default="service-unit">
 
     <import file="../../base-su.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/deploy.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/HelloWorld2-RPC-process/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
         xmlns:pns="urn:/HelloWorld2-RPC.bpel"
         xmlns:sns="urn:/HelloWorld2-RPC.wsdl">

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="HelloWorld2-RPC" default="assembly">
 
     <import file="../base-sa.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/jbi.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/jbi.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/jbi.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <jbi version="1.0" xmlns="http://java.sun.com/xml/ns/jbi">
   <service-assembly>
     <identification>

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/HelloWorld2.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/HelloWorld2.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/HelloWorld2.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Hello"
         targetNamespace="urn:/HelloWorld2.wsdl"
         xmlns:tns="urn:/HelloWorld2.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-http/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="HelloWorld2-HTTP" default="service-unit">
     
     <import file="../../base-su.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.bpel (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <process name="HelloWorld2"
         targetNamespace="urn:/HelloWorld2.bpel"
         xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Hello"
         targetNamespace="urn:/HelloWorld2.wsdl"
         xmlns:tns="urn:/HelloWorld2.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="HelloWorld2-Process" default="service-unit">
 
     <import file="../../base-su.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/deploy.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/HelloWorld2-process/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
 	xmlns:pns="urn:/HelloWorld2.bpel"
         xmlns:sns="urn:/HelloWorld2.wsdl" >

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="HelloWorld2" default="assembly">
 
     <import file="../base-sa.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/jbi.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/jbi.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/jbi.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <jbi version="1.0" xmlns="http://java.sun.com/xml/ns/jbi">
   <service-assembly>
     <identification>

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="PingPong" default="assembly">
 
     <import file="../base-sa.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/jbi.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/jbi.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/jbi.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <jbi version="1.0" xmlns="http://java.sun.com/xml/ns/jbi">
   <service-assembly>
     <identification>

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/Ping.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/Ping.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/Ping.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/Ping.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Ping"
         targetNamespace="urn:/Ping.wsdl"
         xmlns:tns="urn:/Ping.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping-http/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="Ping-HTTP" default="service-unit">
     <import file="../../base-su.xml" />
 </project>

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.bpel (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <process
         name="Ping"
         xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Ping.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Ping"
         targetNamespace="urn:/Ping.wsdl"
         xmlns:tns="urn:/Ping.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Pong.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Pong.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Pong.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/Pong.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Pong"
         targetNamespace="urn:/Pong.wsdl"
         xmlns:tns="urn:/Pong.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="Ping-Process" default="service-unit">
 
     <import file="../../base-su.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/deploy.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/ping/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
         xmlns:process="urn:/Ping.bpel"
         xmlns:ping="urn:/Ping.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.bpel?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.bpel (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.bpel Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <process
         name="Pong"
         xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.wsdl?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.wsdl (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/Pong.wsdl Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <definitions name="Pong"
         targetNamespace="urn:/Pong.wsdl"
         xmlns:tns="urn:/Pong.wsdl"

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/build.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/build.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/build.xml Thu Mar 29 15:05:15 2007
@@ -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 name="Pong-Process" default="service-unit">
 
     <import file="../../base-su.xml" />

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/deploy.xml?view=diff&rev=523847&r1=523846&r2=523847
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/deploy.xml (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/pong/deploy.xml Thu Mar 29 15:05:15 2007
@@ -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.
+  -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
         xmlns:process="urn:/Pong.bpel"
         xmlns:pong="urn:/Pong.wsdl">