From 8202248bad9f8ff8bda7a5e4f17c1025c1ea32b5 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sun, 26 Oct 2014 18:13:02 -0300 Subject: [PATCH] move bootstrap dir from wise-editor to mindplot --- .../bootstrap/css/bootstrap-colorpicker.css | 0 .../bootstrap/css/bootstrap-colorpicker.min.css | 0 .../libraries}/bootstrap/css/bootstrap-theme.css | 0 .../bootstrap/css/bootstrap-theme.css.map | 0 .../bootstrap/css/bootstrap-theme.min.css | 0 .../libraries}/bootstrap/css/bootstrap.css | 0 .../libraries}/bootstrap/css/bootstrap.css.map | 0 .../libraries}/bootstrap/css/bootstrap.min.css | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../img/bootstrap-colorpicker/alpha-horizontal.png | Bin .../bootstrap/img/bootstrap-colorpicker/alpha.png | Bin .../img/bootstrap-colorpicker/hue-horizontal.png | Bin .../bootstrap/img/bootstrap-colorpicker/hue.png | Bin .../img/bootstrap-colorpicker/saturation.png | Bin .../bootstrap/img/glyphicons-halflings-blue.png | Bin .../bootstrap/js/bootstrap-colorpicker.js | 0 .../bootstrap/js/bootstrap-colorpicker.min.js | 0 .../javascript/libraries}/bootstrap/js/bootstrap.js | 0 .../libraries}/bootstrap/js/bootstrap.min.js | 0 mindplot/src/test/javascript/lib/bootstrap.js | 1 + wise-editor/src/main/webapp/bootstrap | 1 + 24 files changed, 2 insertions(+) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap-colorpicker.css (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap-colorpicker.min.css (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap-theme.css (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap-theme.css.map (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap-theme.min.css (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap.css (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap.css.map (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/css/bootstrap.min.css (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/fonts/glyphicons-halflings-regular.eot (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/fonts/glyphicons-halflings-regular.svg (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/fonts/glyphicons-halflings-regular.ttf (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/fonts/glyphicons-halflings-regular.woff (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/img/bootstrap-colorpicker/alpha-horizontal.png (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/img/bootstrap-colorpicker/alpha.png (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/img/bootstrap-colorpicker/hue-horizontal.png (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/img/bootstrap-colorpicker/hue.png (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/img/bootstrap-colorpicker/saturation.png (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/img/glyphicons-halflings-blue.png (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/js/bootstrap-colorpicker.js (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/js/bootstrap-colorpicker.min.js (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/js/bootstrap.js (100%) rename {wise-editor/src/main/webapp => mindplot/src/main/javascript/libraries}/bootstrap/js/bootstrap.min.js (100%) create mode 120000 mindplot/src/test/javascript/lib/bootstrap.js create mode 120000 wise-editor/src/main/webapp/bootstrap diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap-colorpicker.css b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-colorpicker.css similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap-colorpicker.css rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-colorpicker.css diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap-colorpicker.min.css b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-colorpicker.min.css similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap-colorpicker.min.css rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-colorpicker.min.css diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap-theme.css b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-theme.css similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap-theme.css rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-theme.css diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap-theme.css.map b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-theme.css.map similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap-theme.css.map rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-theme.css.map diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap-theme.min.css b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-theme.min.css similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap-theme.min.css rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap-theme.min.css diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap.css b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap.css similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap.css rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap.css diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap.css.map b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap.css.map similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap.css.map rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap.css.map diff --git a/wise-editor/src/main/webapp/bootstrap/css/bootstrap.min.css b/mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap.min.css similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/css/bootstrap.min.css rename to mindplot/src/main/javascript/libraries/bootstrap/css/bootstrap.min.css diff --git a/wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.eot b/mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.eot rename to mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.svg b/mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.svg rename to mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.ttf b/mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.woff b/mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/fonts/glyphicons-halflings-regular.woff rename to mindplot/src/main/javascript/libraries/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/alpha-horizontal.png b/mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/alpha-horizontal.png similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/alpha-horizontal.png rename to mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/alpha-horizontal.png diff --git a/wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/alpha.png b/mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/alpha.png similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/alpha.png rename to mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/alpha.png diff --git a/wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/hue-horizontal.png b/mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/hue-horizontal.png similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/hue-horizontal.png rename to mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/hue-horizontal.png diff --git a/wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/hue.png b/mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/hue.png similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/hue.png rename to mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/hue.png diff --git a/wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/saturation.png b/mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/saturation.png similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/img/bootstrap-colorpicker/saturation.png rename to mindplot/src/main/javascript/libraries/bootstrap/img/bootstrap-colorpicker/saturation.png diff --git a/wise-editor/src/main/webapp/bootstrap/img/glyphicons-halflings-blue.png b/mindplot/src/main/javascript/libraries/bootstrap/img/glyphicons-halflings-blue.png similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/img/glyphicons-halflings-blue.png rename to mindplot/src/main/javascript/libraries/bootstrap/img/glyphicons-halflings-blue.png diff --git a/wise-editor/src/main/webapp/bootstrap/js/bootstrap-colorpicker.js b/mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap-colorpicker.js similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/js/bootstrap-colorpicker.js rename to mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap-colorpicker.js diff --git a/wise-editor/src/main/webapp/bootstrap/js/bootstrap-colorpicker.min.js b/mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap-colorpicker.min.js similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/js/bootstrap-colorpicker.min.js rename to mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap-colorpicker.min.js diff --git a/wise-editor/src/main/webapp/bootstrap/js/bootstrap.js b/mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap.js similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/js/bootstrap.js rename to mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap.js diff --git a/wise-editor/src/main/webapp/bootstrap/js/bootstrap.min.js b/mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap.min.js similarity index 100% rename from wise-editor/src/main/webapp/bootstrap/js/bootstrap.min.js rename to mindplot/src/main/javascript/libraries/bootstrap/js/bootstrap.min.js diff --git a/mindplot/src/test/javascript/lib/bootstrap.js b/mindplot/src/test/javascript/lib/bootstrap.js new file mode 120000 index 00000000..2e289510 --- /dev/null +++ b/mindplot/src/test/javascript/lib/bootstrap.js @@ -0,0 +1 @@ +../../../../../wise-editor/src/main/webapp/bootstrap/js/bootstrap.js \ No newline at end of file diff --git a/wise-editor/src/main/webapp/bootstrap b/wise-editor/src/main/webapp/bootstrap new file mode 120000 index 00000000..a01f90ab --- /dev/null +++ b/wise-editor/src/main/webapp/bootstrap @@ -0,0 +1 @@ +../../../../mindplot/src/main/javascript/libraries/bootstrap \ No newline at end of file