Updated Branches: refs/heads/remove-disclaimer 8c665a34a -> cd209f335
Also removing DISCLAIMER reference from assemblies Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/cd209f33 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/cd209f33 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/cd209f33 Branch: refs/heads/remove-disclaimer Commit: cd209f335a64515861e61234e26531f192ebbd95 Parents: 8c665a3 Author: Andrew Phillips <[email protected]> Authored: Thu Nov 21 13:31:52 2013 -0500 Committer: Andrew Phillips <[email protected]> Committed: Thu Nov 21 13:31:52 2013 -0500 ---------------------------------------------------------------------- assembly/src/main/assembly/unix.xml | 7 ------- assembly/src/main/assembly/win.xml | 7 ------- 2 files changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/cd209f33/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/cd209f33/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>
