Updated Branches: refs/heads/1.6.x 8c79afc14 -> 778f7993a
JCLOUDS-387: Removing DISCLAIMER file and assembly references now that jclouds has graduated Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/e769c5b7 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/e769c5b7 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/e769c5b7 Branch: refs/heads/1.6.x Commit: e769c5b7bea5a109c0d5dbb17adfea277d946992 Parents: 8c79afc Author: Andrew Phillips <[email protected]> Authored: Thu Nov 21 13:07:08 2013 -0500 Committer: Andrew Gaul <[email protected]> Committed: Thu Nov 21 13:03:34 2013 -0800 ---------------------------------------------------------------------- DISCLAIMER | 16 ---------------- assembly/src/main/assembly/unix.xml | 7 ------- assembly/src/main/assembly/win.xml | 7 ------- 3 files changed, 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/e769c5b7/DISCLAIMER ---------------------------------------------------------------------- diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index 930418e..0000000 --- a/DISCLAIMER +++ /dev/null @@ -1,16 +0,0 @@ -Apache jclouds 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 jclouds project you -can go to the following page: - -http://incubator.apache.org/projects/jclouds.html -http://jclouds.incubator.apache.org http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/e769c5b7/assembly/src/main/assembly/unix.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/assembly/unix.xml b/assembly/src/main/assembly/unix.xml index 2b3da8f..0c00ed6 100644 --- a/assembly/src/main/assembly/unix.xml +++ b/assembly/src/main/assembly/unix.xml @@ -125,13 +125,6 @@ <fileMode>0755</fileMode> <lineEnding>unix</lineEnding> </file> - <file> - <source>${basedir}/../DISCLAIMER</source> - <outputDirectory>/</outputDirectory> - <destName>DISCLAIMER</destName> - <lineEnding>dos</lineEnding> - <fileMode>0644</fileMode> - </file> </files> <dependencySets> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/e769c5b7/assembly/src/main/assembly/win.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/assembly/win.xml b/assembly/src/main/assembly/win.xml index d5b27b5..df3d11b 100644 --- a/assembly/src/main/assembly/win.xml +++ b/assembly/src/main/assembly/win.xml @@ -123,13 +123,6 @@ <lineEnding>dos</lineEnding> <fileMode>0644</fileMode> </file> - <file> - <source>${basedir}/../DISCLAIMER</source> - <outputDirectory>/</outputDirectory> - <destName>DISCLAIMER</destName> - <lineEnding>dos</lineEnding> - <fileMode>0644</fileMode> - </file> </files> <dependencySets>
