Author: lresende
Date: Tue Jan 12 08:08:47 2010
New Revision: 898220
URL: http://svn.apache.org/viewvc?rev=898220&view=rev
Log:
Adding missing Apache License headers
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
Tue Jan 12 08:08:47 2010
@@ -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/"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite
Tue Jan 12 08:08:47 2010
@@ -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/"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite
Tue Jan 12 08:08:47 2010
@@ -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/"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
Tue Jan 12 08:08:47 2010
@@ -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"
Modified:
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml?rev=898220&r1=898219&r2=898220&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
(original)
+++
tuscany/sca-java-1.x/trunk/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
Tue Jan 12 08:08:47 2010
@@ -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"