From 2c1c53c06716f24e994b190e955d6a7737189ae5 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 16 May 2012 22:18:19 +0000 Subject: [PATCH] cleanup from testing stuff git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1339397 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-web/archiva-webapp-js/src/main/webapp/index.html | 3 --- .../archiva-webapp-js/src/main/webapp/js/archiva/search.js | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/index.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/index.html index 1b5c4c084..ab5f29544 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/index.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/index.html @@ -102,9 +102,6 @@ "jquery.fileupload.ip":"jquery.fileupload-ip-1.0.6", "jquery.fileupload.ui":"jquery.fileupload-ui-6.6.3", "tmpl": "tmpl.min", - "treeview": "jquery.treeview-1.5-pre", - "treeview.async":"jquery.treeview.async-0.1", - "jquery.treeview.edit": "jquery.treeview.edit", "jqueryFileTree": "jqueryFileTree-1.0.1", "redback": "redback/redback", "redback.roles": "redback/roles", diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/search.js b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/search.js index 3282a8d8f..5961a36fe 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/search.js +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/search.js @@ -16,8 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -define("search",["jquery","i18n","jquery.tmpl","choosen","order!knockout","knockout.simpleGrid","treeview" - ,"treeview.async","jquery.treeview.edit","jqueryFileTree"], function() { +define("search",["jquery","i18n","jquery.tmpl","choosen","order!knockout","knockout.simpleGrid","jqueryFileTree"], function() {