You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/04/11 00:26:28 UTC

[47/54] [abbrv] git commit: updated refs/heads/affinity_groups to 6ec7e25

Remove some non-oss dependencies we don't use anymore


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ec7583e2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ec7583e2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ec7583e2

Branch: refs/heads/affinity_groups
Commit: ec7583e2a5162bbba2f184106dbbc1dbd833abbc
Parents: 6bec37d
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Wed Apr 10 16:33:23 2013 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Wed Apr 10 16:34:31 2013 +0200

----------------------------------------------------------------------
 deps/install-non-oss.sh |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ec7583e2/deps/install-non-oss.sh
----------------------------------------------------------------------
diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh
index 74575a8..0bf8e48 100755
--- a/deps/install-non-oss.sh
+++ b/deps/install-non-oss.sh
@@ -17,7 +17,6 @@
 # under the License.
 
 mvn install:install-file -Dfile=cloud-iControl.jar      -DgroupId=com.cloud.com.f5     -DartifactId=icontrol        -Dversion=1.0   -Dpackaging=jar
-mvn install:install-file -Dfile=cloud-netscaler.jar     -DgroupId=com.cloud.com.citrix -DartifactId=netscaler       -Dversion=1.0   -Dpackaging=jar
 mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx   -Dversion=1.0   -Dpackaging=jar
 
 # From http://support.netapp.com/  (not available online, contact your support representative)
@@ -25,18 +24,6 @@ mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.
 if [ -e cloud-manageontap.jar ]; then mv cloud-manageontap.jar manageontap.jar;  fi
 mvn install:install-file -Dfile=manageontap.jar   -DgroupId=com.cloud.com.netapp -DartifactId=manageontap     -Dversion=4.0   -Dpackaging=jar
 
-# From https://my.vmware.com/group/vmware/get-download?downloadGroup=VSDK41
-# Version: 4.1, Release-date: 2010-07-13, Build: 257238 
-if [ -e vmware-apputils.jar ]; then mv vmware-apputils.jar  apputils.jar;  fi
-if [ -e vmware-vim.jar ];      then mv vmware-vim.jar       vim.jar;       fi
-if [ -e vmware-vim25.jar ];    then mv vmware-vim25.jar     vim25.jar;     fi
-mvn install:install-file -Dfile=vim25.jar        -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25    -Dversion=4.1   -Dpackaging=jar
-mvn install:install-file -Dfile=apputils.jar     -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=4.1   -Dpackaging=jar
-mvn install:install-file -Dfile=vim.jar          -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim      -Dversion=4.1   -Dpackaging=jar
-
-#
 # From https://my.vmware.com/group/vmware/get-download?downloadGroup=VSP510-WEBSDK-510
 # Version: 5.1, Release-date: 2012-09-10, Build: 774886
 mvn install:install-file -Dfile=vim25_51.jar        -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25    -Dversion=5.1   -Dpackaging=jar
-
-