Repository: stratos Updated Branches: refs/heads/stratos-4.1.x d9fcd85ff -> c78f580f8
Fix license headers Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c78f580f Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c78f580f Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c78f580f Branch: refs/heads/stratos-4.1.x Commit: c78f580f8c928c40d1851b75eb4657589c835e9c Parents: d9fcd85 Author: Akila Perera <[email protected]> Authored: Tue Sep 22 19:47:09 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Tue Sep 22 19:47:09 2015 +0530 ---------------------------------------------------------------------- .../SampleApplicationStartupTestCase.java | 21 +++++++++++++++++++- .../src/test/resources/automationSchema.xsd | 21 +++++++++++++++++++- .../src/test/resources/filters.txt | 19 ++++++++++++++++++ .../src/test/resources/instrumentation.txt | 21 +++++++++++++++++++- 4 files changed, 79 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c78f580f/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/SampleApplicationStartupTestCase.java ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/SampleApplicationStartupTestCase.java b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/SampleApplicationStartupTestCase.java index a619d97..6d52df5 100644 --- a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/SampleApplicationStartupTestCase.java +++ b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/SampleApplicationStartupTestCase.java @@ -1,3 +1,22 @@ +/* + * 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.stratos.integration.tests.application; import org.apache.commons.logging.Log; @@ -193,4 +212,4 @@ public class SampleApplicationStartupTestCase extends StratosIntegrationTest { "network-partition-sample-applications-test-1", RestConstants.NETWORK_PARTITIONS_NAME); assertTrue(removedNet); } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/stratos/blob/c78f580f/products/stratos/modules/integration/test-integration/src/test/resources/automationSchema.xsd ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/resources/automationSchema.xsd b/products/stratos/modules/integration/test-integration/src/test/resources/automationSchema.xsd index c18b082..f3bc3a3 100644 --- a/products/stratos/modules/integration/test-integration/src/test/resources/automationSchema.xsd +++ b/products/stratos/modules/integration/test-integration/src/test/resources/automationSchema.xsd @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="automation_mapping.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="automation"> @@ -570,4 +589,4 @@ </xs:sequence> </xs:complexType> </xs:element> -</xs:schema> \ No newline at end of file +</xs:schema> http://git-wip-us.apache.org/repos/asf/stratos/blob/c78f580f/products/stratos/modules/integration/test-integration/src/test/resources/filters.txt ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/resources/filters.txt b/products/stratos/modules/integration/test-integration/src/test/resources/filters.txt index 0b3d4cc..ea8af98 100644 --- a/products/stratos/modules/integration/test-integration/src/test/resources/filters.txt +++ b/products/stratos/modules/integration/test-integration/src/test/resources/filters.txt @@ -1,3 +1,22 @@ +# +# 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. +# + -*.stub* -*.stub_ -*.stub_4.0.0 http://git-wip-us.apache.org/repos/asf/stratos/blob/c78f580f/products/stratos/modules/integration/test-integration/src/test/resources/instrumentation.txt ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/resources/instrumentation.txt b/products/stratos/modules/integration/test-integration/src/test/resources/instrumentation.txt index 304c1b8..0d4b2c7 100644 --- a/products/stratos/modules/integration/test-integration/src/test/resources/instrumentation.txt +++ b/products/stratos/modules/integration/test-integration/src/test/resources/instrumentation.txt @@ -1 +1,20 @@ -org.apache.stratos.* \ No newline at end of file +# +# 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. +# + +org.apache.stratos.*
