Skip to content

Commit 5fe1ef4

Browse files
committed
CLOUDSTACK-520: Autorename vmware and manageontap jars
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 13a4c06 commit 5fe1ef4

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

deps/install-non-oss.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# with the License. You may obtain a copy of the License at
99
#
1010
# http://www.apache.org/licenses/LICENSE-2.0
11-
#
11+
#
1212
# Unless required by applicable law or agreed to in writing,
1313
# software distributed under the License is distributed on an
1414
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,13 +19,17 @@
1919
mvn install:install-file -Dfile=cloud-iControl.jar -DgroupId=com.cloud.com.f5 -DartifactId=icontrol -Dversion=1.0 -Dpackaging=jar
2020
mvn install:install-file -Dfile=cloud-netscaler.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler -Dversion=1.0 -Dpackaging=jar
2121
mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx -Dversion=1.0 -Dpackaging=jar
22-
#
22+
2323
# From http://support.netapp.com/ (not available online, contact your support representative)
2424
# Version: 4.0
25+
if [ -e cloud-manageontap.jar ]; then mv cloud-manageontap.jar manageontap.jar; fi
2526
mvn install:install-file -Dfile=manageontap.jar -DgroupId=com.cloud.com.netapp -DartifactId=manageontap -Dversion=4.0 -Dpackaging=jar
26-
#
27+
2728
# From https://my.vmware.com/group/vmware/get-download?downloadGroup=VSDK41
28-
# Version: 4.1, Release-date: 2010-07-13, Build: 257238
29+
# Version: 4.1, Release-date: 2010-07-13, Build: 257238
30+
if [ -e vmware-apputils.jar ]; then mv vmware-apputils.jar apputils.jar; fi
31+
if [ -e vmware-vim.jar ]; then mv vmware-vim.jar vim.jar; fi
32+
if [ -e vmware-vim25.jar ]; then mv vmware-vim25.jar vim25.jar; fi
2933
mvn install:install-file -Dfile=vim25.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=4.1 -Dpackaging=jar
3034
mvn install:install-file -Dfile=apputils.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=4.1 -Dpackaging=jar
3135
mvn install:install-file -Dfile=vim.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim -Dversion=4.1 -Dpackaging=jar

0 commit comments

Comments
 (0)