summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 08:08:47 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 08:08:47 +0000
commit0a291c66a231dd50dd655249c550215049fa7977 (patch)
treebd4ad6fd4c84b6017dc11cf566d104d9eca0c3c7 /sca-java-1.x/trunk/itest
parentf4204b89188bbb94c5524a34f780d3670eb6ff36 (diff)
Adding missing Apache License headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898220 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/itest')
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite18
-rw-r--r--sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml18
15 files changed, 270 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
index 42109ef963..179b469c69 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
@@ -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.
+-->
<composite local="true" name="cloud"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns="http://www.osoa.org/xmlns/sca/1.0"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
index 5f5fe2fc96..bf6503d8a5 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:c="http://client.scatours/"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
index 4f75d7cba2..a4575b2a49 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:c="http://tuscanyscatours.com/"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
index 4254b0d6fb..8f65860595 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:c="http://goodvaluetrips.com/"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
index 4141457795..5bc6ddf5ed 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
@@ -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.
+-->
<composite local="true" name="domain"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns="http://www.osoa.org/xmlns/sca/1.0"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
index 075c3b8693..f63c2f3dfc 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
+++ b/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
@@ -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.
+-->
<workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0">
<contribution location="file:./cloud"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
index 4b2c664ed2..eb8b5796f2 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
@@ -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.
+-->
<composite local="true" name="cloud"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns="http://www.osoa.org/xmlns/sca/1.0"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
index 509bfafac1..cc8b8ef632 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:c="http://simplecallback"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
index 1f1f0c47c2..cf33e9f975 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:c="http://simplecallback"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
index ba4d6bbf25..800eab2c57 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
@@ -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.
+-->
<composite local="true" name="domain"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns="http://www.osoa.org/xmlns/sca/1.0"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
index 6a6288e39c..c9f5f84c58 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
+++ b/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
@@ -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.
+-->
<workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0">
<contribution location="file:./cloud"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
index ca43648169..13c15479e2 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
@@ -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.
+-->
<composite local="true" name="cloud"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns="http://www.osoa.org/xmlns/sca/1.0"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
index e61fd4c1a3..5ad39494bc 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:c="http://scatours"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
index f03181ecc5..1564a5a3cb 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
+++ b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
@@ -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.
+-->
<composite local="true" name="domain"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns="http://www.osoa.org/xmlns/sca/1.0"
diff --git a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
index 9ee266671d..14b47357d3 100644
--- a/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
+++ b/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
@@ -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.
+-->
<workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0">
<contribution location="file:./cloud"