Put what information we have in this file
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/31654354 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/31654354 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/31654354 Branch: refs/heads/master Commit: 316543541dfca752c7f161e069736e437a77806e Parents: 3e48a70 Author: Hugo Trippaers <[email protected]> Authored: Sat Sep 21 12:41:10 2013 +0800 Committer: Hugo Trippaers <[email protected]> Committed: Sat Sep 21 12:41:10 2013 +0800 ---------------------------------------------------------------------- deps/install-non-oss.sh | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/31654354/deps/install-non-oss.sh ---------------------------------------------------------------------- diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh index 0bf8e48..940bd32 100755 --- a/deps/install-non-oss.sh +++ b/deps/install-non-oss.sh @@ -16,7 +16,12 @@ # specific language governing permissions and limitations # under the License. +# From https://devcentral.f5.com +# Version: unknown mvn install:install-file -Dfile=cloud-iControl.jar -DgroupId=com.cloud.com.f5 -DartifactId=icontrol -Dversion=1.0 -Dpackaging=jar + +# From Citrix +# Version: unknown 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)
