gbp-old ui folders structure changed, new ui components
[groupbasedpolicy.git] / groupbasedpolicy-old-ui / module / src / main / resources / gbp-old / js / vectorizer.js
similarity index 99%
rename from groupbasedpolicy-old-ui/module/src/main/resources/gbp/js/vectorizer.js
rename to groupbasedpolicy-old-ui/module/src/main/resources/gbp-old/js/vectorizer.js
index ee333139d0bc16d599b6aeb1404e0fe6b91dc9f7..fe2a05da1c0ed9effe6a23dae22bcc1ede3c8b87 100644 (file)
@@ -1,4 +1,4 @@
-/*! JointJS v0.9.3 - JavaScript diagramming library  2015-05-22 
+/*! JointJS v0.9.3 - JavaScript diagramming library  2015-05-22
 
 
 This Source Code Form is subject to the terms of the Mozilla Public
@@ -18,10 +18,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
     if (typeof define === 'function' && define.amd) {
 
         // AMD. Register as an anonymous module.
-        define(['app/gbp/js/geometry'], function(g) {
+        define(['app/gbp-old/js/geometry'], function(g) {
             return factory(g);
         });
-        
+
 
     } else if (typeof exports === 'object') {
 
@@ -1052,4 +1052,4 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
     return V;
 
-}));
\ No newline at end of file
+}));