You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/09/23 11:24:46 UTC

git commit: Changes for adding DISCLAIMER to ditributions

Updated Branches:
  refs/heads/3.0.0-incubating ed3a75e7f -> 66dc317ab


Changes for adding DISCLAIMER to ditributions


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/66dc317a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/66dc317a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/66dc317a

Branch: refs/heads/3.0.0-incubating
Commit: 66dc317ab457097b5ade7f1f39be56db39bfbf34
Parents: ed3a75e
Author: Lahiru Sandaruwan <la...@wso2.com>
Authored: Mon Sep 23 14:59:40 2013 +0530
Committer: Lahiru Sandaruwan <la...@wso2.com>
Committed: Mon Sep 23 14:59:40 2013 +0530

----------------------------------------------------------------------
 .../modules/distribution/src/main/assembly/bin.xml  |  6 ++++++
 .../distribution/src/main/disclaimer/DISCLAIMER     | 16 ++++++++++++++++
 .../modules/distribution/src/main/assembly/bin.xml  |  6 ++++++
 .../distribution/src/main/disclaimer/DISCLAIMER     | 16 ++++++++++++++++
 .../modules/distribution/src/main/assembly/bin.xml  |  6 ++++++
 .../distribution/src/main/disclaimer/DISCLAIMER     | 16 ++++++++++++++++
 .../distribution/src/main/assembly/bin.xml          |  6 ++++++
 .../distribution/src/main/disclaimer/DISCLAIMER     | 16 ++++++++++++++++
 .../modules/distribution/src/assembly/bin.xml       |  6 ++++++
 .../distribution/src/main/disclaimer/DISCLAIMER     | 16 ++++++++++++++++
 10 files changed, 110 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/cloud-controller/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/distribution/src/main/assembly/bin.xml b/products/cloud-controller/modules/distribution/src/main/assembly/bin.xml
index e5218d5..62ec53e 100644
--- a/products/cloud-controller/modules/distribution/src/main/assembly/bin.xml
+++ b/products/cloud-controller/modules/distribution/src/main/assembly/bin.xml
@@ -285,6 +285,12 @@
             <fileMode>644</fileMode>
         </file>
         <file>
+            <source>src/main/disclaimer/DISCLAIMER</source>
+            <outputDirectory>apache-stratos-cc-${pom.version}</outputDirectory>
+            <filtered>true</filtered>
+            <fileMode>644</fileMode>
+        </file>
+        <file>
             <source>../../README.txt</source>
             <outputDirectory>apache-stratos-cc-${pom.version}</outputDirectory>
             <filtered>true</filtered>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/cloud-controller/modules/distribution/src/main/disclaimer/DISCLAIMER
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/distribution/src/main/disclaimer/DISCLAIMER b/products/cloud-controller/modules/distribution/src/main/disclaimer/DISCLAIMER
new file mode 100644
index 0000000..9e11e9f
--- /dev/null
+++ b/products/cloud-controller/modules/distribution/src/main/disclaimer/DISCLAIMER
@@ -0,0 +1,16 @@
+Apache Stratos is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.
+
+For more information about the incubation status of the Apache Stratos project you
+can go to the following page:
+
+http://incubator.apache.org/projects/stratos.html
+http://stratos.incubator.apache.org

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/elb/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/elb/modules/distribution/src/main/assembly/bin.xml b/products/elb/modules/distribution/src/main/assembly/bin.xml
index 349ea06..5727879 100755
--- a/products/elb/modules/distribution/src/main/assembly/bin.xml
+++ b/products/elb/modules/distribution/src/main/assembly/bin.xml
@@ -265,6 +265,12 @@
             <fileMode>644</fileMode>
         </file>
         <file>
+            <source>src/main/disclaimer/DISCLAIMER</source>
+            <outputDirectory>apache-stratos-elb-${pom.version}</outputDirectory>
+            <filtered>true</filtered>
+            <fileMode>644</fileMode>
+        </file>
+        <file>
             <source>../../README.txt</source>
             <outputDirectory>apache-stratos-elb-${pom.version}</outputDirectory>
             <filtered>true</filtered>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/elb/modules/distribution/src/main/disclaimer/DISCLAIMER
----------------------------------------------------------------------
diff --git a/products/elb/modules/distribution/src/main/disclaimer/DISCLAIMER b/products/elb/modules/distribution/src/main/disclaimer/DISCLAIMER
new file mode 100644
index 0000000..9e11e9f
--- /dev/null
+++ b/products/elb/modules/distribution/src/main/disclaimer/DISCLAIMER
@@ -0,0 +1,16 @@
+Apache Stratos is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.
+
+For more information about the incubation status of the Apache Stratos project you
+can go to the following page:
+
+http://incubator.apache.org/projects/stratos.html
+http://stratos.incubator.apache.org

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/stratos-agent/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/stratos-agent/modules/distribution/src/main/assembly/bin.xml b/products/stratos-agent/modules/distribution/src/main/assembly/bin.xml
index 2be5c92..416078f 100755
--- a/products/stratos-agent/modules/distribution/src/main/assembly/bin.xml
+++ b/products/stratos-agent/modules/distribution/src/main/assembly/bin.xml
@@ -162,6 +162,12 @@
             <fileMode>644</fileMode>
         </file>
         <file>
+            <source>src/main/disclaimer/DISCLAIMER</source>
+            <outputDirectory>apache-stratos-agent-${pom.version}</outputDirectory>
+            <filtered>true</filtered>
+            <fileMode>644</fileMode>
+        </file>
+        <file>
             <source>../../README.txt</source>
             <outputDirectory>apache-stratos-agent-${pom.version}</outputDirectory>
             <filtered>true</filtered>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/stratos-agent/modules/distribution/src/main/disclaimer/DISCLAIMER
----------------------------------------------------------------------
diff --git a/products/stratos-agent/modules/distribution/src/main/disclaimer/DISCLAIMER b/products/stratos-agent/modules/distribution/src/main/disclaimer/DISCLAIMER
new file mode 100644
index 0000000..9e11e9f
--- /dev/null
+++ b/products/stratos-agent/modules/distribution/src/main/disclaimer/DISCLAIMER
@@ -0,0 +1,16 @@
+Apache Stratos is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.
+
+For more information about the incubation status of the Apache Stratos project you
+can go to the following page:
+
+http://incubator.apache.org/projects/stratos.html
+http://stratos.incubator.apache.org

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/stratos-cli/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/stratos-cli/distribution/src/main/assembly/bin.xml b/products/stratos-cli/distribution/src/main/assembly/bin.xml
index dc44379..9a1b938 100644
--- a/products/stratos-cli/distribution/src/main/assembly/bin.xml
+++ b/products/stratos-cli/distribution/src/main/assembly/bin.xml
@@ -67,5 +67,11 @@
             <filtered>true</filtered>
             <fileMode>644</fileMode>
         </file>
+         <file>
+            <source>src/main/disclaimer/DISCLAIMER</source>
+            <outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
+            <filtered>true</filtered>
+            <fileMode>644</fileMode>
+        </file>
     </files>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/stratos-cli/distribution/src/main/disclaimer/DISCLAIMER
----------------------------------------------------------------------
diff --git a/products/stratos-cli/distribution/src/main/disclaimer/DISCLAIMER b/products/stratos-cli/distribution/src/main/disclaimer/DISCLAIMER
new file mode 100644
index 0000000..9e11e9f
--- /dev/null
+++ b/products/stratos-cli/distribution/src/main/disclaimer/DISCLAIMER
@@ -0,0 +1,16 @@
+Apache Stratos is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.
+
+For more information about the incubation status of the Apache Stratos project you
+can go to the following page:
+
+http://incubator.apache.org/projects/stratos.html
+http://stratos.incubator.apache.org

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/stratos-controller/modules/distribution/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/distribution/src/assembly/bin.xml b/products/stratos-controller/modules/distribution/src/assembly/bin.xml
index 573564e..b4a00e1 100755
--- a/products/stratos-controller/modules/distribution/src/assembly/bin.xml
+++ b/products/stratos-controller/modules/distribution/src/assembly/bin.xml
@@ -408,6 +408,12 @@
             <filtered>true</filtered>
             <fileMode>644</fileMode>
         </file>
+         <file>
+            <source>src/main/disclaimer/DISCLAIMER</source>
+            <outputDirectory>apache-stratos-sc-${pom.version}</outputDirectory>
+            <filtered>true</filtered>
+            <fileMode>644</fileMode>
+        </file>
         <file>
             <source>../../conf/datasources.properties</source>
             <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/66dc317a/products/stratos-controller/modules/distribution/src/main/disclaimer/DISCLAIMER
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/distribution/src/main/disclaimer/DISCLAIMER b/products/stratos-controller/modules/distribution/src/main/disclaimer/DISCLAIMER
new file mode 100644
index 0000000..9e11e9f
--- /dev/null
+++ b/products/stratos-controller/modules/distribution/src/main/disclaimer/DISCLAIMER
@@ -0,0 +1,16 @@
+Apache Stratos is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.
+
+For more information about the incubation status of the Apache Stratos project you
+can go to the following page:
+
+http://incubator.apache.org/projects/stratos.html
+http://stratos.incubator.apache.org