Updated Branches: refs/heads/remove-disclaimer cd209f335 -> 42df8d86a (forced update)
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/42df8d86 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/42df8d86 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/42df8d86 Branch: refs/heads/remove-disclaimer Commit: 42df8d86a88359d481fc385daf1619570322fc76 Parents: 8b29ca7 Author: Andrew Phillips <[email protected]> Authored: Thu Nov 21 13:07:08 2013 -0500 Committer: Andrew Phillips <[email protected]> Committed: Thu Nov 21 15:43:06 2013 -0500 ---------------------------------------------------------------------- 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/42df8d86/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/42df8d86/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/42df8d86/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>
