summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/main.js
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-06-10 07:36:43 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-06-10 08:03:58 +0000
commit70e243d1c48f9554bd4e28e80f7ff766db6fe857 (patch)
tree6c2f91854470d0e61f267ee05ea3067b34e05629 /vbd/gui/module/src/main/resources/vpp/main.js
parent973d8c2ecbb02cf6e4971060b6edec3617bce96f (diff)
HONEYCOMB-7: Remove VBD form HC
VBD is now subproject of ODL: https://git.opendaylight.org/gerrit/#/admin/projects/honeycomb/vbd Change-Id: I1bf01a01cca50fe5e3f4f82a53c6b15ec5c7091d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/main.js')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/main.js30
1 files changed, 0 insertions, 30 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/main.js b/vbd/gui/module/src/main/resources/vpp/main.js
deleted file mode 100644
index cbeb1f692..000000000
--- a/vbd/gui/module/src/main/resources/vpp/main.js
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-require.config({
- paths : {
- 'angular-material' : 'app/vpp/bower_components/angular-material/angular-material.min',
- 'angular-animate' : 'app/vpp/bower_components/angular-animate/angular-animate.min',
- 'angular-aria' : 'app/vpp/bower_components/angular-aria/angular-aria.min',
- 'angular-smart-table' : 'app/vpp/bower_components/angular-smart-table/dist/smart-table',
- 'lodash' : 'app/vpp/assets/js/lodash.min',
- 'next': 'app/vpp/assets/js/next',
- 'angular-ui-grid': 'app/vpp/bower_components/angular-ui-grid/ui-grid.min',
- },
-
- shim : {
- 'angular-material' : ['angular'],
- 'angular-animate' : ['angular'],
- 'angular-aria' : ['angular'],
- 'angular-smart-table' : ['angular'],
- 'angular-ui-grid' : ['angular'],
- 'lodash' : {exports: '_'}
- },
-
-});
-
-define(['app/vpp/vpp.module']);