]> source.dussan.org Git - archiva.git/commitdiff
fix some missing js dependencies declaration
authorOlivier Lamy <olamy@apache.org>
Mon, 26 Mar 2012 23:21:39 +0000 (23:21 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 26 Mar 2012 23:21:39 +0000 (23:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1305666 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/general-admin.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/network-proxies.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/repositories.js

index 0d61fc5db7d2ce676f7399affc3a65ed4483542b..aa5115e80576323c31596601b85022f7e3d12a45 100644 (file)
@@ -16,7 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-define("general-admin",["jquery","i18n","order!utils","order!jquery_tmpl","order!knockout","jquery_validate","bootstrap"]
+define("general-admin",["jquery","i18n","order!utils","order!jquery_tmpl","order!knockout","order!knockout.simpleGrid",
+  "jquery_validate","bootstrap"]
     , function() {
 
   //-------------------------
index 4b59fc445aab9a4bf99ae2742d8bc16ea6e1e2f7..f723349dc4e29998ff6037e77f7c3d47eafdc626 100644 (file)
@@ -16,7 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-define("network-proxies",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate"], function() {
+define("network-proxies",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate","order!knockout"
+  ,"order!knockout.simpleGrid"], function() {
 
 
   NetworkProxy=function(id,protocol,host,port,username,password,useNtlm){
index 670b9aab79f25236362c597bfd30cb96c01687f0..68c1430ce3b6136410ed9aa466988ff02899f941 100644 (file)
@@ -16,7 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-define("proxy-connectors",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate"], function() {
+define("proxy-connectors",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate","order!knockout"
+  ,"order!knockout.simpleGrid"], function() {
 
   ProxyConnector=function(sourceRepoId,targetRepoId,proxyId,blackListPatterns,whiteListPatterns,policiesEntries,propertiesEntries,
                           disabled,order){
index 4f23a096fad2f8eb6a22e008f0730eb3a1d39cb9..c7a918c4a40d69fbe38b3a45f9e4cfd07731c430 100644 (file)
@@ -16,7 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-define("repositories",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate"], function() {
+define("repositories",["jquery","i18n","jquery_tmpl","bootstrap","jquery_validate","order!knockout","order!knockout.simpleGrid"],
+       function() {
 
   // FIXME this must be dynamic if we do a plugin mechanism with dynamic repositories types
   // FIXME i18n