You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/21 12:38:06 UTC

[1/2] git commit: include DISCLAIMER in distributed jars and tars

Updated Branches:
  refs/heads/master 68151c3e7 -> 6b8283253


include DISCLAIMER in distributed jars and tars


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/6b828325
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/6b828325
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/6b828325

Branch: refs/heads/master
Commit: 6b8283253bc96aa26a8f152db4b049bb493e2bfd
Parents: 778dafa
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 21 12:37:57 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 21 12:37:57 2012 +0100

----------------------------------------------------------------------
 helix-admin-webapp/DISCLAIMER                |   15 +++++++++++++++
 helix-admin-webapp/pom.xml                   |    8 ++++++++
 helix-admin-webapp/src/assemble/assembly.xml |    1 +
 helix-core/DISCLAIMER                        |   15 +++++++++++++++
 helix-core/pom.xml                           |   13 +++++++++++++
 helix-core/src/assemble/assembly.xml         |    1 +
 6 files changed, 53 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6b828325/helix-admin-webapp/DISCLAIMER
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/DISCLAIMER b/helix-admin-webapp/DISCLAIMER
new file mode 100644
index 0000000..2001d31
--- /dev/null
+++ b/helix-admin-webapp/DISCLAIMER
@@ -0,0 +1,15 @@
+Apache Helix 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 Helix project you
+can go to the following page:
+
+http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6b828325/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index f4ef7ec..23e91f0 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -73,6 +73,14 @@ under the License.
     </dependency>
   </dependencies>
   <build>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <includes>
+          <include>DISCLAIMER</include>
+        </includes>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6b828325/helix-admin-webapp/src/assemble/assembly.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/src/assemble/assembly.xml b/helix-admin-webapp/src/assemble/assembly.xml
index 771ac2e..56e4545 100644
--- a/helix-admin-webapp/src/assemble/assembly.xml
+++ b/helix-admin-webapp/src/assemble/assembly.xml
@@ -42,6 +42,7 @@
       <includes>
         <include>LICENSE</include>
         <include>NOTICE</include>
+        <include>DISCLAIMER</include>
       </includes>
       <fileMode>0755</fileMode>
     </fileSet>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6b828325/helix-core/DISCLAIMER
----------------------------------------------------------------------
diff --git a/helix-core/DISCLAIMER b/helix-core/DISCLAIMER
new file mode 100644
index 0000000..2001d31
--- /dev/null
+++ b/helix-core/DISCLAIMER
@@ -0,0 +1,15 @@
+Apache Helix 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 Helix project you
+can go to the following page:
+
+http://incubator.apache.org/projects/helix.html

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6b828325/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index a5a25fd..65b2989 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -30,6 +30,8 @@ under the License.
 
   <name>Apache Helix :: Core</name>
 
+
+
   <dependencies>
     <dependency>
       <groupId>log4j</groupId>
@@ -127,6 +129,17 @@ under the License.
     </dependency>
   </dependencies>
   <build>
+    <resources>
+      <resource>
+        <directory>${basedir}/src/main/resources</directory>
+      </resource>
+      <resource>
+        <directory>${basedir}</directory>
+        <includes>
+          <include>DISCLAIMER</include>
+        </includes>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6b828325/helix-core/src/assemble/assembly.xml
----------------------------------------------------------------------
diff --git a/helix-core/src/assemble/assembly.xml b/helix-core/src/assemble/assembly.xml
index e52997e..cd08a32 100644
--- a/helix-core/src/assemble/assembly.xml
+++ b/helix-core/src/assemble/assembly.xml
@@ -44,6 +44,7 @@ under the License.
       <includes>
         <include>LICENSE</include>
         <include>NOTICE</include>
+        <include>DISCLAIMER</include>
       </includes>
       <fileMode>0755</fileMode>
     </fileSet>