You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2015/04/09 00:12:44 UTC

jclouds-cli git commit: Fixing reference to branding bundle in the CLI assembly

Repository: jclouds-cli
Updated Branches:
  refs/heads/fix-branding [created] 7ff46dd4c


Fixing reference to branding bundle in the CLI assembly

Follow-up to 01dcca14


Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/7ff46dd4
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/7ff46dd4
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/7ff46dd4

Branch: refs/heads/fix-branding
Commit: 7ff46dd4cb0f88c472d04c950a974ad50cf91cc6
Parents: 1f7f6dd
Author: Andrew Phillips <an...@apache.org>
Authored: Wed Apr 8 18:11:49 2015 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Apr 8 18:11:49 2015 -0400

----------------------------------------------------------------------
 assembly/src/main/assembly/unix.xml | 2 +-
 assembly/src/main/assembly/win.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/7ff46dd4/assembly/src/main/assembly/unix.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/unix.xml b/assembly/src/main/assembly/unix.xml
index 66f2dc7..0de1193 100644
--- a/assembly/src/main/assembly/unix.xml
+++ b/assembly/src/main/assembly/unix.xml
@@ -133,7 +133,7 @@
             <outputFileNameMapping>jclouds-version.jar</outputFileNameMapping>
             <fileMode>0644</fileMode>
             <includes>
-                <include>org.apache.jclouds.cli:branding</include>
+                <include>org.apache.jclouds.cli:jclouds-cli-branding</include>
             </includes>
             <useTransitiveDependencies>false</useTransitiveDependencies>
         </dependencySet>

http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/7ff46dd4/assembly/src/main/assembly/win.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/win.xml b/assembly/src/main/assembly/win.xml
index fc46e34..bbbdc02 100644
--- a/assembly/src/main/assembly/win.xml
+++ b/assembly/src/main/assembly/win.xml
@@ -131,7 +131,7 @@
             <outputFileNameMapping>jclouds-version.jar</outputFileNameMapping>
             <fileMode>0644</fileMode>
             <includes>
-                <include>org.apache.jclouds.cli:branding</include>
+                <include>org.apache.jclouds.cli:jclouds-cli-branding</include>
             </includes>
             <useTransitiveDependencies>false</useTransitiveDependencies>
         </dependencySet>