From 320ba6254b25a12dc124acc473602e9ea28b5ba5 Mon Sep 17 00:00:00 2001 From: Thai Tran Date: Mon, 30 Mar 2015 18:34:38 -0700 Subject: [PATCH] Updated incorrect name for angular lrdragndrop Updated incorrect package name, it changed from i to l. The change has to be done in three steps: * add correct name to global-requirements * update all projects that use it to use the new name * remove the old name from global-requirements Partial-Bug: 1438543 Change-Id: I808b34a9d13a16d82968904dd44515f3d67f0fde --- global-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 7f9ea92b21..461679873e 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -172,7 +172,8 @@ XenAPI>=1.2 XStatic>=1.0.0 # MIT License XStatic-Angular>=1.3.7 # MIT License XStatic-Angular-Bootstrap>=0.11.0.2 # MIT License -XStatic-Angular-Irdragndrop>=1.0.2.1 # MIT License +XStatic-Angular-irdragndrop>=1.0.2.2 # MIT License +XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License XStatic-Bootstrap-SCSS>=3 # Apache 2.0 License XStatic-D3>=3.1.6.2 # BSD License (3 clause)