diff options
Diffstat (limited to 'sca-java-1.x/trunk/itest/workspace-manager/src')
4 files changed, 72 insertions, 2 deletions
diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml index ba8f0a4793..c9f862856f 100644 --- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml +++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml @@ -1,5 +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. +--> <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:tns="http://someuri" xmlns:ans="http://someotheruri"> diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite index 9b56f92027..e26b16cb62 100644 --- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite +++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.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:tns="http://someuri" xmlns:test="http://test" diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml index 8511d427f9..1c462196a3 100644 --- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml +++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml @@ -1,5 +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. +--> <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:tns="http://someuri" xmlns:ans="http://someotheruri"> diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite index 75c0513423..dde1226c6c 100644 --- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite +++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.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:tns="http://someuri" targetNamespace="http://contrib2" |