From edf04d558dcef219d514e7ff49303a2a75c2ff70 Mon Sep 17 00:00:00 2001 From: Paulo Veiga Date: Sat, 4 Feb 2012 13:12:54 -0300 Subject: [PATCH] Remove duplicated libraries. Manage all as symlinks. --- .../src/main/javascript/libraries/less}/less-1.1.3.min.js | 0 wise-editor/src/main/webapp/js/less.js | 1 + .../main/webapp/js/{mootools-core-1.3.2.js => mootools-core.js} | 0 .../main/webapp/js/{mootools-more-1.3.2.js => mootools-more.js} | 0 wise-webapp/src/main/webapp/js/less.js | 1 + wise-webapp/src/main/webapp/js/mootools-core.js | 1 + wise-webapp/src/main/webapp/js/mootools-more.js | 1 + 7 files changed, 4 insertions(+) rename {wise-editor/src/main/webapp/js => mindplot/src/main/javascript/libraries/less}/less-1.1.3.min.js (100%) create mode 120000 wise-editor/src/main/webapp/js/less.js rename wise-editor/src/main/webapp/js/{mootools-core-1.3.2.js => mootools-core.js} (100%) rename wise-editor/src/main/webapp/js/{mootools-more-1.3.2.js => mootools-more.js} (100%) create mode 120000 wise-webapp/src/main/webapp/js/less.js create mode 120000 wise-webapp/src/main/webapp/js/mootools-core.js create mode 120000 wise-webapp/src/main/webapp/js/mootools-more.js diff --git a/wise-editor/src/main/webapp/js/less-1.1.3.min.js b/mindplot/src/main/javascript/libraries/less/less-1.1.3.min.js similarity index 100% rename from wise-editor/src/main/webapp/js/less-1.1.3.min.js rename to mindplot/src/main/javascript/libraries/less/less-1.1.3.min.js diff --git a/wise-editor/src/main/webapp/js/less.js b/wise-editor/src/main/webapp/js/less.js new file mode 120000 index 00000000..b60a4b65 --- /dev/null +++ b/wise-editor/src/main/webapp/js/less.js @@ -0,0 +1 @@ +../../../../../mindplot/src/main/javascript/libraries/less/less-1.1.3.min.js \ No newline at end of file diff --git a/wise-editor/src/main/webapp/js/mootools-core-1.3.2.js b/wise-editor/src/main/webapp/js/mootools-core.js similarity index 100% rename from wise-editor/src/main/webapp/js/mootools-core-1.3.2.js rename to wise-editor/src/main/webapp/js/mootools-core.js diff --git a/wise-editor/src/main/webapp/js/mootools-more-1.3.2.js b/wise-editor/src/main/webapp/js/mootools-more.js similarity index 100% rename from wise-editor/src/main/webapp/js/mootools-more-1.3.2.js rename to wise-editor/src/main/webapp/js/mootools-more.js diff --git a/wise-webapp/src/main/webapp/js/less.js b/wise-webapp/src/main/webapp/js/less.js new file mode 120000 index 00000000..b60a4b65 --- /dev/null +++ b/wise-webapp/src/main/webapp/js/less.js @@ -0,0 +1 @@ +../../../../../mindplot/src/main/javascript/libraries/less/less-1.1.3.min.js \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/js/mootools-core.js b/wise-webapp/src/main/webapp/js/mootools-core.js new file mode 120000 index 00000000..ddd10d58 --- /dev/null +++ b/wise-webapp/src/main/webapp/js/mootools-core.js @@ -0,0 +1 @@ +../../../../../mindplot/src/main/javascript/libraries/mootools/mootools-core-1.3.2-full-compress.js \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/js/mootools-more.js b/wise-webapp/src/main/webapp/js/mootools-more.js new file mode 120000 index 00000000..3b1f439c --- /dev/null +++ b/wise-webapp/src/main/webapp/js/mootools-more.js @@ -0,0 +1 @@ +../../../../../mindplot/src/main/javascript/libraries/mootools/mootools-more-1.3.2.1-yui.js \ No newline at end of file