From de246ef2148b0fa30068be2f46fff6058fbe2649 Mon Sep 17 00:00:00 2001
From: KAUSHIK Vijay <22242606+kauvj@users.noreply.github.com>
Date: Sat, 7 Jul 2018 15:36:05 +0200
Subject: [PATCH] LEOS Prototype v3.0.0
---
.mvn/jvm.config | 4 +
.mvn/maven.config | 1 +
NOTICE.txt | 2 +-
README.txt | 23 +-
docs/HOWTO/00_Index.txt | 38 +-
docs/HOWTO/08_Document_Viewer.txt | 24 +
docs/HOWTO/08_Leos_editor.txt | 184 -
docs/HOWTO/09_Document_Table_of_Content.txt | 33 +
docs/HOWTO/10_Document_Changes_Pane.txt | 29 +
docs/HOWTO/11_Compare_two_versions.txt | 19 -
docs/HOWTO/11_Leos_editor.txt | 212 +
.../{09_Articles.txt => 12_Articles.txt} | 0
docs/HOWTO/12_Edit_metadata.txt | 13 -
docs/HOWTO/13_Document_Table_of_Content.txt | 33 -
...w_document.txt => 13_Preview_document.txt} | 0
docs/HOWTO/14_Collaborative_editing.txt | 27 -
docs/HOWTO/14_Edit_metadata.txt | 13 +
docs/HOWTO/15_Comments_viewer.txt | 31 -
docs/HOWTO/15_Compare_two_versions.txt | 19 +
docs/HOWTO/16_Collaborative_editing.txt | 27 +
docs/HOWTO/17_Comments_viewer.txt | 31 +
.../{16_User Roles.txt => 18_User Roles.txt} | 0
docs/HOWTO/1_Create_document.txt | 32 -
docs/HOWTO/2_Open_document.txt | 8 -
docs/HOWTO/3_Delete_document.txt | 12 -
docs/HOWTO/4_Search_documents.txt | 9 -
docs/HOWTO/5_Manage_contributors.txt | 21 -
docs/HOWTO/6_Document_stages.txt | 38 -
docs/HOWTO/7_Document_filters.txt | 22 -
docs/HOWTO/9_Articles.txt | 21 -
docs/HOWTO/User Roles.txt | 33 -
docs/ReleaseNotes_v3.0/ReleaseNotes_v3.0.txt | 17 +
modules/editor/pom.xml | 157 -
modules/editor/src/etc/jetty/webdefault.xml | 534 -
modules/editor/src/etc/tomcat/web.xml | 4613 -----
.../editor/src/main/webapp/WEB-INF/web.xml | 37 -
.../src/main/webapp/dev/leosEditor.html | 50 -
.../webapp/js/editor/core/leosUserInfo.js | 28 -
.../main/webapp/js/editor/css/data-hint.css | 227 -
.../css/jstree/themes/default/style.css | 1044 --
.../main/webapp/js/editor/leosBootstrap.js | 174 -
.../webapp/js/editor/leosBootstrapConfig.js | 84 -
.../js/editor/lib/ckeditor_4.4.7/CHANGES.md | 720 -
.../js/editor/lib/ckeditor_4.4.7/LICENSE.md | 1274 --
.../js/editor/lib/ckeditor_4.4.7/README.md | 73 -
.../lib/ckeditor_4.4.7/adapters/jquery.js | 374 -
.../js/editor/lib/ckeditor_4.4.7/contents.css | 134 -
.../lib/ckeditor_4.4.7/core/ckeditor_base.js | 314 -
.../editor/lib/ckeditor_4.4.7/core/command.js | 271 -
.../ckeditor_4.4.7/core/commanddefinition.js | 139 -
.../editor/lib/ckeditor_4.4.7/core/config.js | 386 -
.../ckeditor_4.4.7/core/creators/inline.js | 156 -
.../ckeditor_4.4.7/core/creators/themedui.js | 527 -
.../core/dom/documentfragment.js | 49 -
.../lib/ckeditor_4.4.7/core/dom/domobject.js | 266 -
.../lib/ckeditor_4.4.7/core/dom/element.js | 2060 ---
.../lib/ckeditor_4.4.7/core/dom/node.js | 807 -
.../lib/ckeditor_4.4.7/core/dom/range.js | 2676 ---
.../lib/ckeditor_4.4.7/core/dom/text.js | 135 -
.../lib/ckeditor_4.4.7/core/dom/walker.js | 626 -
.../js/editor/lib/ckeditor_4.4.7/core/dtd.js | 349 -
.../lib/ckeditor_4.4.7/core/editable.js | 2274 ---
.../editor/lib/ckeditor_4.4.7/core/editor.js | 1802 --
.../js/editor/lib/ckeditor_4.4.7/core/env.js | 335 -
.../lib/ckeditor_4.4.7/core/eventInfo.js | 115 -
.../editor/lib/ckeditor_4.4.7/core/filter.js | 2435 ---
.../ckeditor_4.4.7/core/htmldataprocessor.js | 1029 --
.../editor/lib/ckeditor_4.4.7/core/loader.js | 226 -
.../ckeditor_4.4.7/core/resourcemanager.js | 228 -
.../lib/ckeditor_4.4.7/core/selection.js | 2177 ---
.../js/editor/lib/ckeditor_4.4.7/core/skin.js | 346 -
.../editor/lib/ckeditor_4.4.7/core/style.js | 2086 ---
.../editor/lib/ckeditor_4.4.7/core/tools.js | 1186 --
.../js/editor/lib/ckeditor_4.4.7/core/ui.js | 168 -
.../ckeditor_4.4.7/dev/console/console.css | 129 -
.../lib/ckeditor_4.4.7/dev/console/console.js | 233 -
.../js/editor/lib/ckeditor_4.4.7/lang/bg.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/de.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/eo.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/es.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/eu.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/fo.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/gl.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/ko.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/lv.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/ro.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/tr.js | 99 -
.../js/editor/lib/ckeditor_4.4.7/lang/tt.js | 100 -
.../js/editor/lib/ckeditor_4.4.7/lang/ug.js | 99 -
.../plugins/a11yhelp/dialogs/lang/af.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ar.js | 147 -
.../plugins/a11yhelp/dialogs/lang/bg.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ca.js | 147 -
.../plugins/a11yhelp/dialogs/lang/cs.js | 147 -
.../plugins/a11yhelp/dialogs/lang/cy.js | 147 -
.../plugins/a11yhelp/dialogs/lang/da.js | 147 -
.../plugins/a11yhelp/dialogs/lang/de.js | 147 -
.../plugins/a11yhelp/dialogs/lang/el.js | 147 -
.../plugins/a11yhelp/dialogs/lang/en-gb.js | 147 -
.../plugins/a11yhelp/dialogs/lang/en.js | 168 -
.../plugins/a11yhelp/dialogs/lang/eo.js | 147 -
.../plugins/a11yhelp/dialogs/lang/es.js | 147 -
.../plugins/a11yhelp/dialogs/lang/et.js | 147 -
.../plugins/a11yhelp/dialogs/lang/fa.js | 147 -
.../plugins/a11yhelp/dialogs/lang/fi.js | 147 -
.../plugins/a11yhelp/dialogs/lang/fr-ca.js | 147 -
.../plugins/a11yhelp/dialogs/lang/fr.js | 147 -
.../plugins/a11yhelp/dialogs/lang/gl.js | 147 -
.../plugins/a11yhelp/dialogs/lang/gu.js | 147 -
.../plugins/a11yhelp/dialogs/lang/he.js | 147 -
.../plugins/a11yhelp/dialogs/lang/hi.js | 147 -
.../plugins/a11yhelp/dialogs/lang/hr.js | 147 -
.../plugins/a11yhelp/dialogs/lang/hu.js | 147 -
.../plugins/a11yhelp/dialogs/lang/id.js | 147 -
.../plugins/a11yhelp/dialogs/lang/it.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ja.js | 147 -
.../plugins/a11yhelp/dialogs/lang/km.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ko.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ku.js | 147 -
.../plugins/a11yhelp/dialogs/lang/lt.js | 147 -
.../plugins/a11yhelp/dialogs/lang/lv.js | 147 -
.../plugins/a11yhelp/dialogs/lang/mk.js | 147 -
.../plugins/a11yhelp/dialogs/lang/mn.js | 147 -
.../plugins/a11yhelp/dialogs/lang/nb.js | 147 -
.../plugins/a11yhelp/dialogs/lang/nl.js | 147 -
.../plugins/a11yhelp/dialogs/lang/no.js | 147 -
.../plugins/a11yhelp/dialogs/lang/pl.js | 147 -
.../plugins/a11yhelp/dialogs/lang/pt-br.js | 147 -
.../plugins/a11yhelp/dialogs/lang/pt.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ro.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ru.js | 147 -
.../plugins/a11yhelp/dialogs/lang/si.js | 147 -
.../plugins/a11yhelp/dialogs/lang/sk.js | 147 -
.../plugins/a11yhelp/dialogs/lang/sl.js | 147 -
.../plugins/a11yhelp/dialogs/lang/sq.js | 147 -
.../plugins/a11yhelp/dialogs/lang/sr-latn.js | 147 -
.../plugins/a11yhelp/dialogs/lang/sr.js | 147 -
.../plugins/a11yhelp/dialogs/lang/sv.js | 147 -
.../plugins/a11yhelp/dialogs/lang/th.js | 147 -
.../plugins/a11yhelp/dialogs/lang/tr.js | 147 -
.../plugins/a11yhelp/dialogs/lang/tt.js | 147 -
.../plugins/a11yhelp/dialogs/lang/ug.js | 147 -
.../plugins/a11yhelp/dialogs/lang/uk.js | 147 -
.../plugins/a11yhelp/dialogs/lang/vi.js | 147 -
.../plugins/a11yhelp/dialogs/lang/zh-cn.js | 147 -
.../plugins/a11yhelp/dialogs/lang/zh.js | 147 -
.../ckeditor_4.4.7/plugins/a11yhelp/plugin.js | 51 -
.../ckeditor_4.4.7/plugins/about/lang/de.js | 12 -
.../ckeditor_4.4.7/plugins/about/lang/eu.js | 12 -
.../ckeditor_4.4.7/plugins/about/lang/ko.js | 12 -
.../ckeditor_4.4.7/plugins/about/lang/tt.js | 12 -
.../ckeditor_4.4.7/plugins/autogrow/plugin.js | 209 -
.../plugins/autogrow/samples/autogrow.html | 99 -
.../plugins/basicstyles/lang/eu.js | 12 -
.../plugins/basicstyles/lang/ko.js | 12 -
.../plugins/basicstyles/plugin.js | 191 -
.../plugins/bbcode/dev/bbcode.html | 172 -
.../ckeditor_4.4.7/plugins/bbcode/plugin.js | 792 -
.../plugins/bbcode/samples/bbcode.html | 111 -
.../ckeditor_4.4.7/plugins/bidi/lang/ko.js | 8 -
.../ckeditor_4.4.7/plugins/bidi/lang/ro.js | 8 -
.../plugins/blockquote/lang/ko.js | 7 -
.../ckeditor_4.4.7/plugins/button/plugin.js | 377 -
.../plugins/clipboard/dev/clipboard.html | 194 -
.../plugins/clipboard/dialogs/paste.js | 226 -
.../plugins/clipboard/lang/eu.js | 15 -
.../plugins/clipboard/lang/id.js | 15 -
.../plugins/clipboard/lang/ko.js | 15 -
.../plugins/clipboard/plugin.js | 1250 --
.../plugins/codesnippet/lang/bg.js | 13 -
.../plugins/codesnippet/lang/da.js | 13 -
.../plugins/codesnippet/lang/de.js | 13 -
.../plugins/codesnippet/lang/es.js | 13 -
.../plugins/codesnippet/lang/fa.js | 13 -
.../plugins/codesnippet/lang/ro.js | 13 -
.../plugins/codesnippet/lang/ru.js | 13 -
.../plugins/codesnippet/lang/tt.js | 13 -
.../plugins/codesnippet/lang/ug.js | 13 -
.../plugins/codesnippet/lang/uk.js | 13 -
.../plugins/codesnippet/lang/vi.js | 13 -
.../plugins/codesnippet/lang/zh.js | 13 -
.../plugins/codesnippet/plugin.js | 474 -
.../codesnippet/samples/codesnippet.html | 236 -
.../plugins/colorbutton/lang/de.js | 53 -
.../plugins/colorbutton/lang/el.js | 53 -
.../plugins/colorbutton/lang/eu.js | 53 -
.../plugins/colorbutton/lang/id.js | 53 -
.../plugins/colorbutton/lang/ko.js | 53 -
.../plugins/colorbutton/lang/tt.js | 53 -
.../plugins/colorbutton/plugin.js | 289 -
.../colordialog/dialogs/colordialog.js | 329 -
.../plugins/colordialog/lang/de.js | 11 -
.../plugins/colordialog/lang/eu.js | 11 -
.../plugins/colordialog/lang/ko.js | 11 -
.../plugins/colordialog/lang/nb.js | 11 -
.../plugins/colordialog/plugin.js | 71 -
.../plugins/contextmenu/lang/de.js | 7 -
.../plugins/contextmenu/lang/eu.js | 7 -
.../plugins/contextmenu/plugin.js | 159 -
.../plugins/devtools/lang/de.js | 12 -
.../plugins/devtools/lang/eu.js | 12 -
.../plugins/devtools/lang/sv.js | 12 -
.../ckeditor_4.4.7/plugins/devtools/plugin.js | 159 -
.../plugins/devtools/samples/devtools.html | 83 -
.../plugins/dialog/dialogDefinition.js | 1007 --
.../ckeditor_4.4.7/plugins/dialog/plugin.js | 3279 ----
.../plugins/dialog/samples/dialog.html | 187 -
.../ckeditor_4.4.7/plugins/dialogui/plugin.js | 1444 --
.../ckeditor_4.4.7/plugins/div/dialogs/div.js | 430 -
.../lib/ckeditor_4.4.7/plugins/div/lang/bg.js | 19 -
.../lib/ckeditor_4.4.7/plugins/div/lang/de.js | 19 -
.../lib/ckeditor_4.4.7/plugins/div/lang/eu.js | 19 -
.../lib/ckeditor_4.4.7/plugins/div/lang/gl.js | 19 -
.../lib/ckeditor_4.4.7/plugins/div/lang/ko.js | 19 -
.../lib/ckeditor_4.4.7/plugins/div/lang/ro.js | 19 -
.../ckeditor_4.4.7/plugins/divarea/plugin.js | 36 -
.../plugins/divarea/samples/divarea.html | 61 -
.../plugins/docprops/lang/de.js | 42 -
.../plugins/docprops/lang/eu.js | 42 -
.../plugins/docprops/lang/id.js | 42 -
.../plugins/docprops/lang/ko.js | 42 -
.../plugins/docprops/lang/nb.js | 42 -
.../plugins/docprops/lang/ro.js | 42 -
.../plugins/docprops/lang/tt.js | 42 -
.../plugins/docprops/samples/docprops.html | 78 -
.../plugins/elementspath/lang/de.js | 8 -
.../plugins/elementspath/lang/eu.js | 8 -
.../plugins/elementspath/lang/ko.js | 8 -
.../ckeditor_4.4.7/plugins/enterkey/plugin.js | 559 -
.../plugins/enterkey/samples/enterkey.html | 103 -
.../plugins/fakeobjects/lang/de.js | 11 -
.../plugins/fakeobjects/lang/eu.js | 11 -
.../plugins/fakeobjects/lang/ko.js | 11 -
.../plugins/filebrowser/plugin.js | 501 -
.../plugins/find/dialogs/find.js | 801 -
.../ckeditor_4.4.7/plugins/find/lang/de.js | 18 -
.../ckeditor_4.4.7/plugins/find/lang/eu.js | 18 -
.../ckeditor_4.4.7/plugins/find/lang/hu.js | 18 -
.../ckeditor_4.4.7/plugins/find/lang/id.js | 18 -
.../ckeditor_4.4.7/plugins/find/lang/ko.js | 18 -
.../ckeditor_4.4.7/plugins/flash/lang/de.js | 43 -
.../ckeditor_4.4.7/plugins/flash/lang/eu.js | 43 -
.../ckeditor_4.4.7/plugins/flash/lang/ja.js | 43 -
.../ckeditor_4.4.7/plugins/flash/lang/ko.js | 43 -
.../ckeditor_4.4.7/plugins/flash/lang/tt.js | 43 -
.../ckeditor_4.4.7/plugins/flash/lang/uk.js | 43 -
.../plugins/floatingspace/plugin.js | 380 -
.../plugins/floatpanel/plugin.js | 581 -
.../ckeditor_4.4.7/plugins/font/lang/de.js | 14 -
.../ckeditor_4.4.7/plugins/font/lang/eu.js | 14 -
.../ckeditor_4.4.7/plugins/font/lang/id.js | 14 -
.../ckeditor_4.4.7/plugins/font/lang/ko.js | 14 -
.../ckeditor_4.4.7/plugins/format/lang/de.js | 18 -
.../ckeditor_4.4.7/plugins/format/lang/eu.js | 18 -
.../ckeditor_4.4.7/plugins/format/lang/ko.js | 18 -
.../ckeditor_4.4.7/plugins/format/plugin.js | 246 -
.../plugins/forms/dialogs/button.js | 98 -
.../plugins/forms/dialogs/checkbox.js | 127 -
.../plugins/forms/dialogs/form.js | 143 -
.../plugins/forms/dialogs/hiddenfield.js | 81 -
.../plugins/forms/dialogs/radio.js | 111 -
.../plugins/forms/dialogs/select.js | 486 -
.../plugins/forms/dialogs/textarea.js | 111 -
.../plugins/forms/dialogs/textfield.js | 175 -
.../plugins/forms/icons/hiddenfield.png | Bin 823 -> 0 bytes
.../plugins/forms/images/hiddenfield.gif | Bin 105 -> 0 bytes
.../ckeditor_4.4.7/plugins/forms/lang/af.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ar.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/bg.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/bn.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/bs.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ca.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/cs.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/cy.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/da.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/de.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/el.js | 68 -
.../plugins/forms/lang/en-au.js | 68 -
.../plugins/forms/lang/en-ca.js | 68 -
.../plugins/forms/lang/en-gb.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/en.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/eo.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/es.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/et.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/eu.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/fa.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/fi.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/fo.js | 68 -
.../plugins/forms/lang/fr-ca.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/fr.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/gl.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/gu.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/he.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/hi.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/hr.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/hu.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/id.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/is.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/it.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ja.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ka.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/km.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ko.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ku.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/lt.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/lv.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/mk.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/mn.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ms.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/nb.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/nl.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/no.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/pl.js | 68 -
.../plugins/forms/lang/pt-br.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/pt.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ro.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ru.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/si.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/sk.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/sl.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/sq.js | 68 -
.../plugins/forms/lang/sr-latn.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/sr.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/sv.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/th.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/tr.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/tt.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/ug.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/uk.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/vi.js | 68 -
.../plugins/forms/lang/zh-cn.js | 68 -
.../ckeditor_4.4.7/plugins/forms/lang/zh.js | 68 -
.../ckeditor_4.4.7/plugins/forms/plugin.js | 279 -
.../plugins/horizontalrule/lang/eu.js | 7 -
.../plugins/horizontalrule/lang/ko.js | 7 -
.../htmlwriter/samples/outputforflash.html | 280 -
.../htmlwriter/samples/outputhtml.html | 221 -
.../ckeditor_4.4.7/plugins/iframe/lang/eu.js | 11 -
.../ckeditor_4.4.7/plugins/iframe/lang/id.js | 11 -
.../ckeditor_4.4.7/plugins/iframe/lang/ko.js | 11 -
.../ckeditor_4.4.7/plugins/iframe/lang/nb.js | 11 -
.../ckeditor_4.4.7/plugins/iframe/lang/uk.js | 11 -
.../plugins/image/dialogs/image.js | 1222 --
.../plugins/image/images/noimage.png | Bin 2115 -> 0 bytes
.../ckeditor_4.4.7/plugins/image/lang/af.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ar.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/bg.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/bn.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/bs.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ca.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/cs.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/cy.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/da.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/de.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/el.js | 26 -
.../plugins/image/lang/en-au.js | 26 -
.../plugins/image/lang/en-ca.js | 26 -
.../plugins/image/lang/en-gb.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/en.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/eo.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/es.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/et.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/eu.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/fa.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/fi.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/fo.js | 26 -
.../plugins/image/lang/fr-ca.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/fr.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/gl.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/gu.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/he.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/hi.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/hr.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/hu.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/id.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/is.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/it.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ja.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ka.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/km.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ko.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ku.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/lt.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/lv.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/mk.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/mn.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ms.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/nb.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/nl.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/no.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/pl.js | 26 -
.../plugins/image/lang/pt-br.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/pt.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ro.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ru.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/si.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/sk.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/sl.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/sq.js | 26 -
.../plugins/image/lang/sr-latn.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/sr.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/sv.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/th.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/tr.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/tt.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/ug.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/uk.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/vi.js | 26 -
.../plugins/image/lang/zh-cn.js | 26 -
.../ckeditor_4.4.7/plugins/image/lang/zh.js | 26 -
.../ckeditor_4.4.7/plugins/image/plugin.js | 173 -
.../plugins/image2/dev/image2.html | 339 -
.../plugins/image2/dialogs/image2.js | 550 -
.../ckeditor_4.4.7/plugins/image2/lang/bg.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/de.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/es.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/eu.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/gl.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/he.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/id.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/ko.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/tr.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/ug.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/uk.js | 20 -
.../ckeditor_4.4.7/plugins/image2/lang/zh.js | 20 -
.../ckeditor_4.4.7/plugins/image2/plugin.js | 1592 --
.../plugins/image2/samples/image2.html | 65 -
.../plugins/indent/dev/indent.html | 290 -
.../ckeditor_4.4.7/plugins/indent/lang/eu.js | 8 -
.../ckeditor_4.4.7/plugins/indent/plugin.js | 464 -
.../plugins/indentblock/plugin.js | 304 -
.../plugins/indentlist/plugin.js | 315 -
.../ckeditor_4.4.7/plugins/justify/lang/eu.js | 10 -
.../plugins/language/lang/ar.js | 9 -
.../plugins/language/lang/de.js | 9 -
.../ckeditor_4.4.7/plugins/language/plugin.js | 166 -
.../plugins/lineutils/dev/dnd.html | 172 -
.../plugins/lineutils/dev/magicfinger.html | 285 -
.../plugins/lineutils/plugin.js | 935 -
.../plugins/link/dialogs/link.js | 904 -
.../ckeditor_4.4.7/plugins/link/lang/de.js | 65 -
.../ckeditor_4.4.7/plugins/link/lang/eu.js | 65 -
.../ckeditor_4.4.7/plugins/link/lang/id.js | 65 -
.../ckeditor_4.4.7/plugins/link/lang/ko.js | 65 -
.../ckeditor_4.4.7/plugins/link/lang/sv.js | 65 -
.../lib/ckeditor_4.4.7/plugins/link/plugin.js | 778 -
.../ckeditor_4.4.7/plugins/list/lang/de.js | 8 -
.../ckeditor_4.4.7/plugins/list/lang/ko.js | 8 -
.../ckeditor_4.4.7/plugins/list/lang/nb.js | 8 -
.../ckeditor_4.4.7/plugins/list/lang/sv.js | 8 -
.../lib/ckeditor_4.4.7/plugins/list/plugin.js | 1032 --
.../plugins/liststyle/lang/de.js | 25 -
.../plugins/liststyle/lang/eu.js | 25 -
.../plugins/liststyle/lang/ko.js | 25 -
.../plugins/magicline/dev/magicline.html | 594 -
.../plugins/magicline/lang/ko.js | 8 -
.../plugins/magicline/plugin.js | 1858 --
.../plugins/magicline/samples/magicline.html | 206 -
.../plugins/mathjax/dev/mathjax.html | 121 -
.../ckeditor_4.4.7/plugins/mathjax/lang/ar.js | 13 -
.../ckeditor_4.4.7/plugins/mathjax/lang/da.js | 13 -
.../ckeditor_4.4.7/plugins/mathjax/lang/de.js | 13 -
.../ckeditor_4.4.7/plugins/mathjax/lang/sv.js | 13 -
.../ckeditor_4.4.7/plugins/mathjax/plugin.js | 460 -
.../plugins/mathjax/samples/mathjax.html | 82 -
.../plugins/maximize/lang/ko.js | 8 -
.../ckeditor_4.4.7/plugins/maximize/plugin.js | 310 -
.../lib/ckeditor_4.4.7/plugins/menu/plugin.js | 545 -
.../ckeditor_4.4.7/plugins/newpage/lang/eu.js | 7 -
.../ckeditor_4.4.7/plugins/newpage/lang/ko.js | 7 -
.../plugins/pagebreak/images/pagebreak.gif | Bin 54 -> 0 bytes
.../plugins/pagebreak/lang/de.js | 8 -
.../plugins/pagebreak/lang/eu.js | 8 -
.../plugins/pagebreak/lang/ko.js | 8 -
.../plugins/pagebreak/plugin.js | 160 -
.../plugins/pastefromword/filter/default.js | 1214 --
.../plugins/pastefromword/lang/de.js | 10 -
.../plugins/pastefromword/lang/eu.js | 10 -
.../plugins/pastefromword/lang/ko.js | 10 -
.../plugins/pastefromword/plugin.js | 141 -
.../plugins/pastetext/lang/de.js | 8 -
.../plugins/pastetext/lang/eu.js | 8 -
.../plugins/pastetext/plugin.js | 78 -
.../plugins/placeholder/dev/placeholder.html | 61 -
.../plugins/placeholder/lang/de.js | 12 -
.../plugins/placeholder/lang/eu.js | 12 -
.../plugins/placeholder/lang/id.js | 12 -
.../plugins/placeholder/lang/ko.js | 12 -
.../plugins/placeholder/lang/sv.js | 12 -
.../plugins/placeholder/lang/ug.js | 12 -
.../placeholder/samples/placeholder.html | 72 -
.../ckeditor_4.4.7/plugins/print/lang/ko.js | 7 -
.../plugins/removeformat/lang/de.js | 7 -
.../plugins/removeformat/lang/eu.js | 7 -
.../plugins/removeformat/lang/ko.js | 7 -
.../plugins/removeformat/lang/uk.js | 7 -
.../ckeditor_4.4.7/plugins/resize/plugin.js | 169 -
.../ckeditor_4.4.7/plugins/save/lang/ko.js | 7 -
.../plugins/selectall/lang/ko.js | 7 -
.../plugins/sharedspace/plugin.js | 132 -
.../sharedspace/samples/sharedspace.html | 119 -
.../plugins/showblocks/lang/eu.js | 7 -
.../ckeditor_4.4.7/plugins/smiley/lang/de.js | 9 -
.../ckeditor_4.4.7/plugins/smiley/lang/ko.js | 9 -
.../plugins/sourcearea/lang/bg.js | 7 -
.../plugins/sourcearea/lang/eu.js | 7 -
.../plugins/sourcearea/plugin.js | 168 -
.../plugins/sourcedialog/lang/eu.js | 9 -
.../sourcedialog/samples/sourcedialog.html | 118 -
.../plugins/specialchar/dialogs/lang/da.js | 125 -
.../plugins/specialchar/dialogs/lang/de.js | 125 -
.../plugins/specialchar/dialogs/lang/el.js | 125 -
.../plugins/specialchar/dialogs/lang/fr.js | 125 -
.../plugins/specialchar/dialogs/lang/pl.js | 125 -
.../plugins/specialchar/dialogs/lang/zh.js | 125 -
.../plugins/specialchar/lang/de.js | 9 -
.../plugins/specialchar/lang/eu.js | 9 -
.../plugins/specialchar/plugin.js | 83 -
.../plugins/stylescombo/lang/de.js | 11 -
.../plugins/stylescombo/lang/eu.js | 11 -
.../plugins/stylescombo/lang/gl.js | 11 -
.../plugins/stylescombo/lang/ko.js | 11 -
.../plugins/stylescombo/lang/zh.js | 11 -
.../plugins/stylesheetparser/plugin.js | 152 -
.../samples/stylesheetparser.html | 82 -
.../lib/ckeditor_4.4.7/plugins/tab/plugin.js | 302 -
.../plugins/table/dialogs/table.js | 540 -
.../ckeditor_4.4.7/plugins/table/lang/de.js | 74 -
.../ckeditor_4.4.7/plugins/table/lang/el.js | 74 -
.../ckeditor_4.4.7/plugins/table/lang/eu.js | 74 -
.../ckeditor_4.4.7/plugins/table/lang/ko.js | 74 -
.../ckeditor_4.4.7/plugins/table/lang/tt.js | 74 -
.../ckeditor_4.4.7/plugins/table/lang/zh.js | 74 -
.../plugins/tableresize/dev/tableresize.html | 107 -
.../plugins/tableresize/plugin.js | 413 -
.../tableresize/samples/tableresize.html | 104 -
.../plugins/tabletools/plugin.js | 1005 --
.../plugins/templates/lang/de.js | 12 -
.../plugins/templates/lang/eu.js | 12 -
.../plugins/templates/lang/ko.js | 12 -
.../ckeditor_4.4.7/plugins/toolbar/lang/bg.js | 22 -
.../ckeditor_4.4.7/plugins/toolbar/lang/de.js | 22 -
.../ckeditor_4.4.7/plugins/toolbar/lang/eu.js | 22 -
.../ckeditor_4.4.7/plugins/toolbar/lang/id.js | 22 -
.../ckeditor_4.4.7/plugins/toolbar/lang/ko.js | 22 -
.../ckeditor_4.4.7/plugins/toolbar/lang/sv.js | 22 -
.../ckeditor_4.4.7/plugins/toolbar/plugin.js | 793 -
.../plugins/toolbar/samples/toolbar.html | 232 -
.../ckeditor_4.4.7/plugins/uicolor/lang/de.js | 11 -
.../ckeditor_4.4.7/plugins/uicolor/lang/eu.js | 11 -
.../ckeditor_4.4.7/plugins/uicolor/lang/ko.js | 11 -
.../plugins/uicolor/samples/uicolor.html | 103 -
.../plugins/undo/dev/snapshot.html | 86 -
.../ckeditor_4.4.7/plugins/undo/lang/ko.js | 8 -
.../lib/ckeditor_4.4.7/plugins/undo/plugin.js | 1324 --
.../plugins/widget/dev/nestedwidgets.html | 135 -
.../plugins/widget/dev/widgetstyles.html | 145 -
.../ckeditor_4.4.7/plugins/widget/lang/ar.js | 7 -
.../ckeditor_4.4.7/plugins/widget/lang/de.js | 7 -
.../ckeditor_4.4.7/plugins/widget/plugin.js | 3744 ----
.../plugins/wysiwygarea/plugin.js | 718 -
.../plugins/wysiwygarea/samples/fullpage.html | 77 -
.../lib/ckeditor_4.4.7/samples/ajax.html | 82 -
.../lib/ckeditor_4.4.7/samples/api.html | 207 -
.../lib/ckeditor_4.4.7/samples/appendto.html | 56 -
.../ckeditor_4.4.7/samples/datafiltering.html | 401 -
.../ckeditor_4.4.7/samples/divreplace.html | 141 -
.../lib/ckeditor_4.4.7/samples/index.html | 176 -
.../lib/ckeditor_4.4.7/samples/inlineall.html | 311 -
.../ckeditor_4.4.7/samples/inlinebycode.html | 121 -
.../samples/inlinetextarea.html | 110 -
.../lib/ckeditor_4.4.7/samples/jquery.html | 100 -
.../lib/ckeditor_4.4.7/samples/readonly.html | 73 -
.../samples/replacebyclass.html | 57 -
.../ckeditor_4.4.7/samples/replacebycode.html | 56 -
.../lib/ckeditor_4.4.7/samples/sample.css | 365 -
.../samples/sample_posteddata.php | 16 -
.../lib/ckeditor_4.4.7/samples/tabindex.html | 75 -
.../lib/ckeditor_4.4.7/samples/uicolor.html | 69 -
.../ckeditor_4.4.7/samples/uilanguages.html | 119 -
.../ckeditor_4.4.7/samples/xhtmlstyle.html | 231 -
.../lib/ckeditor_4.4.7/skins/kama/dialog.css | 855 -
.../lib/ckeditor_4.4.7/skins/kama/editor.css | 66 -
.../skins/kama/elementspath.css | 60 -
.../lib/ckeditor_4.4.7/skins/kama/mainui.css | 213 -
.../lib/ckeditor_4.4.7/skins/kama/panel.css | 224 -
.../lib/ckeditor_4.4.7/skins/kama/presets.css | 37 -
.../lib/ckeditor_4.4.7/skins/kama/readme.md | 40 -
.../lib/ckeditor_4.4.7/skins/kama/reset.css | 125 -
.../ckeditor_4.4.7/skins/kama/richcombo.css | 182 -
.../lib/ckeditor_4.4.7/skins/kama/skin.js | 261 -
.../lib/ckeditor_4.4.7/skins/kama/toolbar.css | 366 -
.../lib/ckeditor_4.4.7/skins/moono/dialog.css | 1073 --
.../lib/ckeditor_4.4.7/skins/moono/editor.css | 66 -
.../skins/moono/elementspath.css | 80 -
.../lib/ckeditor_4.4.7/skins/moono/mainui.css | 234 -
.../lib/ckeditor_4.4.7/skins/moono/menu.css | 203 -
.../lib/ckeditor_4.4.7/skins/moono/panel.css | 256 -
.../ckeditor_4.4.7/skins/moono/presets.css | 37 -
.../lib/ckeditor_4.4.7/skins/moono/readme.md | 51 -
.../lib/ckeditor_4.4.7/skins/moono/reset.css | 126 -
.../ckeditor_4.4.7/skins/moono/richcombo.css | 233 -
.../lib/ckeditor_4.4.7/skins/moono/skin.js | 322 -
.../ckeditor_4.4.7/skins/moono/toolbar.css | 434 -
.../js/editor/lib/ckeditor_4.5.3/CHANGES.md | 960 -
.../lib/ckeditor_4.5.3/adapters/jquery.js | 377 -
.../js/editor/lib/ckeditor_4.5.3/ckeditor.js | 48 -
.../js/editor/lib/ckeditor_4.5.3/config.js | 72 -
.../lib/ckeditor_4.5.3/core/_bootstrap.js | 74 -
.../lib/ckeditor_4.5.3/core/ckeditor.js | 204 -
.../lib/ckeditor_4.5.3/core/ckeditor_basic.js | 94 -
.../editor/lib/ckeditor_4.5.3/core/command.js | 271 -
.../ckeditor_4.5.3/core/commanddefinition.js | 139 -
.../editor/lib/ckeditor_4.5.3/core/config.js | 386 -
.../lib/ckeditor_4.5.3/core/dataprocessor.js | 70 -
.../js/editor/lib/ckeditor_4.5.3/core/dom.js | 13 -
.../lib/ckeditor_4.5.3/core/dom/comment.js | 53 -
.../lib/ckeditor_4.5.3/core/dom/document.js | 326 -
.../lib/ckeditor_4.5.3/core/dom/element.js | 2103 ---
.../ckeditor_4.5.3/core/dom/elementpath.js | 251 -
.../lib/ckeditor_4.5.3/core/dom/event.js | 208 -
.../lib/ckeditor_4.5.3/core/dom/iterator.js | 565 -
.../lib/ckeditor_4.5.3/core/dom/node.js | 850 -
.../lib/ckeditor_4.5.3/core/dom/nodelist.js | 43 -
.../lib/ckeditor_4.5.3/core/dom/range.js | 2864 ---
.../lib/ckeditor_4.5.3/core/dom/rangelist.js | 199 -
.../lib/ckeditor_4.5.3/core/dom/window.js | 95 -
.../js/editor/lib/ckeditor_4.5.3/core/dtd.js | 349 -
.../editor/lib/ckeditor_4.5.3/core/editor.js | 1954 --
.../lib/ckeditor_4.5.3/core/editor_basic.js | 36 -
.../js/editor/lib/ckeditor_4.5.3/core/env.js | 360 -
.../editor/lib/ckeditor_4.5.3/core/event.js | 389 -
.../editor/lib/ckeditor_4.5.3/core/filter.js | 2433 ---
.../lib/ckeditor_4.5.3/core/focusmanager.js | 273 -
.../ckeditor_4.5.3/core/htmldataprocessor.js | 1034 --
.../lib/ckeditor_4.5.3/core/htmlparser.js | 205 -
.../core/htmlparser/basicwriter.js | 152 -
.../ckeditor_4.5.3/core/htmlparser/cdata.js | 48 -
.../ckeditor_4.5.3/core/htmlparser/comment.js | 80 -
.../ckeditor_4.5.3/core/htmlparser/element.js | 536 -
.../ckeditor_4.5.3/core/htmlparser/filter.js | 407 -
.../core/htmlparser/fragment.js | 646 -
.../ckeditor_4.5.3/core/htmlparser/node.js | 156 -
.../ckeditor_4.5.3/core/htmlparser/text.js | 70 -
.../ckeditor_4.5.3/core/keystrokehandler.js | 169 -
.../js/editor/lib/ckeditor_4.5.3/core/lang.js | 103 -
.../editor/lib/ckeditor_4.5.3/core/loader.js | 224 -
.../ckeditor_4.5.3/core/plugindefinition.js | 177 -
.../editor/lib/ckeditor_4.5.3/core/plugins.js | 119 -
.../ckeditor_4.5.3/core/resourcemanager.js | 228 -
.../lib/ckeditor_4.5.3/core/scriptloader.js | 203 -
.../lib/ckeditor_4.5.3/core/selection.js | 2187 ---
.../js/editor/lib/ckeditor_4.5.3/core/skin.js | 346 -
.../editor/lib/ckeditor_4.5.3/core/style.js | 2086 ---
.../lib/ckeditor_4.5.3/core/template.js | 68 -
.../editor/lib/ckeditor_4.5.3/core/tools.js | 1302 --
.../dev/console/focusconsole.js | 90 -
.../lang/_translationstatus.txt | 63 -
.../js/editor/lib/ckeditor_4.5.3/lang/af.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ar.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/bn.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/bs.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ca.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/cs.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/cy.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/da.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/el.js | 100 -
.../editor/lib/ckeditor_4.5.3/lang/en-au.js | 100 -
.../editor/lib/ckeditor_4.5.3/lang/en-ca.js | 100 -
.../editor/lib/ckeditor_4.5.3/lang/en-gb.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/en.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/et.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/eu.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/fa.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/fi.js | 100 -
.../editor/lib/ckeditor_4.5.3/lang/fr-ca.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/fr.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/gu.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/he.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/hi.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/hr.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/hu.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/id.js | 99 -
.../js/editor/lib/ckeditor_4.5.3/lang/is.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/it.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ja.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ka.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/km.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ku.js | 99 -
.../js/editor/lib/ckeditor_4.5.3/lang/lt.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/mk.js | 99 -
.../js/editor/lib/ckeditor_4.5.3/lang/mn.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ms.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/nb.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/nl.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/no.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/pl.js | 100 -
.../editor/lib/ckeditor_4.5.3/lang/pt-br.js | 99 -
.../js/editor/lib/ckeditor_4.5.3/lang/pt.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ru.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/si.js | 99 -
.../js/editor/lib/ckeditor_4.5.3/lang/sk.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/sl.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/sq.js | 99 -
.../editor/lib/ckeditor_4.5.3/lang/sr-latn.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/sr.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/sv.js | 99 -
.../js/editor/lib/ckeditor_4.5.3/lang/th.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/ug.js | 99 -
.../js/editor/lib/ckeditor_4.5.3/lang/uk.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/vi.js | 100 -
.../editor/lib/ckeditor_4.5.3/lang/zh-cn.js | 100 -
.../js/editor/lib/ckeditor_4.5.3/lang/zh.js | 100 -
.../plugins/a11yhelp/dialogs/a11yhelp.js | 216 -
.../dialogs/lang/_translationstatus.txt | 25 -
.../plugins/a11yhelp/dialogs/lang/eo.js | 148 -
.../plugins/a11yhelp/dialogs/lang/fr.js | 148 -
.../plugins/a11yhelp/dialogs/lang/ku.js | 148 -
.../plugins/a11yhelp/dialogs/lang/ru.js | 148 -
.../plugins/a11yhelp/dialogs/lang/ug.js | 148 -
.../plugins/a11yhelp/dialogs/lang/uk.js | 148 -
.../ckeditor_4.5.3/plugins/a11yhelp/plugin.js | 51 -
.../plugins/about/dialogs/about.js | 73 -
.../about/dialogs/hidpi/logo_ckeditor.png | Bin 13339 -> 0 bytes
.../plugins/about/dialogs/logo_ckeditor.png | Bin 6757 -> 0 bytes
.../plugins/about/icons/about.png | Bin 843 -> 0 bytes
.../plugins/about/icons/hidpi/about.png | Bin 1992 -> 0 bytes
.../ckeditor_4.5.3/plugins/about/lang/af.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ar.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/bg.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/bn.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/bs.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ca.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/cs.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/cy.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/da.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/el.js | 12 -
.../plugins/about/lang/en-au.js | 12 -
.../plugins/about/lang/en-ca.js | 12 -
.../plugins/about/lang/en-gb.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/en.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/eo.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/es.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/et.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/eu.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/fa.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/fi.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/fo.js | 12 -
.../plugins/about/lang/fr-ca.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/fr.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/gl.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/gu.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/he.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/hi.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/hr.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/hu.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/id.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/is.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/it.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ja.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ka.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/km.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ku.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/lt.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/lv.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/mk.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/mn.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ms.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/nb.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/nl.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/no.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/pl.js | 12 -
.../plugins/about/lang/pt-br.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/pt.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ro.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ru.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/si.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/sk.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/sl.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/sq.js | 12 -
.../plugins/about/lang/sr-latn.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/sr.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/sv.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/th.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/tr.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/ug.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/uk.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/vi.js | 12 -
.../plugins/about/lang/zh-cn.js | 12 -
.../ckeditor_4.5.3/plugins/about/lang/zh.js | 12 -
.../ckeditor_4.5.3/plugins/about/plugin.js | 27 -
.../ckeditor_4.5.3/plugins/adobeair/plugin.js | 190 -
.../lib/ckeditor_4.5.3/plugins/ajax/plugin.js | 185 -
.../plugins/autoembed/plugin.js | 214 -
.../ckeditor_4.5.3/plugins/autogrow/plugin.js | 209 -
.../plugins/basicstyles/icons/bold.png | Bin 813 -> 0 bytes
.../plugins/basicstyles/icons/hidpi/bold.png | Bin 1865 -> 0 bytes
.../basicstyles/icons/hidpi/italic.png | Bin 1452 -> 0 bytes
.../basicstyles/icons/hidpi/strike.png | Bin 2171 -> 0 bytes
.../basicstyles/icons/hidpi/subscript.png | Bin 1965 -> 0 bytes
.../basicstyles/icons/hidpi/superscript.png | Bin 2021 -> 0 bytes
.../basicstyles/icons/hidpi/underline.png | Bin 1577 -> 0 bytes
.../plugins/basicstyles/icons/italic.png | Bin 708 -> 0 bytes
.../plugins/basicstyles/icons/strike.png | Bin 879 -> 0 bytes
.../plugins/basicstyles/icons/subscript.png | Bin 806 -> 0 bytes
.../plugins/basicstyles/icons/superscript.png | Bin 859 -> 0 bytes
.../plugins/basicstyles/icons/underline.png | Bin 747 -> 0 bytes
.../plugins/basicstyles/lang/af.js | 12 -
.../plugins/basicstyles/lang/ar.js | 12 -
.../plugins/basicstyles/lang/bg.js | 12 -
.../plugins/basicstyles/lang/bn.js | 12 -
.../plugins/basicstyles/lang/bs.js | 12 -
.../plugins/basicstyles/lang/ca.js | 12 -
.../plugins/basicstyles/lang/cs.js | 12 -
.../plugins/basicstyles/lang/cy.js | 12 -
.../plugins/basicstyles/lang/da.js | 12 -
.../plugins/basicstyles/lang/de.js | 12 -
.../plugins/basicstyles/lang/el.js | 12 -
.../plugins/basicstyles/lang/en-au.js | 12 -
.../plugins/basicstyles/lang/en-ca.js | 12 -
.../plugins/basicstyles/lang/en-gb.js | 12 -
.../plugins/basicstyles/lang/en.js | 12 -
.../plugins/basicstyles/lang/eo.js | 12 -
.../plugins/basicstyles/lang/es.js | 12 -
.../plugins/basicstyles/lang/et.js | 12 -
.../plugins/basicstyles/lang/eu.js | 12 -
.../plugins/basicstyles/lang/fa.js | 12 -
.../plugins/basicstyles/lang/fi.js | 12 -
.../plugins/basicstyles/lang/fo.js | 12 -
.../plugins/basicstyles/lang/fr-ca.js | 12 -
.../plugins/basicstyles/lang/fr.js | 12 -
.../plugins/basicstyles/lang/gl.js | 12 -
.../plugins/basicstyles/lang/gu.js | 12 -
.../plugins/basicstyles/lang/he.js | 12 -
.../plugins/basicstyles/lang/hi.js | 12 -
.../plugins/basicstyles/lang/hr.js | 12 -
.../plugins/basicstyles/lang/hu.js | 12 -
.../plugins/basicstyles/lang/id.js | 12 -
.../plugins/basicstyles/lang/is.js | 12 -
.../plugins/basicstyles/lang/it.js | 12 -
.../plugins/basicstyles/lang/ja.js | 12 -
.../plugins/basicstyles/lang/ka.js | 12 -
.../plugins/basicstyles/lang/km.js | 12 -
.../plugins/basicstyles/lang/ku.js | 12 -
.../plugins/basicstyles/lang/lt.js | 12 -
.../plugins/basicstyles/lang/lv.js | 12 -
.../plugins/basicstyles/lang/mk.js | 12 -
.../plugins/basicstyles/lang/mn.js | 12 -
.../plugins/basicstyles/lang/ms.js | 12 -
.../plugins/basicstyles/lang/nb.js | 12 -
.../plugins/basicstyles/lang/nl.js | 12 -
.../plugins/basicstyles/lang/no.js | 12 -
.../plugins/basicstyles/lang/pl.js | 12 -
.../plugins/basicstyles/lang/pt-br.js | 12 -
.../plugins/basicstyles/lang/pt.js | 12 -
.../plugins/basicstyles/lang/ro.js | 12 -
.../plugins/basicstyles/lang/ru.js | 12 -
.../plugins/basicstyles/lang/si.js | 12 -
.../plugins/basicstyles/lang/sk.js | 12 -
.../plugins/basicstyles/lang/sl.js | 12 -
.../plugins/basicstyles/lang/sq.js | 12 -
.../plugins/basicstyles/lang/sr-latn.js | 12 -
.../plugins/basicstyles/lang/sr.js | 12 -
.../plugins/basicstyles/lang/sv.js | 12 -
.../plugins/basicstyles/lang/th.js | 12 -
.../plugins/basicstyles/lang/tr.js | 12 -
.../plugins/basicstyles/lang/tt.js | 12 -
.../plugins/basicstyles/lang/ug.js | 12 -
.../plugins/basicstyles/lang/uk.js | 12 -
.../plugins/basicstyles/lang/vi.js | 12 -
.../plugins/basicstyles/lang/zh-cn.js | 12 -
.../plugins/basicstyles/lang/zh.js | 12 -
.../plugins/basicstyles/plugin.js | 191 -
.../plugins/bidi/icons/bidiltr.png | Bin 769 -> 0 bytes
.../plugins/bidi/icons/bidirtl.png | Bin 768 -> 0 bytes
.../plugins/bidi/icons/hidpi/bidiltr.png | Bin 1579 -> 0 bytes
.../plugins/bidi/icons/hidpi/bidirtl.png | Bin 1596 -> 0 bytes
.../ckeditor_4.5.3/plugins/bidi/lang/af.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ar.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/bg.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/bn.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/bs.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ca.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/cs.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/cy.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/da.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/de.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/el.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/en-au.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/en-ca.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/en-gb.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/en.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/eo.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/es.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/et.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/eu.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/fa.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/fi.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/fo.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/fr-ca.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/fr.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/gl.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/gu.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/he.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/hi.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/hr.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/hu.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/id.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/is.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/it.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ja.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ka.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/km.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ku.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/lt.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/lv.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/mk.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/mn.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ms.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/nb.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/nl.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/no.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/pl.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/pt-br.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/pt.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ru.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/si.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/sk.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/sl.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/sq.js | 8 -
.../plugins/bidi/lang/sr-latn.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/sr.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/sv.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/th.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/tr.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/tt.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/ug.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/uk.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/vi.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/zh-cn.js | 8 -
.../ckeditor_4.5.3/plugins/bidi/lang/zh.js | 8 -
.../lib/ckeditor_4.5.3/plugins/bidi/plugin.js | 320 -
.../plugins/blockquote/icons/blockquote.png | Bin 925 -> 0 bytes
.../blockquote/icons/hidpi/blockquote.png | Bin 2233 -> 0 bytes
.../plugins/blockquote/lang/af.js | 7 -
.../plugins/blockquote/lang/ar.js | 7 -
.../plugins/blockquote/lang/bg.js | 7 -
.../plugins/blockquote/lang/bn.js | 7 -
.../plugins/blockquote/lang/bs.js | 7 -
.../plugins/blockquote/lang/ca.js | 7 -
.../plugins/blockquote/lang/cs.js | 7 -
.../plugins/blockquote/lang/cy.js | 7 -
.../plugins/blockquote/lang/da.js | 7 -
.../plugins/blockquote/lang/de.js | 7 -
.../plugins/blockquote/lang/el.js | 7 -
.../plugins/blockquote/lang/en-au.js | 7 -
.../plugins/blockquote/lang/en-ca.js | 7 -
.../plugins/blockquote/lang/en-gb.js | 7 -
.../plugins/blockquote/lang/en.js | 7 -
.../plugins/blockquote/lang/eo.js | 7 -
.../plugins/blockquote/lang/es.js | 7 -
.../plugins/blockquote/lang/et.js | 7 -
.../plugins/blockquote/lang/eu.js | 7 -
.../plugins/blockquote/lang/fa.js | 7 -
.../plugins/blockquote/lang/fi.js | 7 -
.../plugins/blockquote/lang/fo.js | 7 -
.../plugins/blockquote/lang/fr-ca.js | 7 -
.../plugins/blockquote/lang/fr.js | 7 -
.../plugins/blockquote/lang/gl.js | 7 -
.../plugins/blockquote/lang/gu.js | 7 -
.../plugins/blockquote/lang/he.js | 7 -
.../plugins/blockquote/lang/hi.js | 7 -
.../plugins/blockquote/lang/hr.js | 7 -
.../plugins/blockquote/lang/hu.js | 7 -
.../plugins/blockquote/lang/id.js | 7 -
.../plugins/blockquote/lang/is.js | 7 -
.../plugins/blockquote/lang/it.js | 7 -
.../plugins/blockquote/lang/ja.js | 7 -
.../plugins/blockquote/lang/ka.js | 7 -
.../plugins/blockquote/lang/km.js | 7 -
.../plugins/blockquote/lang/ku.js | 7 -
.../plugins/blockquote/lang/lt.js | 7 -
.../plugins/blockquote/lang/lv.js | 7 -
.../plugins/blockquote/lang/mk.js | 7 -
.../plugins/blockquote/lang/mn.js | 7 -
.../plugins/blockquote/lang/ms.js | 7 -
.../plugins/blockquote/lang/nb.js | 7 -
.../plugins/blockquote/lang/nl.js | 7 -
.../plugins/blockquote/lang/no.js | 7 -
.../plugins/blockquote/lang/pl.js | 7 -
.../plugins/blockquote/lang/pt-br.js | 7 -
.../plugins/blockquote/lang/pt.js | 7 -
.../plugins/blockquote/lang/ro.js | 7 -
.../plugins/blockquote/lang/ru.js | 7 -
.../plugins/blockquote/lang/si.js | 7 -
.../plugins/blockquote/lang/sk.js | 7 -
.../plugins/blockquote/lang/sl.js | 7 -
.../plugins/blockquote/lang/sq.js | 7 -
.../plugins/blockquote/lang/sr-latn.js | 7 -
.../plugins/blockquote/lang/sr.js | 7 -
.../plugins/blockquote/lang/sv.js | 7 -
.../plugins/blockquote/lang/th.js | 7 -
.../plugins/blockquote/lang/tr.js | 7 -
.../plugins/blockquote/lang/tt.js | 7 -
.../plugins/blockquote/lang/ug.js | 7 -
.../plugins/blockquote/lang/uk.js | 7 -
.../plugins/blockquote/lang/vi.js | 7 -
.../plugins/blockquote/lang/zh-cn.js | 7 -
.../plugins/blockquote/lang/zh.js | 7 -
.../plugins/blockquote/plugin.js | 251 -
.../ckeditor_4.5.3/plugins/button/lang/af.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/ca.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/cs.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/da.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/de.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/el.js | 8 -
.../plugins/button/lang/en-gb.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/en.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/eo.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/fa.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/fi.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/fr.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/gl.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/he.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/hu.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/it.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/ja.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/km.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/ku.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/lt.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/nb.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/nl.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/pl.js | 8 -
.../plugins/button/lang/pt-br.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/pt.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/ro.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/ru.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/sk.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/sl.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/sq.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/sv.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/tr.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/tt.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/uk.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/vi.js | 8 -
.../plugins/button/lang/zh-cn.js | 8 -
.../ckeditor_4.5.3/plugins/button/lang/zh.js | 8 -
.../ckeditor_4.5.3/plugins/button/plugin.js | 377 -
.../plugins/clipboard/dialogs/paste.js | 229 -
.../plugins/clipboard/icons/copy-rtl.png | Bin 684 -> 0 bytes
.../plugins/clipboard/icons/copy.png | Bin 684 -> 0 bytes
.../plugins/clipboard/icons/cut-rtl.png | Bin 1031 -> 0 bytes
.../plugins/clipboard/icons/cut.png | Bin 1031 -> 0 bytes
.../clipboard/icons/hidpi/copy-rtl.png | Bin 1558 -> 0 bytes
.../plugins/clipboard/icons/hidpi/copy.png | Bin 1558 -> 0 bytes
.../plugins/clipboard/icons/hidpi/cut-rtl.png | Bin 2692 -> 0 bytes
.../plugins/clipboard/icons/hidpi/cut.png | Bin 2692 -> 0 bytes
.../clipboard/icons/hidpi/paste-rtl.png | Bin 1959 -> 0 bytes
.../plugins/clipboard/icons/hidpi/paste.png | Bin 1959 -> 0 bytes
.../plugins/clipboard/icons/paste-rtl.png | Bin 724 -> 0 bytes
.../plugins/clipboard/icons/paste.png | Bin 724 -> 0 bytes
.../plugins/clipboard/lang/af.js | 15 -
.../plugins/clipboard/lang/ar.js | 15 -
.../plugins/clipboard/lang/bg.js | 15 -
.../plugins/clipboard/lang/bn.js | 15 -
.../plugins/clipboard/lang/bs.js | 15 -
.../plugins/clipboard/lang/ca.js | 15 -
.../plugins/clipboard/lang/cs.js | 15 -
.../plugins/clipboard/lang/cy.js | 15 -
.../plugins/clipboard/lang/da.js | 15 -
.../plugins/clipboard/lang/de.js | 15 -
.../plugins/clipboard/lang/el.js | 15 -
.../plugins/clipboard/lang/en-au.js | 15 -
.../plugins/clipboard/lang/en-ca.js | 15 -
.../plugins/clipboard/lang/en-gb.js | 15 -
.../plugins/clipboard/lang/en.js | 15 -
.../plugins/clipboard/lang/eo.js | 15 -
.../plugins/clipboard/lang/es.js | 15 -
.../plugins/clipboard/lang/et.js | 15 -
.../plugins/clipboard/lang/eu.js | 15 -
.../plugins/clipboard/lang/fa.js | 15 -
.../plugins/clipboard/lang/fi.js | 15 -
.../plugins/clipboard/lang/fo.js | 15 -
.../plugins/clipboard/lang/fr-ca.js | 15 -
.../plugins/clipboard/lang/fr.js | 15 -
.../plugins/clipboard/lang/gl.js | 15 -
.../plugins/clipboard/lang/gu.js | 15 -
.../plugins/clipboard/lang/he.js | 15 -
.../plugins/clipboard/lang/hi.js | 15 -
.../plugins/clipboard/lang/hr.js | 15 -
.../plugins/clipboard/lang/hu.js | 15 -
.../plugins/clipboard/lang/id.js | 15 -
.../plugins/clipboard/lang/is.js | 15 -
.../plugins/clipboard/lang/it.js | 15 -
.../plugins/clipboard/lang/ja.js | 15 -
.../plugins/clipboard/lang/ka.js | 15 -
.../plugins/clipboard/lang/km.js | 15 -
.../plugins/clipboard/lang/ku.js | 15 -
.../plugins/clipboard/lang/lt.js | 15 -
.../plugins/clipboard/lang/lv.js | 15 -
.../plugins/clipboard/lang/mk.js | 15 -
.../plugins/clipboard/lang/mn.js | 15 -
.../plugins/clipboard/lang/ms.js | 15 -
.../plugins/clipboard/lang/nb.js | 15 -
.../plugins/clipboard/lang/nl.js | 15 -
.../plugins/clipboard/lang/no.js | 15 -
.../plugins/clipboard/lang/pl.js | 15 -
.../plugins/clipboard/lang/pt-br.js | 15 -
.../plugins/clipboard/lang/pt.js | 15 -
.../plugins/clipboard/lang/ro.js | 15 -
.../plugins/clipboard/lang/ru.js | 15 -
.../plugins/clipboard/lang/si.js | 15 -
.../plugins/clipboard/lang/sk.js | 15 -
.../plugins/clipboard/lang/sl.js | 15 -
.../plugins/clipboard/lang/sq.js | 15 -
.../plugins/clipboard/lang/sr-latn.js | 15 -
.../plugins/clipboard/lang/sr.js | 15 -
.../plugins/clipboard/lang/sv.js | 15 -
.../plugins/clipboard/lang/th.js | 15 -
.../plugins/clipboard/lang/tr.js | 15 -
.../plugins/clipboard/lang/tt.js | 15 -
.../plugins/clipboard/lang/ug.js | 15 -
.../plugins/clipboard/lang/uk.js | 15 -
.../plugins/clipboard/lang/vi.js | 15 -
.../plugins/clipboard/lang/zh-cn.js | 15 -
.../plugins/clipboard/lang/zh.js | 15 -
.../plugins/clipboard/plugin.js | 2711 ---
.../codesnippet/dialogs/codesnippet.js | 83 -
.../plugins/codesnippet/icons/codesnippet.png | Bin 597 -> 0 bytes
.../codesnippet/icons/hidpi/codesnippet.png | Bin 1887 -> 0 bytes
.../plugins/codesnippet/lang/ca.js | 13 -
.../plugins/codesnippet/lang/cs.js | 13 -
.../plugins/codesnippet/lang/el.js | 13 -
.../plugins/codesnippet/lang/en-gb.js | 13 -
.../plugins/codesnippet/lang/en.js | 13 -
.../plugins/codesnippet/lang/eo.js | 13 -
.../plugins/codesnippet/lang/et.js | 13 -
.../plugins/codesnippet/lang/fi.js | 13 -
.../plugins/codesnippet/lang/fr-ca.js | 13 -
.../plugins/codesnippet/lang/fr.js | 13 -
.../plugins/codesnippet/lang/he.js | 13 -
.../plugins/codesnippet/lang/hr.js | 13 -
.../plugins/codesnippet/lang/hu.js | 13 -
.../plugins/codesnippet/lang/it.js | 13 -
.../plugins/codesnippet/lang/ja.js | 13 -
.../plugins/codesnippet/lang/km.js | 13 -
.../plugins/codesnippet/lang/ku.js | 13 -
.../plugins/codesnippet/lang/lt.js | 13 -
.../plugins/codesnippet/lang/lv.js | 13 -
.../plugins/codesnippet/lang/nb.js | 13 -
.../plugins/codesnippet/lang/nl.js | 13 -
.../plugins/codesnippet/lang/no.js | 13 -
.../plugins/codesnippet/lang/pl.js | 13 -
.../plugins/codesnippet/lang/pt-br.js | 13 -
.../plugins/codesnippet/lang/pt.js | 13 -
.../plugins/codesnippet/lang/sk.js | 13 -
.../plugins/codesnippet/lang/sl.js | 13 -
.../plugins/codesnippet/lang/sq.js | 13 -
.../plugins/codesnippet/lang/sv.js | 13 -
.../plugins/codesnippet/lang/th.js | 13 -
.../plugins/codesnippet/lang/tr.js | 13 -
.../plugins/codesnippet/lang/ug.js | 13 -
.../plugins/codesnippet/lang/uk.js | 13 -
.../plugins/codesnippet/lang/zh-cn.js | 13 -
.../codesnippet/lib/highlight/CHANGES.md | 827 -
.../plugins/codesnippet/lib/highlight/LICENSE | 24 -
.../codesnippet/lib/highlight/README.md | 167 -
.../codesnippet/lib/highlight/README.ru.md | 171 -
.../lib/highlight/highlight.pack.js | 2 -
.../codesnippet/lib/highlight/styles/arta.css | 160 -
.../lib/highlight/styles/ascetic.css | 50 -
.../highlight/styles/atelier-dune.dark.css | 93 -
.../highlight/styles/atelier-dune.light.css | 93 -
.../highlight/styles/atelier-forest.dark.css | 93 -
.../highlight/styles/atelier-forest.light.css | 93 -
.../highlight/styles/atelier-heath.dark.css | 93 -
.../highlight/styles/atelier-heath.light.css | 93 -
.../styles/atelier-lakeside.dark.css | 93 -
.../styles/atelier-lakeside.light.css | 93 -
.../highlight/styles/atelier-seaside.dark.css | 93 -
.../styles/atelier-seaside.light.css | 93 -
.../lib/highlight/styles/brown_paper.css | 105 -
.../lib/highlight/styles/brown_papersq.png | Bin 18198 -> 0 bytes
.../codesnippet/lib/highlight/styles/dark.css | 105 -
.../lib/highlight/styles/default.css | 153 -
.../lib/highlight/styles/docco.css | 132 -
.../codesnippet/lib/highlight/styles/far.css | 113 -
.../lib/highlight/styles/foundation.css | 133 -
.../lib/highlight/styles/github.css | 125 -
.../lib/highlight/styles/googlecode.css | 147 -
.../codesnippet/lib/highlight/styles/idea.css | 122 -
.../lib/highlight/styles/ir_black.css | 105 -
.../lib/highlight/styles/magula.css | 123 -
.../lib/highlight/styles/mono-blue.css | 62 -
.../lib/highlight/styles/monokai.css | 127 -
.../lib/highlight/styles/monokai_sublime.css | 149 -
.../lib/highlight/styles/obsidian.css | 154 -
.../lib/highlight/styles/paraiso.dark.css | 93 -
.../lib/highlight/styles/paraiso.light.css | 93 -
.../lib/highlight/styles/pojoaque.css | 106 -
.../lib/highlight/styles/pojoaque.jpg | Bin 1186 -> 0 bytes
.../lib/highlight/styles/railscasts.css | 182 -
.../lib/highlight/styles/rainbow.css | 112 -
.../lib/highlight/styles/school_book.css | 113 -
.../lib/highlight/styles/school_book.png | Bin 486 -> 0 bytes
.../lib/highlight/styles/solarized_dark.css | 107 -
.../lib/highlight/styles/solarized_light.css | 107 -
.../lib/highlight/styles/sunburst.css | 160 -
.../highlight/styles/tomorrow-night-blue.css | 93 -
.../styles/tomorrow-night-bright.css | 92 -
.../styles/tomorrow-night-eighties.css | 92 -
.../lib/highlight/styles/tomorrow-night.css | 93 -
.../lib/highlight/styles/tomorrow.css | 90 -
.../codesnippet/lib/highlight/styles/vs.css | 89 -
.../lib/highlight/styles/xcode.css | 158 -
.../lib/highlight/styles/zenburn.css | 117 -
.../plugins/codesnippet/plugin.js | 476 -
.../plugins/colorbutton/icons/bgcolor.png | Bin 906 -> 0 bytes
.../colorbutton/icons/hidpi/bgcolor.png | Bin 2169 -> 0 bytes
.../colorbutton/icons/hidpi/textcolor.png | Bin 1725 -> 0 bytes
.../plugins/colorbutton/icons/textcolor.png | Bin 813 -> 0 bytes
.../plugins/colorbutton/lang/af.js | 53 -
.../plugins/colorbutton/lang/ar.js | 53 -
.../plugins/colorbutton/lang/bg.js | 53 -
.../plugins/colorbutton/lang/bn.js | 53 -
.../plugins/colorbutton/lang/bs.js | 53 -
.../plugins/colorbutton/lang/ca.js | 53 -
.../plugins/colorbutton/lang/cs.js | 53 -
.../plugins/colorbutton/lang/cy.js | 53 -
.../plugins/colorbutton/lang/da.js | 53 -
.../plugins/colorbutton/lang/en-au.js | 53 -
.../plugins/colorbutton/lang/en-ca.js | 53 -
.../plugins/colorbutton/lang/en-gb.js | 53 -
.../plugins/colorbutton/lang/en.js | 53 -
.../plugins/colorbutton/lang/eo.js | 53 -
.../plugins/colorbutton/lang/es.js | 53 -
.../plugins/colorbutton/lang/et.js | 53 -
.../plugins/colorbutton/lang/eu.js | 53 -
.../plugins/colorbutton/lang/fa.js | 53 -
.../plugins/colorbutton/lang/fi.js | 53 -
.../plugins/colorbutton/lang/fo.js | 53 -
.../plugins/colorbutton/lang/fr-ca.js | 53 -
.../plugins/colorbutton/lang/fr.js | 53 -
.../plugins/colorbutton/lang/gl.js | 53 -
.../plugins/colorbutton/lang/gu.js | 53 -
.../plugins/colorbutton/lang/he.js | 53 -
.../plugins/colorbutton/lang/hi.js | 53 -
.../plugins/colorbutton/lang/hr.js | 53 -
.../plugins/colorbutton/lang/hu.js | 53 -
.../plugins/colorbutton/lang/id.js | 53 -
.../plugins/colorbutton/lang/is.js | 53 -
.../plugins/colorbutton/lang/it.js | 53 -
.../plugins/colorbutton/lang/ja.js | 53 -
.../plugins/colorbutton/lang/ka.js | 53 -
.../plugins/colorbutton/lang/km.js | 53 -
.../plugins/colorbutton/lang/ku.js | 53 -
.../plugins/colorbutton/lang/lt.js | 53 -
.../plugins/colorbutton/lang/lv.js | 53 -
.../plugins/colorbutton/lang/mk.js | 53 -
.../plugins/colorbutton/lang/mn.js | 53 -
.../plugins/colorbutton/lang/ms.js | 53 -
.../plugins/colorbutton/lang/nb.js | 53 -
.../plugins/colorbutton/lang/nl.js | 53 -
.../plugins/colorbutton/lang/no.js | 53 -
.../plugins/colorbutton/lang/pl.js | 53 -
.../plugins/colorbutton/lang/pt-br.js | 53 -
.../plugins/colorbutton/lang/pt.js | 53 -
.../plugins/colorbutton/lang/ro.js | 53 -
.../plugins/colorbutton/lang/ru.js | 53 -
.../plugins/colorbutton/lang/si.js | 53 -
.../plugins/colorbutton/lang/sk.js | 53 -
.../plugins/colorbutton/lang/sl.js | 53 -
.../plugins/colorbutton/lang/sq.js | 53 -
.../plugins/colorbutton/lang/sr-latn.js | 53 -
.../plugins/colorbutton/lang/sr.js | 53 -
.../plugins/colorbutton/lang/sv.js | 53 -
.../plugins/colorbutton/lang/th.js | 53 -
.../plugins/colorbutton/lang/tr.js | 53 -
.../plugins/colorbutton/lang/ug.js | 53 -
.../plugins/colorbutton/lang/uk.js | 53 -
.../plugins/colorbutton/lang/vi.js | 53 -
.../plugins/colorbutton/lang/zh-cn.js | 53 -
.../plugins/colorbutton/lang/zh.js | 53 -
.../plugins/colorbutton/plugin.js | 289 -
.../plugins/colordialog/lang/af.js | 11 -
.../plugins/colordialog/lang/ar.js | 11 -
.../plugins/colordialog/lang/bg.js | 11 -
.../plugins/colordialog/lang/bn.js | 11 -
.../plugins/colordialog/lang/bs.js | 11 -
.../plugins/colordialog/lang/ca.js | 11 -
.../plugins/colordialog/lang/cs.js | 11 -
.../plugins/colordialog/lang/cy.js | 11 -
.../plugins/colordialog/lang/da.js | 11 -
.../plugins/colordialog/lang/el.js | 11 -
.../plugins/colordialog/lang/en-au.js | 11 -
.../plugins/colordialog/lang/en-ca.js | 11 -
.../plugins/colordialog/lang/en-gb.js | 11 -
.../plugins/colordialog/lang/en.js | 11 -
.../plugins/colordialog/lang/eo.js | 11 -
.../plugins/colordialog/lang/es.js | 11 -
.../plugins/colordialog/lang/et.js | 11 -
.../plugins/colordialog/lang/eu.js | 11 -
.../plugins/colordialog/lang/fa.js | 11 -
.../plugins/colordialog/lang/fi.js | 11 -
.../plugins/colordialog/lang/fo.js | 11 -
.../plugins/colordialog/lang/fr-ca.js | 11 -
.../plugins/colordialog/lang/fr.js | 11 -
.../plugins/colordialog/lang/gl.js | 11 -
.../plugins/colordialog/lang/gu.js | 11 -
.../plugins/colordialog/lang/he.js | 11 -
.../plugins/colordialog/lang/hi.js | 11 -
.../plugins/colordialog/lang/hr.js | 11 -
.../plugins/colordialog/lang/hu.js | 11 -
.../plugins/colordialog/lang/is.js | 11 -
.../plugins/colordialog/lang/it.js | 11 -
.../plugins/colordialog/lang/ja.js | 11 -
.../plugins/colordialog/lang/ka.js | 11 -
.../plugins/colordialog/lang/km.js | 11 -
.../plugins/colordialog/lang/ku.js | 11 -
.../plugins/colordialog/lang/lt.js | 11 -
.../plugins/colordialog/lang/lv.js | 11 -
.../plugins/colordialog/lang/mk.js | 11 -
.../plugins/colordialog/lang/mn.js | 11 -
.../plugins/colordialog/lang/ms.js | 11 -
.../plugins/colordialog/lang/nl.js | 11 -
.../plugins/colordialog/lang/no.js | 11 -
.../plugins/colordialog/lang/pl.js | 11 -
.../plugins/colordialog/lang/pt-br.js | 11 -
.../plugins/colordialog/lang/pt.js | 11 -
.../plugins/colordialog/lang/ro.js | 11 -
.../plugins/colordialog/lang/ru.js | 11 -
.../plugins/colordialog/lang/si.js | 11 -
.../plugins/colordialog/lang/sk.js | 11 -
.../plugins/colordialog/lang/sl.js | 11 -
.../plugins/colordialog/lang/sq.js | 11 -
.../plugins/colordialog/lang/sr-latn.js | 11 -
.../plugins/colordialog/lang/sr.js | 11 -
.../plugins/colordialog/lang/sv.js | 11 -
.../plugins/colordialog/lang/th.js | 11 -
.../plugins/colordialog/lang/tr.js | 11 -
.../plugins/colordialog/lang/tt.js | 11 -
.../plugins/colordialog/lang/ug.js | 11 -
.../plugins/colordialog/lang/uk.js | 11 -
.../plugins/colordialog/lang/vi.js | 11 -
.../plugins/colordialog/lang/zh-cn.js | 11 -
.../plugins/colordialog/lang/zh.js | 11 -
.../plugins/colordialog/plugin.js | 71 -
.../plugins/contextmenu/lang/af.js | 7 -
.../plugins/contextmenu/lang/ar.js | 7 -
.../plugins/contextmenu/lang/bg.js | 7 -
.../plugins/contextmenu/lang/bn.js | 7 -
.../plugins/contextmenu/lang/bs.js | 7 -
.../plugins/contextmenu/lang/ca.js | 7 -
.../plugins/contextmenu/lang/cs.js | 7 -
.../plugins/contextmenu/lang/cy.js | 7 -
.../plugins/contextmenu/lang/da.js | 7 -
.../plugins/contextmenu/lang/el.js | 7 -
.../plugins/contextmenu/lang/en-au.js | 7 -
.../plugins/contextmenu/lang/en-ca.js | 7 -
.../plugins/contextmenu/lang/en-gb.js | 7 -
.../plugins/contextmenu/lang/en.js | 7 -
.../plugins/contextmenu/lang/eo.js | 7 -
.../plugins/contextmenu/lang/es.js | 7 -
.../plugins/contextmenu/lang/et.js | 7 -
.../plugins/contextmenu/lang/eu.js | 7 -
.../plugins/contextmenu/lang/fa.js | 7 -
.../plugins/contextmenu/lang/fi.js | 7 -
.../plugins/contextmenu/lang/fo.js | 7 -
.../plugins/contextmenu/lang/fr-ca.js | 7 -
.../plugins/contextmenu/lang/fr.js | 7 -
.../plugins/contextmenu/lang/gl.js | 7 -
.../plugins/contextmenu/lang/gu.js | 7 -
.../plugins/contextmenu/lang/he.js | 7 -
.../plugins/contextmenu/lang/hi.js | 7 -
.../plugins/contextmenu/lang/hr.js | 7 -
.../plugins/contextmenu/lang/hu.js | 7 -
.../plugins/contextmenu/lang/id.js | 7 -
.../plugins/contextmenu/lang/is.js | 7 -
.../plugins/contextmenu/lang/it.js | 7 -
.../plugins/contextmenu/lang/ja.js | 7 -
.../plugins/contextmenu/lang/ka.js | 7 -
.../plugins/contextmenu/lang/km.js | 7 -
.../plugins/contextmenu/lang/ko.js | 7 -
.../plugins/contextmenu/lang/ku.js | 7 -
.../plugins/contextmenu/lang/lt.js | 7 -
.../plugins/contextmenu/lang/lv.js | 7 -
.../plugins/contextmenu/lang/mk.js | 7 -
.../plugins/contextmenu/lang/mn.js | 7 -
.../plugins/contextmenu/lang/ms.js | 7 -
.../plugins/contextmenu/lang/nb.js | 7 -
.../plugins/contextmenu/lang/nl.js | 7 -
.../plugins/contextmenu/lang/no.js | 7 -
.../plugins/contextmenu/lang/pl.js | 7 -
.../plugins/contextmenu/lang/pt-br.js | 7 -
.../plugins/contextmenu/lang/pt.js | 7 -
.../plugins/contextmenu/lang/ro.js | 7 -
.../plugins/contextmenu/lang/ru.js | 7 -
.../plugins/contextmenu/lang/si.js | 7 -
.../plugins/contextmenu/lang/sk.js | 7 -
.../plugins/contextmenu/lang/sl.js | 7 -
.../plugins/contextmenu/lang/sq.js | 7 -
.../plugins/contextmenu/lang/sr-latn.js | 7 -
.../plugins/contextmenu/lang/sr.js | 7 -
.../plugins/contextmenu/lang/sv.js | 7 -
.../plugins/contextmenu/lang/th.js | 7 -
.../plugins/contextmenu/lang/tr.js | 7 -
.../plugins/contextmenu/lang/tt.js | 7 -
.../plugins/contextmenu/lang/ug.js | 7 -
.../plugins/contextmenu/lang/uk.js | 7 -
.../plugins/contextmenu/lang/vi.js | 7 -
.../plugins/contextmenu/lang/zh-cn.js | 7 -
.../plugins/contextmenu/lang/zh.js | 7 -
.../plugins/contextmenu/plugin.js | 159 -
.../devtools/lang/_translationstatus.txt | 27 -
.../plugins/devtools/lang/ar.js | 12 -
.../plugins/devtools/lang/bg.js | 12 -
.../plugins/devtools/lang/ca.js | 12 -
.../plugins/devtools/lang/cs.js | 12 -
.../plugins/devtools/lang/cy.js | 12 -
.../plugins/devtools/lang/da.js | 12 -
.../plugins/devtools/lang/el.js | 12 -
.../plugins/devtools/lang/en-gb.js | 12 -
.../plugins/devtools/lang/en.js | 12 -
.../plugins/devtools/lang/eo.js | 12 -
.../plugins/devtools/lang/es.js | 12 -
.../plugins/devtools/lang/et.js | 12 -
.../plugins/devtools/lang/eu.js | 12 -
.../plugins/devtools/lang/fa.js | 12 -
.../plugins/devtools/lang/fi.js | 12 -
.../plugins/devtools/lang/fr-ca.js | 12 -
.../plugins/devtools/lang/fr.js | 12 -
.../plugins/devtools/lang/gl.js | 12 -
.../plugins/devtools/lang/gu.js | 12 -
.../plugins/devtools/lang/he.js | 12 -
.../plugins/devtools/lang/hr.js | 12 -
.../plugins/devtools/lang/hu.js | 12 -
.../plugins/devtools/lang/id.js | 12 -
.../plugins/devtools/lang/it.js | 12 -
.../plugins/devtools/lang/ja.js | 12 -
.../plugins/devtools/lang/km.js | 12 -
.../plugins/devtools/lang/ko.js | 12 -
.../plugins/devtools/lang/ku.js | 12 -
.../plugins/devtools/lang/lt.js | 12 -
.../plugins/devtools/lang/lv.js | 12 -
.../plugins/devtools/lang/nb.js | 12 -
.../plugins/devtools/lang/nl.js | 12 -
.../plugins/devtools/lang/no.js | 12 -
.../plugins/devtools/lang/pl.js | 12 -
.../plugins/devtools/lang/pt-br.js | 12 -
.../plugins/devtools/lang/pt.js | 12 -
.../plugins/devtools/lang/ru.js | 12 -
.../plugins/devtools/lang/si.js | 12 -
.../plugins/devtools/lang/sk.js | 12 -
.../plugins/devtools/lang/sl.js | 12 -
.../plugins/devtools/lang/sq.js | 12 -
.../plugins/devtools/lang/tr.js | 12 -
.../plugins/devtools/lang/tt.js | 12 -
.../plugins/devtools/lang/ug.js | 12 -
.../plugins/devtools/lang/uk.js | 12 -
.../plugins/devtools/lang/vi.js | 12 -
.../plugins/devtools/lang/zh-cn.js | 12 -
.../plugins/devtools/lang/zh.js | 12 -
.../ckeditor_4.5.3/plugins/devtools/plugin.js | 159 -
.../dialog/samples/assets/my_dialog.js | 49 -
.../plugins/dialogadvtab/plugin.js | 196 -
.../ckeditor_4.5.3/plugins/dialogui/plugin.js | 1530 --
.../ckeditor_4.5.3/plugins/div/dialogs/div.js | 430 -
.../plugins/div/icons/creatediv.png | Bin 862 -> 0 bytes
.../plugins/div/icons/hidpi/creatediv.png | Bin 3053 -> 0 bytes
.../lib/ckeditor_4.5.3/plugins/div/lang/af.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ar.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/bn.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/bs.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ca.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/cs.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/cy.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/da.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/el.js | 19 -
.../ckeditor_4.5.3/plugins/div/lang/en-au.js | 19 -
.../ckeditor_4.5.3/plugins/div/lang/en-ca.js | 19 -
.../ckeditor_4.5.3/plugins/div/lang/en-gb.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/en.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/eo.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/es.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/et.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/eu.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/fa.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/fi.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/fo.js | 19 -
.../ckeditor_4.5.3/plugins/div/lang/fr-ca.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/fr.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/gu.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/he.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/hi.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/hr.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/hu.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/id.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/is.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/it.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ja.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ka.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/km.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ku.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/lt.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/lv.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/mk.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/mn.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ms.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/nb.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/nl.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/no.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/pl.js | 19 -
.../ckeditor_4.5.3/plugins/div/lang/pt-br.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/pt.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ru.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/si.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/sk.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/sl.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/sq.js | 19 -
.../plugins/div/lang/sr-latn.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/sr.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/sv.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/th.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/tr.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/tt.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/ug.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/uk.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/vi.js | 19 -
.../ckeditor_4.5.3/plugins/div/lang/zh-cn.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/lang/zh.js | 19 -
.../lib/ckeditor_4.5.3/plugins/div/plugin.js | 131 -
.../ckeditor_4.5.3/plugins/divarea/plugin.js | 36 -
.../plugins/docprops/dialogs/docprops.js | 591 -
.../plugins/docprops/icons/docprops-rtl.png | Bin 840 -> 0 bytes
.../plugins/docprops/icons/docprops.png | Bin 844 -> 0 bytes
.../docprops/icons/hidpi/docprops-rtl.png | Bin 1909 -> 0 bytes
.../plugins/docprops/icons/hidpi/docprops.png | Bin 1941 -> 0 bytes
.../plugins/docprops/lang/af.js | 42 -
.../plugins/docprops/lang/ar.js | 42 -
.../plugins/docprops/lang/bg.js | 42 -
.../plugins/docprops/lang/bn.js | 42 -
.../plugins/docprops/lang/bs.js | 42 -
.../plugins/docprops/lang/ca.js | 42 -
.../plugins/docprops/lang/cs.js | 42 -
.../plugins/docprops/lang/cy.js | 42 -
.../plugins/docprops/lang/da.js | 42 -
.../plugins/docprops/lang/el.js | 42 -
.../plugins/docprops/lang/en-au.js | 42 -
.../plugins/docprops/lang/en-ca.js | 42 -
.../plugins/docprops/lang/en-gb.js | 42 -
.../plugins/docprops/lang/en.js | 42 -
.../plugins/docprops/lang/eo.js | 42 -
.../plugins/docprops/lang/es.js | 42 -
.../plugins/docprops/lang/et.js | 42 -
.../plugins/docprops/lang/eu.js | 42 -
.../plugins/docprops/lang/fa.js | 42 -
.../plugins/docprops/lang/fi.js | 42 -
.../plugins/docprops/lang/fo.js | 42 -
.../plugins/docprops/lang/fr-ca.js | 42 -
.../plugins/docprops/lang/fr.js | 42 -
.../plugins/docprops/lang/gl.js | 42 -
.../plugins/docprops/lang/gu.js | 42 -
.../plugins/docprops/lang/he.js | 42 -
.../plugins/docprops/lang/hi.js | 42 -
.../plugins/docprops/lang/hr.js | 42 -
.../plugins/docprops/lang/hu.js | 42 -
.../plugins/docprops/lang/id.js | 42 -
.../plugins/docprops/lang/is.js | 42 -
.../plugins/docprops/lang/it.js | 42 -
.../plugins/docprops/lang/ja.js | 42 -
.../plugins/docprops/lang/ka.js | 42 -
.../plugins/docprops/lang/km.js | 42 -
.../plugins/docprops/lang/ku.js | 42 -
.../plugins/docprops/lang/lt.js | 42 -
.../plugins/docprops/lang/lv.js | 42 -
.../plugins/docprops/lang/mk.js | 42 -
.../plugins/docprops/lang/mn.js | 42 -
.../plugins/docprops/lang/ms.js | 42 -
.../plugins/docprops/lang/nl.js | 42 -
.../plugins/docprops/lang/no.js | 42 -
.../plugins/docprops/lang/pl.js | 42 -
.../plugins/docprops/lang/pt-br.js | 42 -
.../plugins/docprops/lang/pt.js | 42 -
.../plugins/docprops/lang/ru.js | 42 -
.../plugins/docprops/lang/si.js | 42 -
.../plugins/docprops/lang/sk.js | 42 -
.../plugins/docprops/lang/sl.js | 42 -
.../plugins/docprops/lang/sq.js | 42 -
.../plugins/docprops/lang/sr-latn.js | 42 -
.../plugins/docprops/lang/sr.js | 42 -
.../plugins/docprops/lang/sv.js | 42 -
.../plugins/docprops/lang/th.js | 42 -
.../plugins/docprops/lang/tr.js | 42 -
.../plugins/docprops/lang/ug.js | 42 -
.../plugins/docprops/lang/uk.js | 42 -
.../plugins/docprops/lang/vi.js | 42 -
.../plugins/docprops/lang/zh-cn.js | 42 -
.../plugins/docprops/lang/zh.js | 42 -
.../ckeditor_4.5.3/plugins/docprops/plugin.js | 37 -
.../plugins/elementspath/lang/af.js | 8 -
.../plugins/elementspath/lang/ar.js | 8 -
.../plugins/elementspath/lang/bg.js | 8 -
.../plugins/elementspath/lang/bn.js | 8 -
.../plugins/elementspath/lang/bs.js | 8 -
.../plugins/elementspath/lang/ca.js | 8 -
.../plugins/elementspath/lang/cs.js | 8 -
.../plugins/elementspath/lang/cy.js | 8 -
.../plugins/elementspath/lang/da.js | 8 -
.../plugins/elementspath/lang/el.js | 8 -
.../plugins/elementspath/lang/en-au.js | 8 -
.../plugins/elementspath/lang/en-ca.js | 8 -
.../plugins/elementspath/lang/en-gb.js | 8 -
.../plugins/elementspath/lang/en.js | 8 -
.../plugins/elementspath/lang/eo.js | 8 -
.../plugins/elementspath/lang/es.js | 8 -
.../plugins/elementspath/lang/et.js | 8 -
.../plugins/elementspath/lang/eu.js | 8 -
.../plugins/elementspath/lang/fa.js | 8 -
.../plugins/elementspath/lang/fi.js | 8 -
.../plugins/elementspath/lang/fo.js | 8 -
.../plugins/elementspath/lang/fr-ca.js | 8 -
.../plugins/elementspath/lang/fr.js | 8 -
.../plugins/elementspath/lang/gl.js | 8 -
.../plugins/elementspath/lang/gu.js | 8 -
.../plugins/elementspath/lang/he.js | 8 -
.../plugins/elementspath/lang/hi.js | 8 -
.../plugins/elementspath/lang/hr.js | 8 -
.../plugins/elementspath/lang/hu.js | 8 -
.../plugins/elementspath/lang/is.js | 8 -
.../plugins/elementspath/lang/it.js | 8 -
.../plugins/elementspath/lang/ja.js | 8 -
.../plugins/elementspath/lang/ka.js | 8 -
.../plugins/elementspath/lang/km.js | 8 -
.../plugins/elementspath/lang/ku.js | 8 -
.../plugins/elementspath/lang/lt.js | 8 -
.../plugins/elementspath/lang/lv.js | 8 -
.../plugins/elementspath/lang/mk.js | 8 -
.../plugins/elementspath/lang/mn.js | 8 -
.../plugins/elementspath/lang/ms.js | 8 -
.../plugins/elementspath/lang/nb.js | 8 -
.../plugins/elementspath/lang/nl.js | 8 -
.../plugins/elementspath/lang/no.js | 8 -
.../plugins/elementspath/lang/pl.js | 8 -
.../plugins/elementspath/lang/pt-br.js | 8 -
.../plugins/elementspath/lang/pt.js | 8 -
.../plugins/elementspath/lang/ro.js | 8 -
.../plugins/elementspath/lang/ru.js | 8 -
.../plugins/elementspath/lang/si.js | 8 -
.../plugins/elementspath/lang/sk.js | 8 -
.../plugins/elementspath/lang/sl.js | 8 -
.../plugins/elementspath/lang/sq.js | 8 -
.../plugins/elementspath/lang/sr-latn.js | 8 -
.../plugins/elementspath/lang/sr.js | 8 -
.../plugins/elementspath/lang/sv.js | 8 -
.../plugins/elementspath/lang/th.js | 8 -
.../plugins/elementspath/lang/tr.js | 8 -
.../plugins/elementspath/lang/tt.js | 8 -
.../plugins/elementspath/lang/ug.js | 8 -
.../plugins/elementspath/lang/uk.js | 8 -
.../plugins/elementspath/lang/vi.js | 8 -
.../plugins/elementspath/lang/zh-cn.js | 8 -
.../plugins/elementspath/lang/zh.js | 8 -
.../plugins/elementspath/plugin.js | 235 -
.../ckeditor_4.5.3/plugins/embed/plugin.js | 91 -
.../plugins/embedbase/lang/eo.js | 15 -
.../plugins/embedbase/lang/ru.js | 15 -
.../plugins/embedbase/plugin.js | 652 -
.../ckeditor_4.5.3/plugins/entities/plugin.js | 239 -
.../plugins/fakeobjects/lang/af.js | 11 -
.../plugins/fakeobjects/lang/ar.js | 11 -
.../plugins/fakeobjects/lang/bg.js | 11 -
.../plugins/fakeobjects/lang/bn.js | 11 -
.../plugins/fakeobjects/lang/bs.js | 11 -
.../plugins/fakeobjects/lang/ca.js | 11 -
.../plugins/fakeobjects/lang/cs.js | 11 -
.../plugins/fakeobjects/lang/cy.js | 11 -
.../plugins/fakeobjects/lang/da.js | 11 -
.../plugins/fakeobjects/lang/el.js | 11 -
.../plugins/fakeobjects/lang/en-au.js | 11 -
.../plugins/fakeobjects/lang/en-ca.js | 11 -
.../plugins/fakeobjects/lang/en-gb.js | 11 -
.../plugins/fakeobjects/lang/en.js | 11 -
.../plugins/fakeobjects/lang/eo.js | 11 -
.../plugins/fakeobjects/lang/es.js | 11 -
.../plugins/fakeobjects/lang/et.js | 11 -
.../plugins/fakeobjects/lang/eu.js | 11 -
.../plugins/fakeobjects/lang/fa.js | 11 -
.../plugins/fakeobjects/lang/fi.js | 11 -
.../plugins/fakeobjects/lang/fo.js | 11 -
.../plugins/fakeobjects/lang/fr-ca.js | 11 -
.../plugins/fakeobjects/lang/fr.js | 11 -
.../plugins/fakeobjects/lang/gl.js | 11 -
.../plugins/fakeobjects/lang/gu.js | 11 -
.../plugins/fakeobjects/lang/he.js | 11 -
.../plugins/fakeobjects/lang/hi.js | 11 -
.../plugins/fakeobjects/lang/hr.js | 11 -
.../plugins/fakeobjects/lang/hu.js | 11 -
.../plugins/fakeobjects/lang/id.js | 11 -
.../plugins/fakeobjects/lang/is.js | 11 -
.../plugins/fakeobjects/lang/it.js | 11 -
.../plugins/fakeobjects/lang/ja.js | 11 -
.../plugins/fakeobjects/lang/ka.js | 11 -
.../plugins/fakeobjects/lang/km.js | 11 -
.../plugins/fakeobjects/lang/ku.js | 11 -
.../plugins/fakeobjects/lang/lt.js | 11 -
.../plugins/fakeobjects/lang/lv.js | 11 -
.../plugins/fakeobjects/lang/mk.js | 11 -
.../plugins/fakeobjects/lang/mn.js | 11 -
.../plugins/fakeobjects/lang/ms.js | 11 -
.../plugins/fakeobjects/lang/nb.js | 11 -
.../plugins/fakeobjects/lang/nl.js | 11 -
.../plugins/fakeobjects/lang/no.js | 11 -
.../plugins/fakeobjects/lang/pl.js | 11 -
.../plugins/fakeobjects/lang/pt-br.js | 11 -
.../plugins/fakeobjects/lang/pt.js | 11 -
.../plugins/fakeobjects/lang/ro.js | 11 -
.../plugins/fakeobjects/lang/ru.js | 11 -
.../plugins/fakeobjects/lang/si.js | 11 -
.../plugins/fakeobjects/lang/sk.js | 11 -
.../plugins/fakeobjects/lang/sl.js | 11 -
.../plugins/fakeobjects/lang/sq.js | 11 -
.../plugins/fakeobjects/lang/sr-latn.js | 11 -
.../plugins/fakeobjects/lang/sr.js | 11 -
.../plugins/fakeobjects/lang/sv.js | 11 -
.../plugins/fakeobjects/lang/th.js | 11 -
.../plugins/fakeobjects/lang/tr.js | 11 -
.../plugins/fakeobjects/lang/tt.js | 11 -
.../plugins/fakeobjects/lang/ug.js | 11 -
.../plugins/fakeobjects/lang/uk.js | 11 -
.../plugins/fakeobjects/lang/vi.js | 11 -
.../plugins/fakeobjects/lang/zh-cn.js | 11 -
.../plugins/fakeobjects/lang/zh.js | 11 -
.../plugins/fakeobjects/plugin.js | 183 -
.../plugins/filebrowser/plugin.js | 509 -
.../plugins/filetools/plugin.js | 787 -
.../plugins/find/dialogs/find.js | 801 -
.../plugins/find/icons/find-rtl.png | Bin 980 -> 0 bytes
.../plugins/find/icons/find.png | Bin 980 -> 0 bytes
.../plugins/find/icons/hidpi/find-rtl.png | Bin 2417 -> 0 bytes
.../plugins/find/icons/hidpi/find.png | Bin 2417 -> 0 bytes
.../plugins/find/icons/hidpi/replace.png | Bin 2761 -> 0 bytes
.../plugins/find/icons/replace.png | Bin 948 -> 0 bytes
.../ckeditor_4.5.3/plugins/find/lang/af.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ar.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/bg.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/bn.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/bs.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ca.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/cs.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/cy.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/da.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/el.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/en-au.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/en-ca.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/en-gb.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/en.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/eo.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/es.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/et.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/eu.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/fa.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/fi.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/fo.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/fr-ca.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/fr.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/gl.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/gu.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/he.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/hi.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/hr.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/id.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/is.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/it.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ja.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ka.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/km.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ku.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/lt.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/lv.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/mk.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/mn.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ms.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/nb.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/nl.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/no.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/pl.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/pt-br.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/pt.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ro.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ru.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/si.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/sk.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/sl.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/sq.js | 18 -
.../plugins/find/lang/sr-latn.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/sr.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/sv.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/th.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/tr.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/tt.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/ug.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/uk.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/vi.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/zh-cn.js | 18 -
.../ckeditor_4.5.3/plugins/find/lang/zh.js | 18 -
.../lib/ckeditor_4.5.3/plugins/find/plugin.js | 52 -
.../plugins/flash/dialogs/flash.js | 647 -
.../plugins/flash/icons/flash.png | Bin 1038 -> 0 bytes
.../plugins/flash/icons/hidpi/flash.png | Bin 2532 -> 0 bytes
.../plugins/flash/images/placeholder.png | Bin 256 -> 0 bytes
.../ckeditor_4.5.3/plugins/flash/lang/af.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ar.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/bg.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/bn.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/bs.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ca.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/cs.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/cy.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/da.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/el.js | 43 -
.../plugins/flash/lang/en-au.js | 43 -
.../plugins/flash/lang/en-ca.js | 43 -
.../plugins/flash/lang/en-gb.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/en.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/eo.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/es.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/et.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/eu.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/fa.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/fi.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/fo.js | 43 -
.../plugins/flash/lang/fr-ca.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/fr.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/gl.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/gu.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/he.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/hi.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/hr.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/hu.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/id.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/is.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/it.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ka.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/km.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ku.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/lt.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/lv.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/mk.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/mn.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ms.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/nb.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/nl.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/no.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/pl.js | 43 -
.../plugins/flash/lang/pt-br.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/pt.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ro.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ru.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/si.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/sk.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/sl.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/sq.js | 43 -
.../plugins/flash/lang/sr-latn.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/sr.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/sv.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/th.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/tr.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/ug.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/uk.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/vi.js | 43 -
.../plugins/flash/lang/zh-cn.js | 43 -
.../ckeditor_4.5.3/plugins/flash/lang/zh.js | 43 -
.../ckeditor_4.5.3/plugins/flash/plugin.js | 151 -
.../plugins/floatpanel/plugin.js | 581 -
.../ckeditor_4.5.3/plugins/font/lang/af.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ar.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/bg.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/bn.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/bs.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ca.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/cs.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/cy.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/da.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/el.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/en-au.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/en-ca.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/en-gb.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/en.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/eo.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/es.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/et.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/eu.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/fa.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/fi.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/fo.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/fr-ca.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/fr.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/gl.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/gu.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/he.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/hi.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/hr.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/hu.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/id.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/is.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/it.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ja.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ka.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/km.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ku.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/lt.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/lv.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/mk.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/mn.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ms.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/nb.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/nl.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/no.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/pl.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/pt-br.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/pt.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ro.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ru.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/si.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/sk.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/sl.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/sq.js | 14 -
.../plugins/font/lang/sr-latn.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/sr.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/sv.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/th.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/tr.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/tt.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/ug.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/uk.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/vi.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/zh-cn.js | 14 -
.../ckeditor_4.5.3/plugins/font/lang/zh.js | 14 -
.../lib/ckeditor_4.5.3/plugins/font/plugin.js | 313 -
.../ckeditor_4.5.3/plugins/format/lang/af.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ar.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/bg.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/bn.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/bs.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ca.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/cs.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/cy.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/da.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/el.js | 18 -
.../plugins/format/lang/en-au.js | 18 -
.../plugins/format/lang/en-ca.js | 18 -
.../plugins/format/lang/en-gb.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/en.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/eo.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/es.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/et.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/eu.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/fa.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/fi.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/fo.js | 18 -
.../plugins/format/lang/fr-ca.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/fr.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/gl.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/gu.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/he.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/hi.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/hr.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/hu.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/id.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/is.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/it.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ja.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ka.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/km.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ku.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/lt.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/lv.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/mk.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/mn.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ms.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/nb.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/nl.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/no.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/pl.js | 18 -
.../plugins/format/lang/pt-br.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/pt.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ro.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ru.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/si.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/sk.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/sl.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/sq.js | 18 -
.../plugins/format/lang/sr-latn.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/sr.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/sv.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/th.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/tr.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/tt.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/ug.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/uk.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/vi.js | 18 -
.../plugins/format/lang/zh-cn.js | 18 -
.../ckeditor_4.5.3/plugins/format/lang/zh.js | 18 -
.../ckeditor_4.5.3/plugins/format/plugin.js | 246 -
.../plugins/forms/icons/button.png | Bin 528 -> 0 bytes
.../plugins/forms/icons/checkbox.png | Bin 756 -> 0 bytes
.../plugins/forms/icons/form.png | Bin 590 -> 0 bytes
.../plugins/forms/icons/hidpi/button.png | Bin 933 -> 0 bytes
.../plugins/forms/icons/hidpi/checkbox.png | Bin 1780 -> 0 bytes
.../plugins/forms/icons/hidpi/form.png | Bin 1348 -> 0 bytes
.../plugins/forms/icons/hidpi/hiddenfield.png | Bin 2166 -> 0 bytes
.../plugins/forms/icons/hidpi/imagebutton.png | Bin 1398 -> 0 bytes
.../plugins/forms/icons/hidpi/radio.png | Bin 2435 -> 0 bytes
.../plugins/forms/icons/hidpi/select-rtl.png | Bin 1451 -> 0 bytes
.../plugins/forms/icons/hidpi/select.png | Bin 1452 -> 0 bytes
.../forms/icons/hidpi/textarea-rtl.png | Bin 1732 -> 0 bytes
.../plugins/forms/icons/hidpi/textarea.png | Bin 1680 -> 0 bytes
.../forms/icons/hidpi/textfield-rtl.png | Bin 1324 -> 0 bytes
.../plugins/forms/icons/hidpi/textfield.png | Bin 1324 -> 0 bytes
.../plugins/forms/icons/imagebutton.png | Bin 680 -> 0 bytes
.../plugins/forms/icons/radio.png | Bin 874 -> 0 bytes
.../plugins/forms/icons/select-rtl.png | Bin 617 -> 0 bytes
.../plugins/forms/icons/select.png | Bin 616 -> 0 bytes
.../plugins/forms/icons/textarea-rtl.png | Bin 706 -> 0 bytes
.../plugins/forms/icons/textarea.png | Bin 677 -> 0 bytes
.../plugins/forms/icons/textfield-rtl.png | Bin 588 -> 0 bytes
.../plugins/forms/icons/textfield.png | Bin 588 -> 0 bytes
.../ckeditor_4.5.3/plugins/forms/lang/eu.js | 71 -
.../ckeditor_4.5.3/plugins/forms/lang/id.js | 71 -
.../ckeditor_4.5.3/plugins/forms/lang/ug.js | 71 -
.../ckeditor_4.5.3/plugins/forms/lang/uk.js | 71 -
.../icons/hidpi/horizontalrule.png | Bin 939 -> 0 bytes
.../horizontalrule/icons/horizontalrule.png | Bin 519 -> 0 bytes
.../plugins/horizontalrule/lang/af.js | 7 -
.../plugins/horizontalrule/lang/ar.js | 7 -
.../plugins/horizontalrule/lang/bg.js | 7 -
.../plugins/horizontalrule/lang/bn.js | 7 -
.../plugins/horizontalrule/lang/bs.js | 7 -
.../plugins/horizontalrule/lang/ca.js | 7 -
.../plugins/horizontalrule/lang/cs.js | 7 -
.../plugins/horizontalrule/lang/cy.js | 7 -
.../plugins/horizontalrule/lang/da.js | 7 -
.../plugins/horizontalrule/lang/de.js | 7 -
.../plugins/horizontalrule/lang/el.js | 7 -
.../plugins/horizontalrule/lang/en-au.js | 7 -
.../plugins/horizontalrule/lang/en-ca.js | 7 -
.../plugins/horizontalrule/lang/en-gb.js | 7 -
.../plugins/horizontalrule/lang/en.js | 7 -
.../plugins/horizontalrule/lang/eo.js | 7 -
.../plugins/horizontalrule/lang/es.js | 7 -
.../plugins/horizontalrule/lang/et.js | 7 -
.../plugins/horizontalrule/lang/eu.js | 7 -
.../plugins/horizontalrule/lang/fa.js | 7 -
.../plugins/horizontalrule/lang/fi.js | 7 -
.../plugins/horizontalrule/lang/fo.js | 7 -
.../plugins/horizontalrule/lang/fr-ca.js | 7 -
.../plugins/horizontalrule/lang/fr.js | 7 -
.../plugins/horizontalrule/lang/gl.js | 7 -
.../plugins/horizontalrule/lang/gu.js | 7 -
.../plugins/horizontalrule/lang/he.js | 7 -
.../plugins/horizontalrule/lang/hi.js | 7 -
.../plugins/horizontalrule/lang/hr.js | 7 -
.../plugins/horizontalrule/lang/hu.js | 7 -
.../plugins/horizontalrule/lang/id.js | 7 -
.../plugins/horizontalrule/lang/is.js | 7 -
.../plugins/horizontalrule/lang/it.js | 7 -
.../plugins/horizontalrule/lang/ja.js | 7 -
.../plugins/horizontalrule/lang/ka.js | 7 -
.../plugins/horizontalrule/lang/km.js | 7 -
.../plugins/horizontalrule/lang/ku.js | 7 -
.../plugins/horizontalrule/lang/lt.js | 7 -
.../plugins/horizontalrule/lang/lv.js | 7 -
.../plugins/horizontalrule/lang/mk.js | 7 -
.../plugins/horizontalrule/lang/mn.js | 7 -
.../plugins/horizontalrule/lang/ms.js | 7 -
.../plugins/horizontalrule/lang/nb.js | 7 -
.../plugins/horizontalrule/lang/nl.js | 7 -
.../plugins/horizontalrule/lang/no.js | 7 -
.../plugins/horizontalrule/lang/pl.js | 7 -
.../plugins/horizontalrule/lang/pt-br.js | 7 -
.../plugins/horizontalrule/lang/pt.js | 7 -
.../plugins/horizontalrule/lang/ro.js | 7 -
.../plugins/horizontalrule/lang/ru.js | 7 -
.../plugins/horizontalrule/lang/si.js | 7 -
.../plugins/horizontalrule/lang/sk.js | 7 -
.../plugins/horizontalrule/lang/sl.js | 7 -
.../plugins/horizontalrule/lang/sq.js | 7 -
.../plugins/horizontalrule/lang/sr-latn.js | 7 -
.../plugins/horizontalrule/lang/sr.js | 7 -
.../plugins/horizontalrule/lang/sv.js | 7 -
.../plugins/horizontalrule/lang/th.js | 7 -
.../plugins/horizontalrule/lang/tr.js | 7 -
.../plugins/horizontalrule/lang/tt.js | 7 -
.../plugins/horizontalrule/lang/ug.js | 7 -
.../plugins/horizontalrule/lang/uk.js | 7 -
.../plugins/horizontalrule/lang/vi.js | 7 -
.../plugins/horizontalrule/lang/zh-cn.js | 7 -
.../plugins/horizontalrule/lang/zh.js | 7 -
.../plugins/horizontalrule/plugin.js | 43 -
.../plugins/htmlwriter/plugin.js | 359 -
.../assets/outputforflash/outputforflash.fla | Bin 85504 -> 0 bytes
.../assets/outputforflash/outputforflash.swf | Bin 15571 -> 0 bytes
.../assets/outputforflash/swfobject.js | 5 -
.../plugins/iframe/dialogs/iframe.js | 207 -
.../plugins/iframe/icons/hidpi/iframe.png | Bin 3091 -> 0 bytes
.../plugins/iframe/icons/iframe.png | Bin 989 -> 0 bytes
.../plugins/iframe/images/placeholder.png | Bin 265 -> 0 bytes
.../ckeditor_4.5.3/plugins/iframe/lang/af.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ar.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/bg.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/bn.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/bs.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ca.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/cs.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/cy.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/da.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/de.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/el.js | 11 -
.../plugins/iframe/lang/en-au.js | 11 -
.../plugins/iframe/lang/en-ca.js | 11 -
.../plugins/iframe/lang/en-gb.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/en.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/eo.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/es.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/et.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/eu.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/fa.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/fi.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/fo.js | 11 -
.../plugins/iframe/lang/fr-ca.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/fr.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/gl.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/gu.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/he.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/hi.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/hr.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/hu.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/id.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/is.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/it.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ja.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ka.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/km.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ku.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/lt.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/lv.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/mk.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/mn.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ms.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/nl.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/no.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/pl.js | 11 -
.../plugins/iframe/lang/pt-br.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/pt.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ro.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ru.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/si.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/sk.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/sl.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/sq.js | 11 -
.../plugins/iframe/lang/sr-latn.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/sr.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/sv.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/th.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/tr.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/tt.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/ug.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/uk.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/vi.js | 11 -
.../plugins/iframe/lang/zh-cn.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/lang/zh.js | 11 -
.../ckeditor_4.5.3/plugins/iframe/plugin.js | 85 -
.../plugins/iframedialog/plugin.js | 169 -
.../plugins/image/icons/hidpi/image.png | Bin 1745 -> 0 bytes
.../plugins/image/icons/image.png | Bin 756 -> 0 bytes
.../ckeditor_4.5.3/plugins/image/lang/eu.js | 25 -
.../ckeditor_4.5.3/plugins/image/lang/id.js | 25 -
.../plugins/image2/dev/assets/image1.jpg | Bin 34316 -> 0 bytes
.../plugins/image2/dev/assets/image2.jpg | Bin 27711 -> 0 bytes
.../plugins/image2/dev/contents.css | 35 -
.../plugins/image2/icons/hidpi/image.png | Bin 1745 -> 0 bytes
.../plugins/image2/icons/image.png | Bin 756 -> 0 bytes
.../ckeditor_4.5.3/plugins/image2/lang/af.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ar.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/bn.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/bs.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ca.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/cs.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/cy.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/da.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/el.js | 20 -
.../plugins/image2/lang/en-au.js | 20 -
.../plugins/image2/lang/en-ca.js | 20 -
.../plugins/image2/lang/en-gb.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/en.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/eo.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/et.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/eu.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/fa.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/fi.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/fo.js | 20 -
.../plugins/image2/lang/fr-ca.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/fr.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/gu.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/hi.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/hr.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/hu.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/id.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/is.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/it.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ja.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ka.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/km.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ku.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/lt.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/lv.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/mk.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/mn.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ms.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/nb.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/nl.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/no.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/pl.js | 20 -
.../plugins/image2/lang/pt-br.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/pt.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ro.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ru.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/si.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/sk.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/sl.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/sq.js | 20 -
.../plugins/image2/lang/sr-latn.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/sr.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/sv.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/th.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/tt.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/ug.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/uk.js | 20 -
.../ckeditor_4.5.3/plugins/image2/lang/vi.js | 20 -
.../plugins/image2/lang/zh-cn.js | 20 -
.../ckeditor_4.5.3/plugins/image2/plugin.js | 1616 --
.../plugins/image2/samples/assets/image1.jpg | Bin 33171 -> 0 bytes
.../plugins/image2/samples/assets/image2.jpg | Bin 26238 -> 0 bytes
.../plugins/indent/icons/hidpi/indent-rtl.png | Bin 1610 -> 0 bytes
.../plugins/indent/icons/hidpi/indent.png | Bin 1573 -> 0 bytes
.../indent/icons/hidpi/outdent-rtl.png | Bin 1584 -> 0 bytes
.../plugins/indent/icons/hidpi/outdent.png | Bin 1598 -> 0 bytes
.../plugins/indent/icons/indent-rtl.png | Bin 726 -> 0 bytes
.../plugins/indent/icons/indent.png | Bin 711 -> 0 bytes
.../plugins/indent/icons/outdent-rtl.png | Bin 708 -> 0 bytes
.../plugins/indent/icons/outdent.png | Bin 699 -> 0 bytes
.../ckeditor_4.5.3/plugins/indent/lang/af.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ar.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/bg.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/bn.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/bs.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ca.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/cs.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/cy.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/da.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/de.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/el.js | 8 -
.../plugins/indent/lang/en-au.js | 8 -
.../plugins/indent/lang/en-ca.js | 8 -
.../plugins/indent/lang/en-gb.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/en.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/eo.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/es.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/et.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/eu.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/fa.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/fi.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/fo.js | 8 -
.../plugins/indent/lang/fr-ca.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/fr.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/gl.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/gu.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/he.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/hi.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/hr.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/hu.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/id.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/is.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/it.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ja.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ka.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/km.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ko.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ku.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/lt.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/lv.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/mk.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/mn.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ms.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/nb.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/nl.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/no.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/pl.js | 8 -
.../plugins/indent/lang/pt-br.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/pt.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ro.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ru.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/si.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/sk.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/sl.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/sq.js | 8 -
.../plugins/indent/lang/sr-latn.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/sr.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/sv.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/th.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/tr.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/tt.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/ug.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/uk.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/vi.js | 8 -
.../plugins/indent/lang/zh-cn.js | 8 -
.../ckeditor_4.5.3/plugins/indent/lang/zh.js | 8 -
.../justify/icons/hidpi/justifyblock.png | Bin 882 -> 0 bytes
.../justify/icons/hidpi/justifycenter.png | Bin 1142 -> 0 bytes
.../justify/icons/hidpi/justifyleft.png | Bin 1042 -> 0 bytes
.../justify/icons/hidpi/justifyright.png | Bin 1048 -> 0 bytes
.../plugins/justify/icons/justifyblock.png | Bin 496 -> 0 bytes
.../plugins/justify/icons/justifycenter.png | Bin 609 -> 0 bytes
.../plugins/justify/icons/justifyleft.png | Bin 558 -> 0 bytes
.../plugins/justify/icons/justifyright.png | Bin 554 -> 0 bytes
.../ckeditor_4.5.3/plugins/justify/lang/af.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ar.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/bg.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/bn.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/bs.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ca.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/cs.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/cy.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/da.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/de.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/el.js | 10 -
.../plugins/justify/lang/en-au.js | 10 -
.../plugins/justify/lang/en-ca.js | 10 -
.../plugins/justify/lang/en-gb.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/en.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/eo.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/es.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/et.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/eu.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/fa.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/fi.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/fo.js | 10 -
.../plugins/justify/lang/fr-ca.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/fr.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/gl.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/gu.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/he.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/hi.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/hr.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/hu.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/id.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/is.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/it.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ja.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ka.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/km.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ko.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ku.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/lt.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/lv.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/mk.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/mn.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ms.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/nb.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/nl.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/no.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/pl.js | 10 -
.../plugins/justify/lang/pt-br.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/pt.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ro.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ru.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/si.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/sk.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/sl.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/sq.js | 10 -
.../plugins/justify/lang/sr-latn.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/sr.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/sv.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/th.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/tr.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/tt.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/ug.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/uk.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/vi.js | 10 -
.../plugins/justify/lang/zh-cn.js | 10 -
.../ckeditor_4.5.3/plugins/justify/lang/zh.js | 10 -
.../ckeditor_4.5.3/plugins/justify/plugin.js | 245 -
.../plugins/language/icons/hidpi/language.png | Bin 1678 -> 0 bytes
.../plugins/language/icons/language.png | Bin 668 -> 0 bytes
.../plugins/language/lang/ca.js | 9 -
.../plugins/language/lang/cs.js | 9 -
.../plugins/language/lang/cy.js | 9 -
.../plugins/language/lang/da.js | 9 -
.../plugins/language/lang/el.js | 9 -
.../plugins/language/lang/en-gb.js | 9 -
.../plugins/language/lang/en.js | 9 -
.../plugins/language/lang/eo.js | 9 -
.../plugins/language/lang/es.js | 9 -
.../plugins/language/lang/fa.js | 9 -
.../plugins/language/lang/fi.js | 9 -
.../plugins/language/lang/fr.js | 9 -
.../plugins/language/lang/gl.js | 9 -
.../plugins/language/lang/he.js | 9 -
.../plugins/language/lang/hr.js | 9 -
.../plugins/language/lang/hu.js | 9 -
.../plugins/language/lang/it.js | 9 -
.../plugins/language/lang/ja.js | 9 -
.../plugins/language/lang/km.js | 9 -
.../plugins/language/lang/ku.js | 9 -
.../plugins/language/lang/nb.js | 9 -
.../plugins/language/lang/nl.js | 9 -
.../plugins/language/lang/no.js | 9 -
.../plugins/language/lang/pl.js | 9 -
.../plugins/language/lang/pt-br.js | 9 -
.../plugins/language/lang/pt.js | 9 -
.../plugins/language/lang/ru.js | 9 -
.../plugins/language/lang/sk.js | 9 -
.../plugins/language/lang/sl.js | 9 -
.../plugins/language/lang/sq.js | 9 -
.../plugins/language/lang/sv.js | 9 -
.../plugins/language/lang/tr.js | 9 -
.../plugins/language/lang/tt.js | 9 -
.../plugins/language/lang/uk.js | 9 -
.../plugins/language/lang/vi.js | 9 -
.../plugins/language/lang/zh-cn.js | 9 -
.../plugins/language/lang/zh.js | 9 -
.../ckeditor_4.5.3/plugins/language/plugin.js | 166 -
.../plugins/link/dialogs/anchor.js | 105 -
.../plugins/link/dialogs/link.js | 904 -
.../plugins/link/icons/anchor-rtl.png | Bin 764 -> 0 bytes
.../plugins/link/icons/anchor.png | Bin 757 -> 0 bytes
.../plugins/link/icons/hidpi/anchor-rtl.png | Bin 1654 -> 0 bytes
.../plugins/link/icons/hidpi/anchor.png | Bin 1633 -> 0 bytes
.../plugins/link/icons/hidpi/link.png | Bin 1620 -> 0 bytes
.../plugins/link/icons/hidpi/unlink.png | Bin 2209 -> 0 bytes
.../plugins/link/icons/link.png | Bin 656 -> 0 bytes
.../plugins/link/icons/unlink.png | Bin 812 -> 0 bytes
.../plugins/link/images/anchor.png | Bin 589 -> 0 bytes
.../plugins/link/images/hidpi/anchor.png | Bin 1379 -> 0 bytes
.../ckeditor_4.5.3/plugins/link/lang/af.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ar.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/bg.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/bn.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/bs.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ca.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/cs.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/cy.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/da.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/el.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/en-au.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/en-ca.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/en-gb.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/en.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/eo.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/es.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/et.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/eu.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/fa.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/fi.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/fo.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/fr-ca.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/fr.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/gl.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/gu.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/he.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/hi.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/hr.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/hu.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/id.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/is.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/it.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ja.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ka.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/km.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ku.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/lt.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/lv.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/mk.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/mn.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ms.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/nb.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/nl.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/no.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/pl.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/pt-br.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/pt.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ro.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ru.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/si.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/sk.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/sl.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/sq.js | 65 -
.../plugins/link/lang/sr-latn.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/sr.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/th.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/tr.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/tt.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/ug.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/uk.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/vi.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/zh-cn.js | 65 -
.../ckeditor_4.5.3/plugins/link/lang/zh.js | 65 -
.../lib/ckeditor_4.5.3/plugins/link/plugin.js | 781 -
.../plugins/list/icons/bulletedlist-rtl.png | Bin 647 -> 0 bytes
.../plugins/list/icons/bulletedlist.png | Bin 646 -> 0 bytes
.../list/icons/hidpi/bulletedlist-rtl.png | Bin 1451 -> 0 bytes
.../plugins/list/icons/hidpi/bulletedlist.png | Bin 1441 -> 0 bytes
.../list/icons/hidpi/numberedlist-rtl.png | Bin 1248 -> 0 bytes
.../plugins/list/icons/hidpi/numberedlist.png | Bin 1218 -> 0 bytes
.../plugins/list/icons/numberedlist-rtl.png | Bin 666 -> 0 bytes
.../plugins/list/icons/numberedlist.png | Bin 645 -> 0 bytes
.../ckeditor_4.5.3/plugins/list/lang/af.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ar.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/bg.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/bn.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/bs.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ca.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/cs.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/cy.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/da.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/el.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/en-au.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/en-ca.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/en-gb.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/en.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/eo.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/es.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/et.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/eu.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/fa.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/fi.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/fo.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/fr-ca.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/fr.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/gl.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/gu.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/he.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/hi.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/hr.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/hu.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/id.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/is.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/it.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ja.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ka.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/km.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ku.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/lt.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/lv.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/mk.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/mn.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ms.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/nl.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/no.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/pl.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/pt-br.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/pt.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ro.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ru.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/si.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/sk.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/sl.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/sq.js | 8 -
.../plugins/list/lang/sr-latn.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/sr.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/th.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/tr.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/tt.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/ug.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/uk.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/vi.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/zh-cn.js | 8 -
.../ckeditor_4.5.3/plugins/list/lang/zh.js | 8 -
.../plugins/listblock/plugin.js | 241 -
.../plugins/liststyle/dialogs/liststyle.js | 189 -
.../plugins/liststyle/lang/af.js | 25 -
.../plugins/liststyle/lang/ar.js | 25 -
.../plugins/liststyle/lang/bg.js | 25 -
.../plugins/liststyle/lang/bn.js | 25 -
.../plugins/liststyle/lang/bs.js | 25 -
.../plugins/liststyle/lang/ca.js | 25 -
.../plugins/liststyle/lang/cs.js | 25 -
.../plugins/liststyle/lang/cy.js | 25 -
.../plugins/liststyle/lang/da.js | 25 -
.../plugins/liststyle/lang/el.js | 25 -
.../plugins/liststyle/lang/en-au.js | 25 -
.../plugins/liststyle/lang/en-ca.js | 25 -
.../plugins/liststyle/lang/en-gb.js | 25 -
.../plugins/liststyle/lang/en.js | 25 -
.../plugins/liststyle/lang/eo.js | 25 -
.../plugins/liststyle/lang/es.js | 25 -
.../plugins/liststyle/lang/et.js | 25 -
.../plugins/liststyle/lang/eu.js | 25 -
.../plugins/liststyle/lang/fa.js | 25 -
.../plugins/liststyle/lang/fi.js | 25 -
.../plugins/liststyle/lang/fo.js | 25 -
.../plugins/liststyle/lang/fr-ca.js | 25 -
.../plugins/liststyle/lang/fr.js | 25 -
.../plugins/liststyle/lang/gl.js | 25 -
.../plugins/liststyle/lang/gu.js | 25 -
.../plugins/liststyle/lang/he.js | 25 -
.../plugins/liststyle/lang/hi.js | 25 -
.../plugins/liststyle/lang/hr.js | 25 -
.../plugins/liststyle/lang/hu.js | 25 -
.../plugins/liststyle/lang/id.js | 25 -
.../plugins/liststyle/lang/is.js | 25 -
.../plugins/liststyle/lang/it.js | 25 -
.../plugins/liststyle/lang/ja.js | 25 -
.../plugins/liststyle/lang/ka.js | 25 -
.../plugins/liststyle/lang/km.js | 25 -
.../plugins/liststyle/lang/ku.js | 25 -
.../plugins/liststyle/lang/lt.js | 25 -
.../plugins/liststyle/lang/lv.js | 25 -
.../plugins/liststyle/lang/mk.js | 25 -
.../plugins/liststyle/lang/mn.js | 25 -
.../plugins/liststyle/lang/ms.js | 25 -
.../plugins/liststyle/lang/nb.js | 25 -
.../plugins/liststyle/lang/nl.js | 25 -
.../plugins/liststyle/lang/no.js | 25 -
.../plugins/liststyle/lang/pl.js | 25 -
.../plugins/liststyle/lang/pt-br.js | 25 -
.../plugins/liststyle/lang/pt.js | 25 -
.../plugins/liststyle/lang/ro.js | 25 -
.../plugins/liststyle/lang/ru.js | 25 -
.../plugins/liststyle/lang/si.js | 25 -
.../plugins/liststyle/lang/sk.js | 25 -
.../plugins/liststyle/lang/sl.js | 25 -
.../plugins/liststyle/lang/sq.js | 25 -
.../plugins/liststyle/lang/sr-latn.js | 25 -
.../plugins/liststyle/lang/sr.js | 25 -
.../plugins/liststyle/lang/sv.js | 25 -
.../plugins/liststyle/lang/th.js | 25 -
.../plugins/liststyle/lang/tr.js | 25 -
.../plugins/liststyle/lang/tt.js | 25 -
.../plugins/liststyle/lang/ug.js | 25 -
.../plugins/liststyle/lang/uk.js | 25 -
.../plugins/liststyle/lang/vi.js | 25 -
.../plugins/liststyle/lang/zh-cn.js | 25 -
.../plugins/liststyle/lang/zh.js | 25 -
.../plugins/liststyle/plugin.js | 69 -
.../magicline/images/hidpi/icon-rtl.png | Bin 176 -> 0 bytes
.../plugins/magicline/images/hidpi/icon.png | Bin 199 -> 0 bytes
.../plugins/magicline/images/icon-rtl.png | Bin 138 -> 0 bytes
.../plugins/magicline/images/icon.png | Bin 133 -> 0 bytes
.../plugins/magicline/lang/af.js | 8 -
.../plugins/magicline/lang/ar.js | 8 -
.../plugins/magicline/lang/bg.js | 8 -
.../plugins/magicline/lang/ca.js | 8 -
.../plugins/magicline/lang/cs.js | 8 -
.../plugins/magicline/lang/cy.js | 8 -
.../plugins/magicline/lang/da.js | 8 -
.../plugins/magicline/lang/de.js | 8 -
.../plugins/magicline/lang/el.js | 8 -
.../plugins/magicline/lang/en-gb.js | 8 -
.../plugins/magicline/lang/en.js | 8 -
.../plugins/magicline/lang/eo.js | 8 -
.../plugins/magicline/lang/es.js | 8 -
.../plugins/magicline/lang/et.js | 8 -
.../plugins/magicline/lang/eu.js | 8 -
.../plugins/magicline/lang/fa.js | 8 -
.../plugins/magicline/lang/fi.js | 8 -
.../plugins/magicline/lang/fr-ca.js | 8 -
.../plugins/magicline/lang/fr.js | 8 -
.../plugins/magicline/lang/gl.js | 8 -
.../plugins/magicline/lang/he.js | 8 -
.../plugins/magicline/lang/hr.js | 8 -
.../plugins/magicline/lang/hu.js | 8 -
.../plugins/magicline/lang/id.js | 8 -
.../plugins/magicline/lang/it.js | 8 -
.../plugins/magicline/lang/ja.js | 8 -
.../plugins/magicline/lang/km.js | 8 -
.../plugins/magicline/lang/ku.js | 8 -
.../plugins/magicline/lang/lv.js | 8 -
.../plugins/magicline/lang/nb.js | 8 -
.../plugins/magicline/lang/nl.js | 8 -
.../plugins/magicline/lang/no.js | 8 -
.../plugins/magicline/lang/pl.js | 8 -
.../plugins/magicline/lang/pt-br.js | 8 -
.../plugins/magicline/lang/pt.js | 8 -
.../plugins/magicline/lang/ru.js | 8 -
.../plugins/magicline/lang/si.js | 8 -
.../plugins/magicline/lang/sk.js | 8 -
.../plugins/magicline/lang/sl.js | 8 -
.../plugins/magicline/lang/sq.js | 8 -
.../plugins/magicline/lang/sv.js | 8 -
.../plugins/magicline/lang/tr.js | 8 -
.../plugins/magicline/lang/tt.js | 8 -
.../plugins/magicline/lang/ug.js | 8 -
.../plugins/magicline/lang/uk.js | 8 -
.../plugins/magicline/lang/vi.js | 8 -
.../plugins/magicline/lang/zh-cn.js | 8 -
.../plugins/magicline/lang/zh.js | 8 -
.../plugins/magicline/plugin.js | 1855 --
.../plugins/mathjax/dialogs/mathjax.js | 78 -
.../plugins/mathjax/icons/hidpi/mathjax.png | Bin 1437 -> 0 bytes
.../plugins/mathjax/icons/mathjax.png | Bin 703 -> 0 bytes
.../plugins/mathjax/images/loader.gif | Bin 784 -> 0 bytes
.../ckeditor_4.5.3/plugins/mathjax/lang/af.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/ca.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/cs.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/cy.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/el.js | 13 -
.../plugins/mathjax/lang/en-gb.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/en.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/eo.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/es.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/fa.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/fi.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/fr.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/gl.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/he.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/hr.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/hu.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/it.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/ja.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/km.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/ku.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/lt.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/nb.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/nl.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/no.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/pl.js | 13 -
.../plugins/mathjax/lang/pt-br.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/pt.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/ro.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/ru.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/sk.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/sl.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/sq.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/tr.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/tt.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/uk.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/vi.js | 13 -
.../plugins/mathjax/lang/zh-cn.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/lang/zh.js | 13 -
.../ckeditor_4.5.3/plugins/mathjax/plugin.js | 467 -
.../plugins/maximize/icons/hidpi/maximize.png | Bin 2462 -> 0 bytes
.../plugins/maximize/icons/maximize.png | Bin 921 -> 0 bytes
.../plugins/maximize/lang/af.js | 8 -
.../plugins/maximize/lang/ar.js | 8 -
.../plugins/maximize/lang/bg.js | 8 -
.../plugins/maximize/lang/bn.js | 8 -
.../plugins/maximize/lang/bs.js | 8 -
.../plugins/maximize/lang/ca.js | 8 -
.../plugins/maximize/lang/cs.js | 8 -
.../plugins/maximize/lang/cy.js | 8 -
.../plugins/maximize/lang/da.js | 8 -
.../plugins/maximize/lang/de.js | 8 -
.../plugins/maximize/lang/el.js | 8 -
.../plugins/maximize/lang/en-au.js | 8 -
.../plugins/maximize/lang/en-ca.js | 8 -
.../plugins/maximize/lang/en-gb.js | 8 -
.../plugins/maximize/lang/en.js | 8 -
.../plugins/maximize/lang/eo.js | 8 -
.../plugins/maximize/lang/es.js | 8 -
.../plugins/maximize/lang/et.js | 8 -
.../plugins/maximize/lang/eu.js | 8 -
.../plugins/maximize/lang/fa.js | 8 -
.../plugins/maximize/lang/fi.js | 8 -
.../plugins/maximize/lang/fo.js | 8 -
.../plugins/maximize/lang/fr-ca.js | 8 -
.../plugins/maximize/lang/fr.js | 8 -
.../plugins/maximize/lang/gl.js | 8 -
.../plugins/maximize/lang/gu.js | 8 -
.../plugins/maximize/lang/he.js | 8 -
.../plugins/maximize/lang/hi.js | 8 -
.../plugins/maximize/lang/hr.js | 8 -
.../plugins/maximize/lang/hu.js | 8 -
.../plugins/maximize/lang/id.js | 8 -
.../plugins/maximize/lang/is.js | 8 -
.../plugins/maximize/lang/it.js | 8 -
.../plugins/maximize/lang/ja.js | 8 -
.../plugins/maximize/lang/ka.js | 8 -
.../plugins/maximize/lang/km.js | 8 -
.../plugins/maximize/lang/ku.js | 8 -
.../plugins/maximize/lang/lt.js | 8 -
.../plugins/maximize/lang/lv.js | 8 -
.../plugins/maximize/lang/mk.js | 8 -
.../plugins/maximize/lang/mn.js | 8 -
.../plugins/maximize/lang/ms.js | 8 -
.../plugins/maximize/lang/nb.js | 8 -
.../plugins/maximize/lang/nl.js | 8 -
.../plugins/maximize/lang/no.js | 8 -
.../plugins/maximize/lang/pl.js | 8 -
.../plugins/maximize/lang/pt-br.js | 8 -
.../plugins/maximize/lang/pt.js | 8 -
.../plugins/maximize/lang/ro.js | 8 -
.../plugins/maximize/lang/ru.js | 8 -
.../plugins/maximize/lang/si.js | 8 -
.../plugins/maximize/lang/sk.js | 8 -
.../plugins/maximize/lang/sl.js | 8 -
.../plugins/maximize/lang/sq.js | 8 -
.../plugins/maximize/lang/sr-latn.js | 8 -
.../plugins/maximize/lang/sr.js | 8 -
.../plugins/maximize/lang/sv.js | 8 -
.../plugins/maximize/lang/th.js | 8 -
.../plugins/maximize/lang/tr.js | 8 -
.../plugins/maximize/lang/tt.js | 8 -
.../plugins/maximize/lang/ug.js | 8 -
.../plugins/maximize/lang/uk.js | 8 -
.../plugins/maximize/lang/vi.js | 8 -
.../plugins/maximize/lang/zh-cn.js | 8 -
.../plugins/maximize/lang/zh.js | 8 -
.../plugins/menubutton/plugin.js | 101 -
.../newpage/icons/hidpi/newpage-rtl.png | Bin 1070 -> 0 bytes
.../plugins/newpage/icons/hidpi/newpage.png | Bin 1112 -> 0 bytes
.../plugins/newpage/icons/newpage-rtl.png | Bin 575 -> 0 bytes
.../plugins/newpage/icons/newpage.png | Bin 580 -> 0 bytes
.../ckeditor_4.5.3/plugins/newpage/lang/af.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ar.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/bg.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/bn.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/bs.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ca.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/cs.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/cy.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/da.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/de.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/el.js | 7 -
.../plugins/newpage/lang/en-au.js | 7 -
.../plugins/newpage/lang/en-ca.js | 7 -
.../plugins/newpage/lang/en-gb.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/en.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/eo.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/es.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/et.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/eu.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/fa.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/fi.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/fo.js | 7 -
.../plugins/newpage/lang/fr-ca.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/fr.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/gl.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/gu.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/he.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/hi.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/hr.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/hu.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/id.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/is.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/it.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ja.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ka.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/km.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ku.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/lt.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/lv.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/mk.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/mn.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ms.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/nb.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/nl.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/no.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/pl.js | 7 -
.../plugins/newpage/lang/pt-br.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/pt.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ro.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ru.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/si.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/sk.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/sl.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/sq.js | 7 -
.../plugins/newpage/lang/sr-latn.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/sr.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/sv.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/th.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/tr.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/tt.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/ug.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/uk.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/vi.js | 7 -
.../plugins/newpage/lang/zh-cn.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/lang/zh.js | 7 -
.../ckeditor_4.5.3/plugins/newpage/plugin.js | 53 -
.../plugins/notification/plugin.js | 923 -
.../pagebreak/icons/hidpi/pagebreak-rtl.png | Bin 1318 -> 0 bytes
.../pagebreak/icons/hidpi/pagebreak.png | Bin 1299 -> 0 bytes
.../plugins/pagebreak/icons/pagebreak-rtl.png | Bin 629 -> 0 bytes
.../plugins/pagebreak/icons/pagebreak.png | Bin 602 -> 0 bytes
.../plugins/pagebreak/lang/af.js | 8 -
.../plugins/pagebreak/lang/ar.js | 8 -
.../plugins/pagebreak/lang/bg.js | 8 -
.../plugins/pagebreak/lang/bn.js | 8 -
.../plugins/pagebreak/lang/bs.js | 8 -
.../plugins/pagebreak/lang/ca.js | 8 -
.../plugins/pagebreak/lang/cs.js | 8 -
.../plugins/pagebreak/lang/cy.js | 8 -
.../plugins/pagebreak/lang/da.js | 8 -
.../plugins/pagebreak/lang/el.js | 8 -
.../plugins/pagebreak/lang/en-au.js | 8 -
.../plugins/pagebreak/lang/en-ca.js | 8 -
.../plugins/pagebreak/lang/en-gb.js | 8 -
.../plugins/pagebreak/lang/en.js | 8 -
.../plugins/pagebreak/lang/eo.js | 8 -
.../plugins/pagebreak/lang/es.js | 8 -
.../plugins/pagebreak/lang/et.js | 8 -
.../plugins/pagebreak/lang/eu.js | 8 -
.../plugins/pagebreak/lang/fa.js | 8 -
.../plugins/pagebreak/lang/fi.js | 8 -
.../plugins/pagebreak/lang/fo.js | 8 -
.../plugins/pagebreak/lang/fr-ca.js | 8 -
.../plugins/pagebreak/lang/fr.js | 8 -
.../plugins/pagebreak/lang/gl.js | 8 -
.../plugins/pagebreak/lang/gu.js | 8 -
.../plugins/pagebreak/lang/he.js | 8 -
.../plugins/pagebreak/lang/hi.js | 8 -
.../plugins/pagebreak/lang/hr.js | 8 -
.../plugins/pagebreak/lang/hu.js | 8 -
.../plugins/pagebreak/lang/id.js | 8 -
.../plugins/pagebreak/lang/is.js | 8 -
.../plugins/pagebreak/lang/it.js | 8 -
.../plugins/pagebreak/lang/ja.js | 8 -
.../plugins/pagebreak/lang/ka.js | 8 -
.../plugins/pagebreak/lang/km.js | 8 -
.../plugins/pagebreak/lang/ku.js | 8 -
.../plugins/pagebreak/lang/lt.js | 8 -
.../plugins/pagebreak/lang/lv.js | 8 -
.../plugins/pagebreak/lang/mk.js | 8 -
.../plugins/pagebreak/lang/mn.js | 8 -
.../plugins/pagebreak/lang/ms.js | 8 -
.../plugins/pagebreak/lang/nb.js | 8 -
.../plugins/pagebreak/lang/nl.js | 8 -
.../plugins/pagebreak/lang/no.js | 8 -
.../plugins/pagebreak/lang/pl.js | 8 -
.../plugins/pagebreak/lang/pt-br.js | 8 -
.../plugins/pagebreak/lang/pt.js | 8 -
.../plugins/pagebreak/lang/ro.js | 8 -
.../plugins/pagebreak/lang/ru.js | 8 -
.../plugins/pagebreak/lang/si.js | 8 -
.../plugins/pagebreak/lang/sk.js | 8 -
.../plugins/pagebreak/lang/sl.js | 8 -
.../plugins/pagebreak/lang/sq.js | 8 -
.../plugins/pagebreak/lang/sr-latn.js | 8 -
.../plugins/pagebreak/lang/sr.js | 8 -
.../plugins/pagebreak/lang/sv.js | 8 -
.../plugins/pagebreak/lang/th.js | 8 -
.../plugins/pagebreak/lang/tr.js | 8 -
.../plugins/pagebreak/lang/tt.js | 8 -
.../plugins/pagebreak/lang/ug.js | 8 -
.../plugins/pagebreak/lang/uk.js | 8 -
.../plugins/pagebreak/lang/vi.js | 8 -
.../plugins/pagebreak/lang/zh-cn.js | 8 -
.../plugins/pagebreak/lang/zh.js | 8 -
.../ckeditor_4.5.3/plugins/panel/plugin.js | 403 -
.../plugins/panelbutton/plugin.js | 138 -
.../icons/hidpi/pastefromword-rtl.png | Bin 2090 -> 0 bytes
.../icons/hidpi/pastefromword.png | Bin 2105 -> 0 bytes
.../pastefromword/icons/pastefromword-rtl.png | Bin 720 -> 0 bytes
.../pastefromword/icons/pastefromword.png | Bin 723 -> 0 bytes
.../plugins/pastefromword/lang/af.js | 10 -
.../plugins/pastefromword/lang/ar.js | 10 -
.../plugins/pastefromword/lang/bg.js | 10 -
.../plugins/pastefromword/lang/bn.js | 10 -
.../plugins/pastefromword/lang/bs.js | 10 -
.../plugins/pastefromword/lang/ca.js | 10 -
.../plugins/pastefromword/lang/cs.js | 10 -
.../plugins/pastefromword/lang/cy.js | 10 -
.../plugins/pastefromword/lang/da.js | 10 -
.../plugins/pastefromword/lang/el.js | 10 -
.../plugins/pastefromword/lang/en-au.js | 10 -
.../plugins/pastefromword/lang/en-ca.js | 10 -
.../plugins/pastefromword/lang/en-gb.js | 10 -
.../plugins/pastefromword/lang/en.js | 10 -
.../plugins/pastefromword/lang/eo.js | 10 -
.../plugins/pastefromword/lang/es.js | 10 -
.../plugins/pastefromword/lang/et.js | 10 -
.../plugins/pastefromword/lang/eu.js | 10 -
.../plugins/pastefromword/lang/fa.js | 10 -
.../plugins/pastefromword/lang/fi.js | 10 -
.../plugins/pastefromword/lang/fo.js | 10 -
.../plugins/pastefromword/lang/fr-ca.js | 10 -
.../plugins/pastefromword/lang/fr.js | 10 -
.../plugins/pastefromword/lang/gl.js | 10 -
.../plugins/pastefromword/lang/gu.js | 10 -
.../plugins/pastefromword/lang/he.js | 10 -
.../plugins/pastefromword/lang/hi.js | 10 -
.../plugins/pastefromword/lang/hr.js | 10 -
.../plugins/pastefromword/lang/hu.js | 10 -
.../plugins/pastefromword/lang/id.js | 10 -
.../plugins/pastefromword/lang/is.js | 10 -
.../plugins/pastefromword/lang/it.js | 10 -
.../plugins/pastefromword/lang/ja.js | 10 -
.../plugins/pastefromword/lang/ka.js | 10 -
.../plugins/pastefromword/lang/km.js | 10 -
.../plugins/pastefromword/lang/ku.js | 10 -
.../plugins/pastefromword/lang/lt.js | 10 -
.../plugins/pastefromword/lang/lv.js | 10 -
.../plugins/pastefromword/lang/mk.js | 10 -
.../plugins/pastefromword/lang/mn.js | 10 -
.../plugins/pastefromword/lang/ms.js | 10 -
.../plugins/pastefromword/lang/nb.js | 10 -
.../plugins/pastefromword/lang/nl.js | 10 -
.../plugins/pastefromword/lang/no.js | 10 -
.../plugins/pastefromword/lang/pl.js | 10 -
.../plugins/pastefromword/lang/pt-br.js | 10 -
.../plugins/pastefromword/lang/pt.js | 10 -
.../plugins/pastefromword/lang/ro.js | 10 -
.../plugins/pastefromword/lang/ru.js | 10 -
.../plugins/pastefromword/lang/si.js | 10 -
.../plugins/pastefromword/lang/sk.js | 10 -
.../plugins/pastefromword/lang/sl.js | 10 -
.../plugins/pastefromword/lang/sq.js | 10 -
.../plugins/pastefromword/lang/sr-latn.js | 10 -
.../plugins/pastefromword/lang/sr.js | 10 -
.../plugins/pastefromword/lang/sv.js | 10 -
.../plugins/pastefromword/lang/th.js | 10 -
.../plugins/pastefromword/lang/tr.js | 10 -
.../plugins/pastefromword/lang/tt.js | 10 -
.../plugins/pastefromword/lang/ug.js | 10 -
.../plugins/pastefromword/lang/uk.js | 10 -
.../plugins/pastefromword/lang/vi.js | 10 -
.../plugins/pastefromword/lang/zh-cn.js | 10 -
.../plugins/pastefromword/lang/zh.js | 10 -
.../pastetext/icons/hidpi/pastetext-rtl.png | Bin 1950 -> 0 bytes
.../pastetext/icons/hidpi/pastetext.png | Bin 1963 -> 0 bytes
.../plugins/pastetext/icons/pastetext-rtl.png | Bin 752 -> 0 bytes
.../plugins/pastetext/icons/pastetext.png | Bin 750 -> 0 bytes
.../plugins/pastetext/lang/af.js | 8 -
.../plugins/pastetext/lang/ar.js | 8 -
.../plugins/pastetext/lang/bg.js | 8 -
.../plugins/pastetext/lang/bn.js | 8 -
.../plugins/pastetext/lang/bs.js | 8 -
.../plugins/pastetext/lang/ca.js | 8 -
.../plugins/pastetext/lang/cs.js | 8 -
.../plugins/pastetext/lang/cy.js | 8 -
.../plugins/pastetext/lang/da.js | 8 -
.../plugins/pastetext/lang/el.js | 8 -
.../plugins/pastetext/lang/en-au.js | 8 -
.../plugins/pastetext/lang/en-ca.js | 8 -
.../plugins/pastetext/lang/en-gb.js | 8 -
.../plugins/pastetext/lang/en.js | 8 -
.../plugins/pastetext/lang/eo.js | 8 -
.../plugins/pastetext/lang/es.js | 8 -
.../plugins/pastetext/lang/et.js | 8 -
.../plugins/pastetext/lang/eu.js | 8 -
.../plugins/pastetext/lang/fa.js | 8 -
.../plugins/pastetext/lang/fi.js | 8 -
.../plugins/pastetext/lang/fo.js | 8 -
.../plugins/pastetext/lang/fr-ca.js | 8 -
.../plugins/pastetext/lang/fr.js | 8 -
.../plugins/pastetext/lang/gl.js | 8 -
.../plugins/pastetext/lang/gu.js | 8 -
.../plugins/pastetext/lang/he.js | 8 -
.../plugins/pastetext/lang/hi.js | 8 -
.../plugins/pastetext/lang/hr.js | 8 -
.../plugins/pastetext/lang/hu.js | 8 -
.../plugins/pastetext/lang/id.js | 8 -
.../plugins/pastetext/lang/is.js | 8 -
.../plugins/pastetext/lang/it.js | 8 -
.../plugins/pastetext/lang/ja.js | 8 -
.../plugins/pastetext/lang/ka.js | 8 -
.../plugins/pastetext/lang/km.js | 8 -
.../plugins/pastetext/lang/ko.js | 8 -
.../plugins/pastetext/lang/ku.js | 8 -
.../plugins/pastetext/lang/lt.js | 8 -
.../plugins/pastetext/lang/lv.js | 8 -
.../plugins/pastetext/lang/mk.js | 8 -
.../plugins/pastetext/lang/mn.js | 8 -
.../plugins/pastetext/lang/ms.js | 8 -
.../plugins/pastetext/lang/nb.js | 8 -
.../plugins/pastetext/lang/nl.js | 8 -
.../plugins/pastetext/lang/no.js | 8 -
.../plugins/pastetext/lang/pl.js | 8 -
.../plugins/pastetext/lang/pt-br.js | 8 -
.../plugins/pastetext/lang/pt.js | 8 -
.../plugins/pastetext/lang/ro.js | 8 -
.../plugins/pastetext/lang/ru.js | 8 -
.../plugins/pastetext/lang/si.js | 8 -
.../plugins/pastetext/lang/sk.js | 8 -
.../plugins/pastetext/lang/sl.js | 8 -
.../plugins/pastetext/lang/sq.js | 8 -
.../plugins/pastetext/lang/sr-latn.js | 8 -
.../plugins/pastetext/lang/sr.js | 8 -
.../plugins/pastetext/lang/sv.js | 8 -
.../plugins/pastetext/lang/th.js | 8 -
.../plugins/pastetext/lang/tr.js | 8 -
.../plugins/pastetext/lang/tt.js | 8 -
.../plugins/pastetext/lang/ug.js | 8 -
.../plugins/pastetext/lang/uk.js | 8 -
.../plugins/pastetext/lang/vi.js | 8 -
.../plugins/pastetext/lang/zh-cn.js | 8 -
.../plugins/pastetext/lang/zh.js | 8 -
.../placeholder/dialogs/placeholder.js | 49 -
.../placeholder/icons/hidpi/placeholder.png | Bin 1775 -> 0 bytes
.../plugins/placeholder/icons/placeholder.png | Bin 714 -> 0 bytes
.../plugins/placeholder/lang/af.js | 12 -
.../plugins/placeholder/lang/ar.js | 12 -
.../plugins/placeholder/lang/bg.js | 12 -
.../plugins/placeholder/lang/ca.js | 12 -
.../plugins/placeholder/lang/cs.js | 12 -
.../plugins/placeholder/lang/cy.js | 12 -
.../plugins/placeholder/lang/da.js | 12 -
.../plugins/placeholder/lang/el.js | 12 -
.../plugins/placeholder/lang/en-gb.js | 12 -
.../plugins/placeholder/lang/en.js | 12 -
.../plugins/placeholder/lang/eo.js | 12 -
.../plugins/placeholder/lang/es.js | 12 -
.../plugins/placeholder/lang/et.js | 12 -
.../plugins/placeholder/lang/eu.js | 12 -
.../plugins/placeholder/lang/fa.js | 12 -
.../plugins/placeholder/lang/fi.js | 12 -
.../plugins/placeholder/lang/fr-ca.js | 12 -
.../plugins/placeholder/lang/fr.js | 12 -
.../plugins/placeholder/lang/gl.js | 12 -
.../plugins/placeholder/lang/he.js | 12 -
.../plugins/placeholder/lang/hr.js | 12 -
.../plugins/placeholder/lang/hu.js | 12 -
.../plugins/placeholder/lang/id.js | 12 -
.../plugins/placeholder/lang/it.js | 12 -
.../plugins/placeholder/lang/ja.js | 12 -
.../plugins/placeholder/lang/km.js | 12 -
.../plugins/placeholder/lang/ku.js | 12 -
.../plugins/placeholder/lang/lv.js | 12 -
.../plugins/placeholder/lang/nb.js | 12 -
.../plugins/placeholder/lang/nl.js | 12 -
.../plugins/placeholder/lang/no.js | 12 -
.../plugins/placeholder/lang/pl.js | 12 -
.../plugins/placeholder/lang/pt-br.js | 12 -
.../plugins/placeholder/lang/pt.js | 12 -
.../plugins/placeholder/lang/ru.js | 12 -
.../plugins/placeholder/lang/si.js | 12 -
.../plugins/placeholder/lang/sk.js | 12 -
.../plugins/placeholder/lang/sl.js | 12 -
.../plugins/placeholder/lang/sq.js | 12 -
.../plugins/placeholder/lang/th.js | 12 -
.../plugins/placeholder/lang/tr.js | 12 -
.../plugins/placeholder/lang/tt.js | 12 -
.../plugins/placeholder/lang/ug.js | 12 -
.../plugins/placeholder/lang/uk.js | 12 -
.../plugins/placeholder/lang/vi.js | 12 -
.../plugins/placeholder/lang/zh-cn.js | 12 -
.../plugins/placeholder/lang/zh.js | 12 -
.../plugins/placeholder/plugin.js | 95 -
.../ckeditor_4.5.3/plugins/popup/plugin.js | 65 -
.../preview/icons/hidpi/preview-rtl.png | Bin 2145 -> 0 bytes
.../plugins/preview/icons/hidpi/preview.png | Bin 2204 -> 0 bytes
.../plugins/preview/icons/preview-rtl.png | Bin 850 -> 0 bytes
.../plugins/preview/icons/preview.png | Bin 855 -> 0 bytes
.../ckeditor_4.5.3/plugins/preview/lang/af.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ar.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/bg.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/bn.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/bs.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ca.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/cs.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/cy.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/da.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/de.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/el.js | 7 -
.../plugins/preview/lang/en-au.js | 7 -
.../plugins/preview/lang/en-ca.js | 7 -
.../plugins/preview/lang/en-gb.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/en.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/eo.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/es.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/et.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/eu.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/fa.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/fi.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/fo.js | 7 -
.../plugins/preview/lang/fr-ca.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/fr.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/gl.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/gu.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/he.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/hi.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/hr.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/hu.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/id.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/is.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/it.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ja.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ka.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/km.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ko.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ku.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/lt.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/lv.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/mk.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/mn.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ms.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/nb.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/nl.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/no.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/pl.js | 7 -
.../plugins/preview/lang/pt-br.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/pt.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ro.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ru.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/si.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/sk.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/sl.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/sq.js | 7 -
.../plugins/preview/lang/sr-latn.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/sr.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/sv.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/th.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/tr.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/tt.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/ug.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/uk.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/vi.js | 7 -
.../plugins/preview/lang/zh-cn.js | 7 -
.../ckeditor_4.5.3/plugins/preview/lang/zh.js | 7 -
.../ckeditor_4.5.3/plugins/preview/plugin.js | 145 -
.../plugins/preview/preview.html | 13 -
.../plugins/print/icons/hidpi/print.png | Bin 1648 -> 0 bytes
.../plugins/print/icons/print.png | Bin 765 -> 0 bytes
.../ckeditor_4.5.3/plugins/print/lang/af.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ar.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/bg.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/bn.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/bs.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ca.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/cs.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/cy.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/da.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/de.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/el.js | 7 -
.../plugins/print/lang/en-au.js | 7 -
.../plugins/print/lang/en-ca.js | 7 -
.../plugins/print/lang/en-gb.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/en.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/eo.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/es.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/et.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/eu.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/fa.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/fi.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/fo.js | 7 -
.../plugins/print/lang/fr-ca.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/fr.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/gl.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/gu.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/he.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/hi.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/hr.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/hu.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/id.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/is.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/it.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ja.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ka.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/km.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ku.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/lt.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/lv.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/mk.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/mn.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ms.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/nb.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/nl.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/no.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/pl.js | 7 -
.../plugins/print/lang/pt-br.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/pt.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ro.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ru.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/si.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/sk.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/sl.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/sq.js | 7 -
.../plugins/print/lang/sr-latn.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/sr.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/sv.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/th.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/tr.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/tt.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/ug.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/uk.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/vi.js | 7 -
.../plugins/print/lang/zh-cn.js | 7 -
.../ckeditor_4.5.3/plugins/print/lang/zh.js | 7 -
.../ckeditor_4.5.3/plugins/print/plugin.js | 46 -
.../removeformat/icons/hidpi/removeformat.png | Bin 2119 -> 0 bytes
.../removeformat/icons/removeformat.png | Bin 871 -> 0 bytes
.../plugins/removeformat/lang/af.js | 7 -
.../plugins/removeformat/lang/ar.js | 7 -
.../plugins/removeformat/lang/bg.js | 7 -
.../plugins/removeformat/lang/bn.js | 7 -
.../plugins/removeformat/lang/bs.js | 7 -
.../plugins/removeformat/lang/ca.js | 7 -
.../plugins/removeformat/lang/cs.js | 7 -
.../plugins/removeformat/lang/cy.js | 7 -
.../plugins/removeformat/lang/da.js | 7 -
.../plugins/removeformat/lang/el.js | 7 -
.../plugins/removeformat/lang/en-au.js | 7 -
.../plugins/removeformat/lang/en-ca.js | 7 -
.../plugins/removeformat/lang/en-gb.js | 7 -
.../plugins/removeformat/lang/en.js | 7 -
.../plugins/removeformat/lang/eo.js | 7 -
.../plugins/removeformat/lang/es.js | 7 -
.../plugins/removeformat/lang/et.js | 7 -
.../plugins/removeformat/lang/eu.js | 7 -
.../plugins/removeformat/lang/fa.js | 7 -
.../plugins/removeformat/lang/fi.js | 7 -
.../plugins/removeformat/lang/fo.js | 7 -
.../plugins/removeformat/lang/fr-ca.js | 7 -
.../plugins/removeformat/lang/fr.js | 7 -
.../plugins/removeformat/lang/gl.js | 7 -
.../plugins/removeformat/lang/gu.js | 7 -
.../plugins/removeformat/lang/he.js | 7 -
.../plugins/removeformat/lang/hi.js | 7 -
.../plugins/removeformat/lang/hr.js | 7 -
.../plugins/removeformat/lang/hu.js | 7 -
.../plugins/removeformat/lang/id.js | 7 -
.../plugins/removeformat/lang/is.js | 7 -
.../plugins/removeformat/lang/it.js | 7 -
.../plugins/removeformat/lang/ja.js | 7 -
.../plugins/removeformat/lang/ka.js | 7 -
.../plugins/removeformat/lang/km.js | 7 -
.../plugins/removeformat/lang/ku.js | 7 -
.../plugins/removeformat/lang/lt.js | 7 -
.../plugins/removeformat/lang/lv.js | 7 -
.../plugins/removeformat/lang/mk.js | 7 -
.../plugins/removeformat/lang/mn.js | 7 -
.../plugins/removeformat/lang/ms.js | 7 -
.../plugins/removeformat/lang/nb.js | 7 -
.../plugins/removeformat/lang/nl.js | 7 -
.../plugins/removeformat/lang/no.js | 7 -
.../plugins/removeformat/lang/pl.js | 7 -
.../plugins/removeformat/lang/pt-br.js | 7 -
.../plugins/removeformat/lang/pt.js | 7 -
.../plugins/removeformat/lang/ro.js | 7 -
.../plugins/removeformat/lang/ru.js | 7 -
.../plugins/removeformat/lang/si.js | 7 -
.../plugins/removeformat/lang/sk.js | 7 -
.../plugins/removeformat/lang/sl.js | 7 -
.../plugins/removeformat/lang/sq.js | 7 -
.../plugins/removeformat/lang/sr-latn.js | 7 -
.../plugins/removeformat/lang/sr.js | 7 -
.../plugins/removeformat/lang/sv.js | 7 -
.../plugins/removeformat/lang/th.js | 7 -
.../plugins/removeformat/lang/tr.js | 7 -
.../plugins/removeformat/lang/tt.js | 7 -
.../plugins/removeformat/lang/ug.js | 7 -
.../plugins/removeformat/lang/uk.js | 7 -
.../plugins/removeformat/lang/vi.js | 7 -
.../plugins/removeformat/lang/zh-cn.js | 7 -
.../plugins/removeformat/lang/zh.js | 7 -
.../plugins/removeformat/plugin.js | 193 -
.../ckeditor_4.5.3/plugins/resize/plugin.js | 169 -
.../plugins/richcombo/plugin.js | 434 -
.../plugins/save/icons/hidpi/save.png | Bin 1648 -> 0 bytes
.../plugins/save/icons/save.png | Bin 716 -> 0 bytes
.../ckeditor_4.5.3/plugins/save/lang/af.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ar.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/bg.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/bn.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/bs.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ca.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/cs.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/cy.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/da.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/de.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/el.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/en-au.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/en-ca.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/en-gb.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/en.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/eo.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/es.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/et.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/eu.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/fa.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/fi.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/fo.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/fr-ca.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/fr.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/gl.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/gu.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/he.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/hi.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/hr.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/hu.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/id.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/is.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/it.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ja.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ka.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/km.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ku.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/lt.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/lv.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/mk.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/mn.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ms.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/nb.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/nl.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/no.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/pl.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/pt-br.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/pt.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ro.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ru.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/si.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/sk.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/sl.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/sq.js | 7 -
.../plugins/save/lang/sr-latn.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/sr.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/sv.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/th.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/tr.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/tt.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/ug.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/uk.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/vi.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/zh-cn.js | 7 -
.../ckeditor_4.5.3/plugins/save/lang/zh.js | 7 -
.../lib/ckeditor_4.5.3/plugins/save/plugin.js | 67 -
.../selectall/icons/hidpi/selectall.png | Bin 1093 -> 0 bytes
.../plugins/selectall/icons/selectall.png | Bin 665 -> 0 bytes
.../plugins/selectall/lang/af.js | 7 -
.../plugins/selectall/lang/ar.js | 7 -
.../plugins/selectall/lang/bg.js | 7 -
.../plugins/selectall/lang/bn.js | 7 -
.../plugins/selectall/lang/bs.js | 7 -
.../plugins/selectall/lang/ca.js | 7 -
.../plugins/selectall/lang/cs.js | 7 -
.../plugins/selectall/lang/cy.js | 7 -
.../plugins/selectall/lang/da.js | 7 -
.../plugins/selectall/lang/de.js | 7 -
.../plugins/selectall/lang/el.js | 7 -
.../plugins/selectall/lang/en-au.js | 7 -
.../plugins/selectall/lang/en-ca.js | 7 -
.../plugins/selectall/lang/en-gb.js | 7 -
.../plugins/selectall/lang/en.js | 7 -
.../plugins/selectall/lang/eo.js | 7 -
.../plugins/selectall/lang/es.js | 7 -
.../plugins/selectall/lang/et.js | 7 -
.../plugins/selectall/lang/eu.js | 7 -
.../plugins/selectall/lang/fa.js | 7 -
.../plugins/selectall/lang/fi.js | 7 -
.../plugins/selectall/lang/fo.js | 7 -
.../plugins/selectall/lang/fr-ca.js | 7 -
.../plugins/selectall/lang/fr.js | 7 -
.../plugins/selectall/lang/gl.js | 7 -
.../plugins/selectall/lang/gu.js | 7 -
.../plugins/selectall/lang/he.js | 7 -
.../plugins/selectall/lang/hi.js | 7 -
.../plugins/selectall/lang/hr.js | 7 -
.../plugins/selectall/lang/hu.js | 7 -
.../plugins/selectall/lang/id.js | 7 -
.../plugins/selectall/lang/is.js | 7 -
.../plugins/selectall/lang/it.js | 7 -
.../plugins/selectall/lang/ja.js | 7 -
.../plugins/selectall/lang/ka.js | 7 -
.../plugins/selectall/lang/km.js | 7 -
.../plugins/selectall/lang/ku.js | 7 -
.../plugins/selectall/lang/lt.js | 7 -
.../plugins/selectall/lang/lv.js | 7 -
.../plugins/selectall/lang/mk.js | 7 -
.../plugins/selectall/lang/mn.js | 7 -
.../plugins/selectall/lang/ms.js | 7 -
.../plugins/selectall/lang/nb.js | 7 -
.../plugins/selectall/lang/nl.js | 7 -
.../plugins/selectall/lang/no.js | 7 -
.../plugins/selectall/lang/pl.js | 7 -
.../plugins/selectall/lang/pt-br.js | 7 -
.../plugins/selectall/lang/pt.js | 7 -
.../plugins/selectall/lang/ro.js | 7 -
.../plugins/selectall/lang/ru.js | 7 -
.../plugins/selectall/lang/si.js | 7 -
.../plugins/selectall/lang/sk.js | 7 -
.../plugins/selectall/lang/sl.js | 7 -
.../plugins/selectall/lang/sq.js | 7 -
.../plugins/selectall/lang/sr-latn.js | 7 -
.../plugins/selectall/lang/sr.js | 7 -
.../plugins/selectall/lang/sv.js | 7 -
.../plugins/selectall/lang/th.js | 7 -
.../plugins/selectall/lang/tr.js | 7 -
.../plugins/selectall/lang/tt.js | 7 -
.../plugins/selectall/lang/ug.js | 7 -
.../plugins/selectall/lang/uk.js | 7 -
.../plugins/selectall/lang/vi.js | 7 -
.../plugins/selectall/lang/zh-cn.js | 7 -
.../plugins/selectall/lang/zh.js | 7 -
.../plugins/selectall/plugin.js | 60 -
.../plugins/sharedspace/plugin.js | 145 -
.../showblocks/icons/hidpi/showblocks-rtl.png | Bin 1853 -> 0 bytes
.../showblocks/icons/hidpi/showblocks.png | Bin 1895 -> 0 bytes
.../showblocks/icons/showblocks-rtl.png | Bin 691 -> 0 bytes
.../plugins/showblocks/icons/showblocks.png | Bin 701 -> 0 bytes
.../showblocks/images/block_address.png | Bin 152 -> 0 bytes
.../showblocks/images/block_blockquote.png | Bin 154 -> 0 bytes
.../plugins/showblocks/images/block_div.png | Bin 127 -> 0 bytes
.../plugins/showblocks/images/block_h1.png | Bin 120 -> 0 bytes
.../plugins/showblocks/images/block_h2.png | Bin 127 -> 0 bytes
.../plugins/showblocks/images/block_h3.png | Bin 123 -> 0 bytes
.../plugins/showblocks/images/block_h4.png | Bin 123 -> 0 bytes
.../plugins/showblocks/images/block_h5.png | Bin 126 -> 0 bytes
.../plugins/showblocks/images/block_h6.png | Bin 123 -> 0 bytes
.../plugins/showblocks/images/block_p.png | Bin 115 -> 0 bytes
.../plugins/showblocks/images/block_pre.png | Bin 128 -> 0 bytes
.../plugins/showblocks/lang/af.js | 7 -
.../plugins/showblocks/lang/ar.js | 7 -
.../plugins/showblocks/lang/bg.js | 7 -
.../plugins/showblocks/lang/bn.js | 7 -
.../plugins/showblocks/lang/bs.js | 7 -
.../plugins/showblocks/lang/ca.js | 7 -
.../plugins/showblocks/lang/cs.js | 7 -
.../plugins/showblocks/lang/cy.js | 7 -
.../plugins/showblocks/lang/da.js | 7 -
.../plugins/showblocks/lang/de.js | 7 -
.../plugins/showblocks/lang/el.js | 7 -
.../plugins/showblocks/lang/en-au.js | 7 -
.../plugins/showblocks/lang/en-ca.js | 7 -
.../plugins/showblocks/lang/en-gb.js | 7 -
.../plugins/showblocks/lang/en.js | 7 -
.../plugins/showblocks/lang/eo.js | 7 -
.../plugins/showblocks/lang/es.js | 7 -
.../plugins/showblocks/lang/et.js | 7 -
.../plugins/showblocks/lang/eu.js | 7 -
.../plugins/showblocks/lang/fa.js | 7 -
.../plugins/showblocks/lang/fi.js | 7 -
.../plugins/showblocks/lang/fo.js | 7 -
.../plugins/showblocks/lang/fr-ca.js | 7 -
.../plugins/showblocks/lang/fr.js | 7 -
.../plugins/showblocks/lang/gl.js | 7 -
.../plugins/showblocks/lang/gu.js | 7 -
.../plugins/showblocks/lang/he.js | 7 -
.../plugins/showblocks/lang/hi.js | 7 -
.../plugins/showblocks/lang/hr.js | 7 -
.../plugins/showblocks/lang/hu.js | 7 -
.../plugins/showblocks/lang/id.js | 7 -
.../plugins/showblocks/lang/is.js | 7 -
.../plugins/showblocks/lang/it.js | 7 -
.../plugins/showblocks/lang/ja.js | 7 -
.../plugins/showblocks/lang/ka.js | 7 -
.../plugins/showblocks/lang/km.js | 7 -
.../plugins/showblocks/lang/ko.js | 7 -
.../plugins/showblocks/lang/ku.js | 7 -
.../plugins/showblocks/lang/lt.js | 7 -
.../plugins/showblocks/lang/lv.js | 7 -
.../plugins/showblocks/lang/mk.js | 7 -
.../plugins/showblocks/lang/mn.js | 7 -
.../plugins/showblocks/lang/ms.js | 7 -
.../plugins/showblocks/lang/nb.js | 7 -
.../plugins/showblocks/lang/nl.js | 7 -
.../plugins/showblocks/lang/no.js | 7 -
.../plugins/showblocks/lang/pl.js | 7 -
.../plugins/showblocks/lang/pt-br.js | 7 -
.../plugins/showblocks/lang/pt.js | 7 -
.../plugins/showblocks/lang/ro.js | 7 -
.../plugins/showblocks/lang/ru.js | 7 -
.../plugins/showblocks/lang/si.js | 7 -
.../plugins/showblocks/lang/sk.js | 7 -
.../plugins/showblocks/lang/sl.js | 7 -
.../plugins/showblocks/lang/sq.js | 7 -
.../plugins/showblocks/lang/sr-latn.js | 7 -
.../plugins/showblocks/lang/sr.js | 7 -
.../plugins/showblocks/lang/sv.js | 7 -
.../plugins/showblocks/lang/th.js | 7 -
.../plugins/showblocks/lang/tr.js | 7 -
.../plugins/showblocks/lang/tt.js | 7 -
.../plugins/showblocks/lang/ug.js | 7 -
.../plugins/showblocks/lang/uk.js | 7 -
.../plugins/showblocks/lang/vi.js | 7 -
.../plugins/showblocks/lang/zh-cn.js | 7 -
.../plugins/showblocks/lang/zh.js | 7 -
.../plugins/showblocks/plugin.js | 153 -
.../plugins/showborders/plugin.js | 174 -
.../plugins/smiley/dialogs/smiley.js | 193 -
.../plugins/smiley/icons/hidpi/smiley.png | Bin 3073 -> 0 bytes
.../plugins/smiley/icons/smiley.png | Bin 916 -> 0 bytes
.../plugins/smiley/images/angel_smile.gif | Bin 1245 -> 0 bytes
.../plugins/smiley/images/angel_smile.png | Bin 1172 -> 0 bytes
.../plugins/smiley/images/angry_smile.gif | Bin 1219 -> 0 bytes
.../plugins/smiley/images/angry_smile.png | Bin 1220 -> 0 bytes
.../plugins/smiley/images/broken_heart.gif | Bin 732 -> 0 bytes
.../plugins/smiley/images/broken_heart.png | Bin 1139 -> 0 bytes
.../plugins/smiley/images/confused_smile.gif | Bin 1202 -> 0 bytes
.../plugins/smiley/images/confused_smile.png | Bin 1101 -> 0 bytes
.../plugins/smiley/images/cry_smile.gif | Bin 795 -> 0 bytes
.../plugins/smiley/images/cry_smile.png | Bin 1214 -> 0 bytes
.../plugins/smiley/images/devil_smile.gif | Bin 1239 -> 0 bytes
.../plugins/smiley/images/devil_smile.png | Bin 1220 -> 0 bytes
.../smiley/images/embaressed_smile.gif | Bin 786 -> 0 bytes
.../smiley/images/embarrassed_smile.gif | Bin 786 -> 0 bytes
.../smiley/images/embarrassed_smile.png | Bin 1145 -> 0 bytes
.../plugins/smiley/images/envelope.gif | Bin 506 -> 0 bytes
.../plugins/smiley/images/envelope.png | Bin 760 -> 0 bytes
.../plugins/smiley/images/heart.gif | Bin 692 -> 0 bytes
.../plugins/smiley/images/heart.png | Bin 999 -> 0 bytes
.../plugins/smiley/images/kiss.gif | Bin 683 -> 0 bytes
.../plugins/smiley/images/kiss.png | Bin 1003 -> 0 bytes
.../plugins/smiley/images/lightbulb.gif | Bin 660 -> 0 bytes
.../plugins/smiley/images/lightbulb.png | Bin 919 -> 0 bytes
.../plugins/smiley/images/omg_smile.gif | Bin 820 -> 0 bytes
.../plugins/smiley/images/omg_smile.png | Bin 1122 -> 0 bytes
.../plugins/smiley/images/regular_smile.gif | Bin 1209 -> 0 bytes
.../plugins/smiley/images/regular_smile.png | Bin 1084 -> 0 bytes
.../plugins/smiley/images/sad_smile.gif | Bin 782 -> 0 bytes
.../plugins/smiley/images/sad_smile.png | Bin 1115 -> 0 bytes
.../plugins/smiley/images/shades_smile.gif | Bin 1231 -> 0 bytes
.../plugins/smiley/images/shades_smile.png | Bin 1204 -> 0 bytes
.../plugins/smiley/images/teeth_smile.gif | Bin 1201 -> 0 bytes
.../plugins/smiley/images/teeth_smile.png | Bin 1183 -> 0 bytes
.../plugins/smiley/images/thumbs_down.gif | Bin 715 -> 0 bytes
.../plugins/smiley/images/thumbs_down.png | Bin 985 -> 0 bytes
.../plugins/smiley/images/thumbs_up.gif | Bin 714 -> 0 bytes
.../plugins/smiley/images/thumbs_up.png | Bin 959 -> 0 bytes
.../plugins/smiley/images/tongue_smile.gif | Bin 1210 -> 0 bytes
.../plugins/smiley/images/tongue_smile.png | Bin 1132 -> 0 bytes
.../plugins/smiley/images/tounge_smile.gif | Bin 1210 -> 0 bytes
.../images/whatchutalkingabout_smile.gif | Bin 775 -> 0 bytes
.../images/whatchutalkingabout_smile.png | Bin 1039 -> 0 bytes
.../plugins/smiley/images/wink_smile.gif | Bin 1202 -> 0 bytes
.../plugins/smiley/images/wink_smile.png | Bin 1114 -> 0 bytes
.../ckeditor_4.5.3/plugins/smiley/lang/af.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ar.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/bg.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/bn.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/bs.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ca.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/cs.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/cy.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/da.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/el.js | 9 -
.../plugins/smiley/lang/en-au.js | 9 -
.../plugins/smiley/lang/en-ca.js | 9 -
.../plugins/smiley/lang/en-gb.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/en.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/eo.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/es.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/et.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/eu.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/fa.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/fi.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/fo.js | 9 -
.../plugins/smiley/lang/fr-ca.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/fr.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/gl.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/gu.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/he.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/hi.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/hr.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/hu.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/id.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/is.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/it.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ja.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ka.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/km.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ku.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/lt.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/lv.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/mk.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/mn.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ms.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/nb.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/nl.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/no.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/pl.js | 9 -
.../plugins/smiley/lang/pt-br.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/pt.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ro.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ru.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/si.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/sk.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/sl.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/sq.js | 9 -
.../plugins/smiley/lang/sr-latn.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/sr.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/sv.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/th.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/tr.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/tt.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/ug.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/uk.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/vi.js | 9 -
.../plugins/smiley/lang/zh-cn.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/lang/zh.js | 9 -
.../ckeditor_4.5.3/plugins/smiley/plugin.js | 98 -
.../sourcearea/icons/hidpi/source-rtl.png | Bin 1968 -> 0 bytes
.../plugins/sourcearea/icons/hidpi/source.png | Bin 1999 -> 0 bytes
.../plugins/sourcearea/icons/source-rtl.png | Bin 762 -> 0 bytes
.../plugins/sourcearea/icons/source.png | Bin 764 -> 0 bytes
.../plugins/sourcearea/lang/af.js | 7 -
.../plugins/sourcearea/lang/ar.js | 7 -
.../plugins/sourcearea/lang/bn.js | 7 -
.../plugins/sourcearea/lang/bs.js | 7 -
.../plugins/sourcearea/lang/ca.js | 7 -
.../plugins/sourcearea/lang/cs.js | 7 -
.../plugins/sourcearea/lang/cy.js | 7 -
.../plugins/sourcearea/lang/da.js | 7 -
.../plugins/sourcearea/lang/de.js | 7 -
.../plugins/sourcearea/lang/el.js | 7 -
.../plugins/sourcearea/lang/en-au.js | 7 -
.../plugins/sourcearea/lang/en-ca.js | 7 -
.../plugins/sourcearea/lang/en-gb.js | 7 -
.../plugins/sourcearea/lang/en.js | 7 -
.../plugins/sourcearea/lang/eo.js | 7 -
.../plugins/sourcearea/lang/es.js | 7 -
.../plugins/sourcearea/lang/et.js | 7 -
.../plugins/sourcearea/lang/eu.js | 7 -
.../plugins/sourcearea/lang/fa.js | 7 -
.../plugins/sourcearea/lang/fi.js | 7 -
.../plugins/sourcearea/lang/fo.js | 7 -
.../plugins/sourcearea/lang/fr-ca.js | 7 -
.../plugins/sourcearea/lang/fr.js | 7 -
.../plugins/sourcearea/lang/gl.js | 7 -
.../plugins/sourcearea/lang/gu.js | 7 -
.../plugins/sourcearea/lang/he.js | 7 -
.../plugins/sourcearea/lang/hi.js | 7 -
.../plugins/sourcearea/lang/hr.js | 7 -
.../plugins/sourcearea/lang/hu.js | 7 -
.../plugins/sourcearea/lang/id.js | 7 -
.../plugins/sourcearea/lang/is.js | 7 -
.../plugins/sourcearea/lang/it.js | 7 -
.../plugins/sourcearea/lang/ja.js | 7 -
.../plugins/sourcearea/lang/ka.js | 7 -
.../plugins/sourcearea/lang/km.js | 7 -
.../plugins/sourcearea/lang/ko.js | 7 -
.../plugins/sourcearea/lang/ku.js | 7 -
.../plugins/sourcearea/lang/lt.js | 7 -
.../plugins/sourcearea/lang/lv.js | 7 -
.../plugins/sourcearea/lang/mk.js | 7 -
.../plugins/sourcearea/lang/mn.js | 7 -
.../plugins/sourcearea/lang/ms.js | 7 -
.../plugins/sourcearea/lang/nb.js | 7 -
.../plugins/sourcearea/lang/nl.js | 7 -
.../plugins/sourcearea/lang/no.js | 7 -
.../plugins/sourcearea/lang/pl.js | 7 -
.../plugins/sourcearea/lang/pt-br.js | 7 -
.../plugins/sourcearea/lang/pt.js | 7 -
.../plugins/sourcearea/lang/ro.js | 7 -
.../plugins/sourcearea/lang/ru.js | 7 -
.../plugins/sourcearea/lang/si.js | 7 -
.../plugins/sourcearea/lang/sk.js | 7 -
.../plugins/sourcearea/lang/sl.js | 7 -
.../plugins/sourcearea/lang/sq.js | 7 -
.../plugins/sourcearea/lang/sr-latn.js | 7 -
.../plugins/sourcearea/lang/sr.js | 7 -
.../plugins/sourcearea/lang/sv.js | 7 -
.../plugins/sourcearea/lang/th.js | 7 -
.../plugins/sourcearea/lang/tr.js | 7 -
.../plugins/sourcearea/lang/tt.js | 7 -
.../plugins/sourcearea/lang/ug.js | 7 -
.../plugins/sourcearea/lang/uk.js | 7 -
.../plugins/sourcearea/lang/vi.js | 7 -
.../plugins/sourcearea/lang/zh-cn.js | 7 -
.../plugins/sourcearea/lang/zh.js | 7 -
.../sourcedialog/dialogs/sourcedialog.js | 79 -
.../icons/hidpi/sourcedialog-rtl.png | Bin 1968 -> 0 bytes
.../sourcedialog/icons/hidpi/sourcedialog.png | Bin 1999 -> 0 bytes
.../sourcedialog/icons/sourcedialog-rtl.png | Bin 762 -> 0 bytes
.../sourcedialog/icons/sourcedialog.png | Bin 764 -> 0 bytes
.../plugins/sourcedialog/lang/af.js | 9 -
.../plugins/sourcedialog/lang/ar.js | 9 -
.../plugins/sourcedialog/lang/bg.js | 9 -
.../plugins/sourcedialog/lang/bn.js | 9 -
.../plugins/sourcedialog/lang/bs.js | 9 -
.../plugins/sourcedialog/lang/ca.js | 9 -
.../plugins/sourcedialog/lang/cs.js | 9 -
.../plugins/sourcedialog/lang/cy.js | 9 -
.../plugins/sourcedialog/lang/da.js | 9 -
.../plugins/sourcedialog/lang/de.js | 9 -
.../plugins/sourcedialog/lang/el.js | 9 -
.../plugins/sourcedialog/lang/en-au.js | 9 -
.../plugins/sourcedialog/lang/en-ca.js | 9 -
.../plugins/sourcedialog/lang/en-gb.js | 9 -
.../plugins/sourcedialog/lang/en.js | 9 -
.../plugins/sourcedialog/lang/eo.js | 9 -
.../plugins/sourcedialog/lang/es.js | 9 -
.../plugins/sourcedialog/lang/et.js | 9 -
.../plugins/sourcedialog/lang/eu.js | 9 -
.../plugins/sourcedialog/lang/fa.js | 9 -
.../plugins/sourcedialog/lang/fi.js | 9 -
.../plugins/sourcedialog/lang/fo.js | 9 -
.../plugins/sourcedialog/lang/fr-ca.js | 9 -
.../plugins/sourcedialog/lang/fr.js | 9 -
.../plugins/sourcedialog/lang/gl.js | 9 -
.../plugins/sourcedialog/lang/gu.js | 9 -
.../plugins/sourcedialog/lang/he.js | 9 -
.../plugins/sourcedialog/lang/hi.js | 9 -
.../plugins/sourcedialog/lang/hr.js | 9 -
.../plugins/sourcedialog/lang/hu.js | 9 -
.../plugins/sourcedialog/lang/id.js | 9 -
.../plugins/sourcedialog/lang/is.js | 9 -
.../plugins/sourcedialog/lang/it.js | 9 -
.../plugins/sourcedialog/lang/ja.js | 9 -
.../plugins/sourcedialog/lang/ka.js | 9 -
.../plugins/sourcedialog/lang/km.js | 9 -
.../plugins/sourcedialog/lang/ko.js | 9 -
.../plugins/sourcedialog/lang/ku.js | 9 -
.../plugins/sourcedialog/lang/lt.js | 9 -
.../plugins/sourcedialog/lang/lv.js | 9 -
.../plugins/sourcedialog/lang/mn.js | 9 -
.../plugins/sourcedialog/lang/ms.js | 9 -
.../plugins/sourcedialog/lang/nb.js | 9 -
.../plugins/sourcedialog/lang/nl.js | 9 -
.../plugins/sourcedialog/lang/no.js | 9 -
.../plugins/sourcedialog/lang/pl.js | 9 -
.../plugins/sourcedialog/lang/pt-br.js | 9 -
.../plugins/sourcedialog/lang/pt.js | 9 -
.../plugins/sourcedialog/lang/ro.js | 9 -
.../plugins/sourcedialog/lang/ru.js | 9 -
.../plugins/sourcedialog/lang/si.js | 9 -
.../plugins/sourcedialog/lang/sk.js | 9 -
.../plugins/sourcedialog/lang/sl.js | 9 -
.../plugins/sourcedialog/lang/sq.js | 9 -
.../plugins/sourcedialog/lang/sr-latn.js | 9 -
.../plugins/sourcedialog/lang/sr.js | 9 -
.../plugins/sourcedialog/lang/sv.js | 9 -
.../plugins/sourcedialog/lang/th.js | 9 -
.../plugins/sourcedialog/lang/tr.js | 9 -
.../plugins/sourcedialog/lang/tt.js | 9 -
.../plugins/sourcedialog/lang/ug.js | 9 -
.../plugins/sourcedialog/lang/uk.js | 9 -
.../plugins/sourcedialog/lang/vi.js | 9 -
.../plugins/sourcedialog/lang/zh-cn.js | 9 -
.../plugins/sourcedialog/lang/zh.js | 9 -
.../plugins/sourcedialog/plugin.js | 29 -
.../dialogs/lang/_translationstatus.txt | 20 -
.../plugins/specialchar/dialogs/lang/af.js | 125 -
.../plugins/specialchar/dialogs/lang/ar.js | 125 -
.../plugins/specialchar/dialogs/lang/bg.js | 125 -
.../plugins/specialchar/dialogs/lang/ca.js | 125 -
.../plugins/specialchar/dialogs/lang/cs.js | 125 -
.../plugins/specialchar/dialogs/lang/cy.js | 125 -
.../plugins/specialchar/dialogs/lang/en-gb.js | 125 -
.../plugins/specialchar/dialogs/lang/en.js | 125 -
.../plugins/specialchar/dialogs/lang/eo.js | 125 -
.../plugins/specialchar/dialogs/lang/es.js | 125 -
.../plugins/specialchar/dialogs/lang/et.js | 125 -
.../plugins/specialchar/dialogs/lang/fa.js | 125 -
.../plugins/specialchar/dialogs/lang/fi.js | 125 -
.../plugins/specialchar/dialogs/lang/fr-ca.js | 125 -
.../plugins/specialchar/dialogs/lang/fr.js | 125 -
.../plugins/specialchar/dialogs/lang/gl.js | 125 -
.../plugins/specialchar/dialogs/lang/he.js | 125 -
.../plugins/specialchar/dialogs/lang/hr.js | 125 -
.../plugins/specialchar/dialogs/lang/hu.js | 125 -
.../plugins/specialchar/dialogs/lang/id.js | 125 -
.../plugins/specialchar/dialogs/lang/it.js | 125 -
.../plugins/specialchar/dialogs/lang/ja.js | 125 -
.../plugins/specialchar/dialogs/lang/km.js | 125 -
.../plugins/specialchar/dialogs/lang/ku.js | 125 -
.../plugins/specialchar/dialogs/lang/lt.js | 125 -
.../plugins/specialchar/dialogs/lang/lv.js | 125 -
.../plugins/specialchar/dialogs/lang/nb.js | 125 -
.../plugins/specialchar/dialogs/lang/nl.js | 125 -
.../plugins/specialchar/dialogs/lang/no.js | 125 -
.../plugins/specialchar/dialogs/lang/pl.js | 125 -
.../plugins/specialchar/dialogs/lang/pt-br.js | 125 -
.../plugins/specialchar/dialogs/lang/pt.js | 125 -
.../plugins/specialchar/dialogs/lang/ru.js | 125 -
.../plugins/specialchar/dialogs/lang/si.js | 125 -
.../plugins/specialchar/dialogs/lang/sk.js | 125 -
.../plugins/specialchar/dialogs/lang/sl.js | 125 -
.../plugins/specialchar/dialogs/lang/sq.js | 125 -
.../plugins/specialchar/dialogs/lang/sv.js | 125 -
.../plugins/specialchar/dialogs/lang/th.js | 125 -
.../plugins/specialchar/dialogs/lang/tr.js | 125 -
.../plugins/specialchar/dialogs/lang/tt.js | 125 -
.../plugins/specialchar/dialogs/lang/ug.js | 125 -
.../plugins/specialchar/dialogs/lang/uk.js | 125 -
.../plugins/specialchar/dialogs/lang/vi.js | 125 -
.../plugins/specialchar/dialogs/lang/zh-cn.js | 125 -
.../specialchar/dialogs/specialchar.js | 297 -
.../specialchar/icons/hidpi/specialchar.png | Bin 2615 -> 0 bytes
.../plugins/specialchar/icons/specialchar.png | Bin 970 -> 0 bytes
.../specialchar/lang/_translationstatus.txt | 63 -
.../plugins/specialchar/lang/af.js | 9 -
.../plugins/specialchar/lang/ar.js | 9 -
.../plugins/specialchar/lang/bg.js | 9 -
.../plugins/specialchar/lang/bn.js | 9 -
.../plugins/specialchar/lang/bs.js | 9 -
.../plugins/specialchar/lang/ca.js | 9 -
.../plugins/specialchar/lang/cs.js | 9 -
.../plugins/specialchar/lang/cy.js | 9 -
.../plugins/specialchar/lang/da.js | 9 -
.../plugins/specialchar/lang/el.js | 9 -
.../plugins/specialchar/lang/en-au.js | 9 -
.../plugins/specialchar/lang/en-ca.js | 9 -
.../plugins/specialchar/lang/en-gb.js | 9 -
.../plugins/specialchar/lang/en.js | 9 -
.../plugins/specialchar/lang/eo.js | 9 -
.../plugins/specialchar/lang/es.js | 9 -
.../plugins/specialchar/lang/et.js | 9 -
.../plugins/specialchar/lang/eu.js | 9 -
.../plugins/specialchar/lang/fa.js | 9 -
.../plugins/specialchar/lang/fi.js | 9 -
.../plugins/specialchar/lang/fo.js | 9 -
.../plugins/specialchar/lang/fr-ca.js | 9 -
.../plugins/specialchar/lang/fr.js | 9 -
.../plugins/specialchar/lang/gl.js | 9 -
.../plugins/specialchar/lang/gu.js | 9 -
.../plugins/specialchar/lang/he.js | 9 -
.../plugins/specialchar/lang/hi.js | 9 -
.../plugins/specialchar/lang/hr.js | 9 -
.../plugins/specialchar/lang/hu.js | 9 -
.../plugins/specialchar/lang/id.js | 9 -
.../plugins/specialchar/lang/is.js | 9 -
.../plugins/specialchar/lang/it.js | 9 -
.../plugins/specialchar/lang/ja.js | 9 -
.../plugins/specialchar/lang/ka.js | 9 -
.../plugins/specialchar/lang/km.js | 9 -
.../plugins/specialchar/lang/ko.js | 9 -
.../plugins/specialchar/lang/ku.js | 9 -
.../plugins/specialchar/lang/lt.js | 9 -
.../plugins/specialchar/lang/lv.js | 9 -
.../plugins/specialchar/lang/mk.js | 9 -
.../plugins/specialchar/lang/mn.js | 9 -
.../plugins/specialchar/lang/ms.js | 9 -
.../plugins/specialchar/lang/nb.js | 9 -
.../plugins/specialchar/lang/nl.js | 9 -
.../plugins/specialchar/lang/no.js | 9 -
.../plugins/specialchar/lang/pl.js | 9 -
.../plugins/specialchar/lang/pt-br.js | 9 -
.../plugins/specialchar/lang/pt.js | 9 -
.../plugins/specialchar/lang/ro.js | 9 -
.../plugins/specialchar/lang/ru.js | 9 -
.../plugins/specialchar/lang/si.js | 9 -
.../plugins/specialchar/lang/sk.js | 9 -
.../plugins/specialchar/lang/sl.js | 9 -
.../plugins/specialchar/lang/sq.js | 9 -
.../plugins/specialchar/lang/sr-latn.js | 9 -
.../plugins/specialchar/lang/sr.js | 9 -
.../plugins/specialchar/lang/sv.js | 9 -
.../plugins/specialchar/lang/th.js | 9 -
.../plugins/specialchar/lang/tr.js | 9 -
.../plugins/specialchar/lang/tt.js | 9 -
.../plugins/specialchar/lang/ug.js | 9 -
.../plugins/specialchar/lang/uk.js | 9 -
.../plugins/specialchar/lang/vi.js | 9 -
.../plugins/specialchar/lang/zh-cn.js | 9 -
.../plugins/specialchar/lang/zh.js | 9 -
.../plugins/specialchar/plugin.js | 83 -
.../plugins/stylescombo/lang/af.js | 11 -
.../plugins/stylescombo/lang/ar.js | 11 -
.../plugins/stylescombo/lang/bg.js | 11 -
.../plugins/stylescombo/lang/bn.js | 11 -
.../plugins/stylescombo/lang/bs.js | 11 -
.../plugins/stylescombo/lang/ca.js | 11 -
.../plugins/stylescombo/lang/cs.js | 11 -
.../plugins/stylescombo/lang/cy.js | 11 -
.../plugins/stylescombo/lang/da.js | 11 -
.../plugins/stylescombo/lang/el.js | 11 -
.../plugins/stylescombo/lang/en-au.js | 11 -
.../plugins/stylescombo/lang/en-ca.js | 11 -
.../plugins/stylescombo/lang/en-gb.js | 11 -
.../plugins/stylescombo/lang/en.js | 11 -
.../plugins/stylescombo/lang/eo.js | 11 -
.../plugins/stylescombo/lang/es.js | 11 -
.../plugins/stylescombo/lang/et.js | 11 -
.../plugins/stylescombo/lang/eu.js | 11 -
.../plugins/stylescombo/lang/fa.js | 11 -
.../plugins/stylescombo/lang/fi.js | 11 -
.../plugins/stylescombo/lang/fo.js | 11 -
.../plugins/stylescombo/lang/fr-ca.js | 11 -
.../plugins/stylescombo/lang/fr.js | 11 -
.../plugins/stylescombo/lang/gu.js | 11 -
.../plugins/stylescombo/lang/he.js | 11 -
.../plugins/stylescombo/lang/hi.js | 11 -
.../plugins/stylescombo/lang/hr.js | 11 -
.../plugins/stylescombo/lang/hu.js | 11 -
.../plugins/stylescombo/lang/id.js | 11 -
.../plugins/stylescombo/lang/is.js | 11 -
.../plugins/stylescombo/lang/it.js | 11 -
.../plugins/stylescombo/lang/ja.js | 11 -
.../plugins/stylescombo/lang/ka.js | 11 -
.../plugins/stylescombo/lang/km.js | 11 -
.../plugins/stylescombo/lang/ku.js | 11 -
.../plugins/stylescombo/lang/lt.js | 11 -
.../plugins/stylescombo/lang/lv.js | 11 -
.../plugins/stylescombo/lang/mk.js | 11 -
.../plugins/stylescombo/lang/mn.js | 11 -
.../plugins/stylescombo/lang/ms.js | 11 -
.../plugins/stylescombo/lang/nb.js | 11 -
.../plugins/stylescombo/lang/nl.js | 11 -
.../plugins/stylescombo/lang/no.js | 11 -
.../plugins/stylescombo/lang/pl.js | 11 -
.../plugins/stylescombo/lang/pt-br.js | 11 -
.../plugins/stylescombo/lang/pt.js | 11 -
.../plugins/stylescombo/lang/ro.js | 11 -
.../plugins/stylescombo/lang/ru.js | 11 -
.../plugins/stylescombo/lang/si.js | 11 -
.../plugins/stylescombo/lang/sk.js | 11 -
.../plugins/stylescombo/lang/sl.js | 11 -
.../plugins/stylescombo/lang/sq.js | 11 -
.../plugins/stylescombo/lang/sr-latn.js | 11 -
.../plugins/stylescombo/lang/sr.js | 11 -
.../plugins/stylescombo/lang/sv.js | 11 -
.../plugins/stylescombo/lang/th.js | 11 -
.../plugins/stylescombo/lang/tr.js | 11 -
.../plugins/stylescombo/lang/tt.js | 11 -
.../plugins/stylescombo/lang/ug.js | 11 -
.../plugins/stylescombo/lang/uk.js | 11 -
.../plugins/stylescombo/lang/vi.js | 11 -
.../plugins/stylescombo/lang/zh-cn.js | 11 -
.../plugins/stylescombo/plugin.js | 193 -
.../plugins/stylesheetparser/plugin.js | 152 -
.../samples/assets/sample.css | 70 -
.../lib/ckeditor_4.5.3/plugins/tab/plugin.js | 302 -
.../plugins/table/icons/hidpi/table.png | Bin 1006 -> 0 bytes
.../plugins/table/icons/table.png | Bin 535 -> 0 bytes
.../ckeditor_4.5.3/plugins/table/lang/af.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ar.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/bg.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/bn.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/bs.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ca.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/cs.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/cy.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/da.js | 74 -
.../plugins/table/lang/en-au.js | 74 -
.../plugins/table/lang/en-ca.js | 74 -
.../plugins/table/lang/en-gb.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/en.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/eo.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/es.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/et.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/eu.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/fa.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/fi.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/fo.js | 74 -
.../plugins/table/lang/fr-ca.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/fr.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/gl.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/gu.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/he.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/hi.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/hr.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/hu.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/id.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/is.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/it.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ja.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ka.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/km.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ku.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/lt.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/lv.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/mk.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/mn.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ms.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/nb.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/nl.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/no.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/pl.js | 74 -
.../plugins/table/lang/pt-br.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/pt.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ro.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ru.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/si.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/sk.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/sl.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/sq.js | 74 -
.../plugins/table/lang/sr-latn.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/sr.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/sv.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/th.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/tr.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/ug.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/uk.js | 74 -
.../ckeditor_4.5.3/plugins/table/lang/vi.js | 74 -
.../plugins/table/lang/zh-cn.js | 74 -
.../ckeditor_4.5.3/plugins/table/plugin.js | 109 -
.../plugins/tabletools/dialogs/tableCell.js | 474 -
.../plugins/templates/dialogs/templates.css | 84 -
.../plugins/templates/dialogs/templates.js | 199 -
.../templates/icons/hidpi/templates-rtl.png | Bin 1387 -> 0 bytes
.../templates/icons/hidpi/templates.png | Bin 1387 -> 0 bytes
.../plugins/templates/icons/templates-rtl.png | Bin 639 -> 0 bytes
.../plugins/templates/icons/templates.png | Bin 639 -> 0 bytes
.../plugins/templates/lang/af.js | 12 -
.../plugins/templates/lang/ar.js | 12 -
.../plugins/templates/lang/bg.js | 12 -
.../plugins/templates/lang/bn.js | 12 -
.../plugins/templates/lang/bs.js | 12 -
.../plugins/templates/lang/ca.js | 12 -
.../plugins/templates/lang/cs.js | 12 -
.../plugins/templates/lang/cy.js | 12 -
.../plugins/templates/lang/da.js | 12 -
.../plugins/templates/lang/el.js | 12 -
.../plugins/templates/lang/en-au.js | 12 -
.../plugins/templates/lang/en-ca.js | 12 -
.../plugins/templates/lang/en-gb.js | 12 -
.../plugins/templates/lang/en.js | 12 -
.../plugins/templates/lang/eo.js | 12 -
.../plugins/templates/lang/es.js | 12 -
.../plugins/templates/lang/et.js | 12 -
.../plugins/templates/lang/eu.js | 12 -
.../plugins/templates/lang/fa.js | 12 -
.../plugins/templates/lang/fi.js | 12 -
.../plugins/templates/lang/fo.js | 12 -
.../plugins/templates/lang/fr-ca.js | 12 -
.../plugins/templates/lang/fr.js | 12 -
.../plugins/templates/lang/gl.js | 12 -
.../plugins/templates/lang/gu.js | 12 -
.../plugins/templates/lang/he.js | 12 -
.../plugins/templates/lang/hi.js | 12 -
.../plugins/templates/lang/hr.js | 12 -
.../plugins/templates/lang/hu.js | 12 -
.../plugins/templates/lang/id.js | 12 -
.../plugins/templates/lang/is.js | 12 -
.../plugins/templates/lang/it.js | 12 -
.../plugins/templates/lang/ja.js | 12 -
.../plugins/templates/lang/ka.js | 12 -
.../plugins/templates/lang/km.js | 12 -
.../plugins/templates/lang/ku.js | 12 -
.../plugins/templates/lang/lt.js | 12 -
.../plugins/templates/lang/lv.js | 12 -
.../plugins/templates/lang/mk.js | 12 -
.../plugins/templates/lang/mn.js | 12 -
.../plugins/templates/lang/ms.js | 12 -
.../plugins/templates/lang/nb.js | 12 -
.../plugins/templates/lang/nl.js | 12 -
.../plugins/templates/lang/no.js | 12 -
.../plugins/templates/lang/pl.js | 12 -
.../plugins/templates/lang/pt-br.js | 12 -
.../plugins/templates/lang/pt.js | 12 -
.../plugins/templates/lang/ro.js | 12 -
.../plugins/templates/lang/ru.js | 12 -
.../plugins/templates/lang/si.js | 12 -
.../plugins/templates/lang/sk.js | 12 -
.../plugins/templates/lang/sl.js | 12 -
.../plugins/templates/lang/sq.js | 12 -
.../plugins/templates/lang/sr-latn.js | 12 -
.../plugins/templates/lang/sr.js | 12 -
.../plugins/templates/lang/sv.js | 12 -
.../plugins/templates/lang/th.js | 12 -
.../plugins/templates/lang/tr.js | 12 -
.../plugins/templates/lang/tt.js | 12 -
.../plugins/templates/lang/ug.js | 12 -
.../plugins/templates/lang/uk.js | 12 -
.../plugins/templates/lang/vi.js | 12 -
.../plugins/templates/lang/zh-cn.js | 12 -
.../plugins/templates/lang/zh.js | 12 -
.../plugins/templates/plugin.js | 93 -
.../plugins/templates/templates/default.js | 87 -
.../templates/templates/images/template1.gif | Bin 375 -> 0 bytes
.../templates/templates/images/template2.gif | Bin 333 -> 0 bytes
.../templates/templates/images/template3.gif | Bin 422 -> 0 bytes
.../ckeditor_4.5.3/plugins/toolbar/lang/af.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ar.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/bn.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/bs.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ca.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/cs.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/cy.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/da.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/el.js | 22 -
.../plugins/toolbar/lang/en-au.js | 22 -
.../plugins/toolbar/lang/en-ca.js | 22 -
.../plugins/toolbar/lang/en-gb.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/en.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/eo.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/es.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/et.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/eu.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/fa.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/fi.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/fo.js | 22 -
.../plugins/toolbar/lang/fr-ca.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/fr.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/gl.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/gu.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/he.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/hi.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/hr.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/hu.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/id.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/is.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/it.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ja.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ka.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/km.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ku.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/lt.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/lv.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/mk.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/mn.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ms.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/nb.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/nl.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/no.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/pl.js | 22 -
.../plugins/toolbar/lang/pt-br.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/pt.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ro.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ru.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/si.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/sk.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/sl.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/sq.js | 22 -
.../plugins/toolbar/lang/sr-latn.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/sr.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/th.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/tr.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/tt.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/ug.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/uk.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/vi.js | 22 -
.../plugins/toolbar/lang/zh-cn.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/lang/zh.js | 22 -
.../ckeditor_4.5.3/plugins/toolbar/plugin.js | 800 -
.../plugins/uicolor/dialogs/uicolor.js | 158 -
.../plugins/uicolor/icons/hidpi/uicolor.png | Bin 2287 -> 0 bytes
.../plugins/uicolor/icons/uicolor.png | Bin 965 -> 0 bytes
.../uicolor/lang/_translationstatus.txt | 27 -
.../ckeditor_4.5.3/plugins/uicolor/lang/af.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/ar.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/bg.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/ca.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/cs.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/cy.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/da.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/el.js | 11 -
.../plugins/uicolor/lang/en-gb.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/en.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/eo.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/es.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/et.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/eu.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/fa.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/fi.js | 11 -
.../plugins/uicolor/lang/fr-ca.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/fr.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/gl.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/he.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/hr.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/hu.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/id.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/it.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/ja.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/km.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/ku.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/lv.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/mk.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/nb.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/nl.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/no.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/pl.js | 11 -
.../plugins/uicolor/lang/pt-br.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/pt.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/ru.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/si.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/sk.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/sl.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/sq.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/sv.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/tr.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/tt.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/ug.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/uk.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/vi.js | 11 -
.../plugins/uicolor/lang/zh-cn.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/lang/zh.js | 11 -
.../ckeditor_4.5.3/plugins/uicolor/plugin.js | 29 -
.../plugins/uicolor/yui/assets/hue_bg.png | Bin 1120 -> 0 bytes
.../plugins/uicolor/yui/assets/hue_thumb.png | Bin 195 -> 0 bytes
.../uicolor/yui/assets/picker_mask.png | Bin 12174 -> 0 bytes
.../uicolor/yui/assets/picker_thumb.png | Bin 192 -> 0 bytes
.../plugins/uicolor/yui/assets/yui.css | 7 -
.../ckeditor_4.5.3/plugins/uicolor/yui/yui.js | 5913 ------
.../plugins/undo/icons/hidpi/redo-rtl.png | Bin 1869 -> 0 bytes
.../plugins/undo/icons/hidpi/redo.png | Bin 1783 -> 0 bytes
.../plugins/undo/icons/hidpi/undo-rtl.png | Bin 1783 -> 0 bytes
.../plugins/undo/icons/hidpi/undo.png | Bin 1869 -> 0 bytes
.../plugins/undo/icons/redo-rtl.png | Bin 849 -> 0 bytes
.../plugins/undo/icons/redo.png | Bin 842 -> 0 bytes
.../plugins/undo/icons/undo-rtl.png | Bin 842 -> 0 bytes
.../plugins/undo/icons/undo.png | Bin 850 -> 0 bytes
.../ckeditor_4.5.3/plugins/undo/lang/af.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ar.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/bg.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/bn.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/bs.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ca.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/cs.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/cy.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/da.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/de.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/el.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/en-au.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/en-ca.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/en-gb.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/en.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/eo.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/es.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/et.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/eu.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/fa.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/fi.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/fo.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/fr-ca.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/fr.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/gl.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/gu.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/he.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/hi.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/hr.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/hu.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/id.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/is.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/it.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ja.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ka.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/km.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ku.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/lt.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/lv.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/mk.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/mn.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ms.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/nb.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/nl.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/no.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/pl.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/pt-br.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/pt.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ro.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ru.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/si.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/sk.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/sl.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/sq.js | 8 -
.../plugins/undo/lang/sr-latn.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/sr.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/sv.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/th.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/tr.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/tt.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/ug.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/uk.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/vi.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/zh-cn.js | 8 -
.../ckeditor_4.5.3/plugins/undo/lang/zh.js | 8 -
.../plugins/uploadimage/plugin.js | 122 -
.../plugins/uploadwidget/plugin.js | 502 -
.../plugins/widget/dev/assets/contents.css | 23 -
.../plugins/widget/dev/assets/sample.jpg | Bin 17932 -> 0 bytes
.../widget/dev/assets/simplebox/contents.css | 36 -
.../dev/assets/simplebox/dialogs/simplebox.js | 51 -
.../dev/assets/simplebox/icons/simplebox.png | Bin 286 -> 0 bytes
.../widget/dev/assets/simplebox/plugin.js | 114 -
.../plugins/widget/dev/console.js | 131 -
.../plugins/widget/images/handle.png | Bin 220 -> 0 bytes
.../ckeditor_4.5.3/plugins/widget/lang/af.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/ca.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/cs.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/cy.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/da.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/el.js | 7 -
.../plugins/widget/lang/en-gb.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/en.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/eo.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/es.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/fa.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/fi.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/fr.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/gl.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/he.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/hr.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/hu.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/it.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/ja.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/km.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/ko.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/ku.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/nb.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/nl.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/no.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/pl.js | 7 -
.../plugins/widget/lang/pt-br.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/pt.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/ru.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/sk.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/sl.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/sq.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/sv.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/tr.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/tt.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/uk.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/vi.js | 7 -
.../plugins/widget/lang/zh-cn.js | 7 -
.../ckeditor_4.5.3/plugins/widget/lang/zh.js | 7 -
.../ckeditor_4.5.3/plugins/widget/plugin.js | 3975 ----
.../plugins/wysiwygarea/plugin.js | 690 -
.../lib/ckeditor_4.5.3/plugins/xml/plugin.js | 167 -
.../ckeditor_4.5.3/samples/css/samples.css | 1651 --
.../samples/old/assets/inlineall/logo.png | Bin 4283 -> 0 bytes
.../old/assets/outputxhtml/outputxhtml.css | 204 -
.../samples/old/assets/posteddata.php | 59 -
.../samples/old/assets/sample.jpg | Bin 14449 -> 0 bytes
.../old/assets/uilanguages/languages.js | 89 -
.../lib/ckeditor_4.5.3/samples/old/sample.js | 51 -
.../ckeditor_4.5.3/skins/kama/colorpanel.css | 127 -
.../ckeditor_4.5.3/skins/kama/dialog_ie.css | 38 -
.../ckeditor_4.5.3/skins/kama/dialog_ie7.css | 88 -
.../ckeditor_4.5.3/skins/kama/dialog_ie8.css | 24 -
.../skins/kama/dialog_iequirks.css | 123 -
.../ckeditor_4.5.3/skins/kama/editor_ie.css | 110 -
.../ckeditor_4.5.3/skins/kama/editor_ie7.css | 202 -
.../ckeditor_4.5.3/skins/kama/editor_ie8.css | 23 -
.../skins/kama/editor_iequirks.css | 253 -
.../ckeditor_4.5.3/skins/kama/icons/about.png | Bin 386 -> 0 bytes
.../skins/kama/icons/anchor-rtl.png | Bin 977 -> 0 bytes
.../skins/kama/icons/anchor.png | Bin 979 -> 0 bytes
.../skins/kama/icons/bgcolor.png | Bin 1045 -> 0 bytes
.../skins/kama/icons/bidiltr.png | Bin 151 -> 0 bytes
.../skins/kama/icons/bidirtl.png | Bin 927 -> 0 bytes
.../skins/kama/icons/blockquote.png | Bin 972 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/bold.png | Bin 371 -> 0 bytes
.../skins/kama/icons/bulletedlist-rtl.png | Bin 198 -> 0 bytes
.../skins/kama/icons/bulletedlist.png | Bin 217 -> 0 bytes
.../skins/kama/icons/button.png | Bin 326 -> 0 bytes
.../skins/kama/icons/checkbox.png | Bin 950 -> 0 bytes
.../skins/kama/icons/copy-rtl.png | Bin 965 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/copy.png | Bin 1001 -> 0 bytes
.../skins/kama/icons/creatediv.png | Bin 975 -> 0 bytes
.../skins/kama/icons/cut-rtl.png | Bin 1042 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/cut.png | Bin 1043 -> 0 bytes
.../skins/kama/icons/docprops-rtl.png | Bin 949 -> 0 bytes
.../skins/kama/icons/docprops.png | Bin 979 -> 0 bytes
.../skins/kama/icons/find-rtl.png | Bin 343 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/find.png | Bin 340 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/flash.png | Bin 485 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/form.png | Bin 919 -> 0 bytes
.../skins/kama/icons/hiddenfield.png | Bin 561 -> 0 bytes
.../skins/kama/icons/horizontalrule.png | Bin 406 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/icons.png | Bin 5598 -> 0 bytes
.../skins/kama/icons/iframe.png | Bin 1092 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/image.png | Bin 587 -> 0 bytes
.../skins/kama/icons/imagebutton.png | Bin 358 -> 0 bytes
.../skins/kama/icons/indent-rtl.png | Bin 931 -> 0 bytes
.../skins/kama/icons/indent.png | Bin 961 -> 0 bytes
.../skins/kama/icons/italic.png | Bin 363 -> 0 bytes
.../skins/kama/icons/justifyblock.png | Bin 932 -> 0 bytes
.../skins/kama/icons/justifycenter.png | Bin 936 -> 0 bytes
.../skins/kama/icons/justifyleft.png | Bin 936 -> 0 bytes
.../skins/kama/icons/justifyright.png | Bin 936 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/link.png | Bin 995 -> 0 bytes
.../skins/kama/icons/maximize.png | Bin 315 -> 0 bytes
.../skins/kama/icons/newpage-rtl.png | Bin 209 -> 0 bytes
.../skins/kama/icons/newpage.png | Bin 221 -> 0 bytes
.../skins/kama/icons/numberedlist-rtl.png | Bin 241 -> 0 bytes
.../skins/kama/icons/numberedlist.png | Bin 240 -> 0 bytes
.../skins/kama/icons/outdent-rtl.png | Bin 928 -> 0 bytes
.../skins/kama/icons/outdent.png | Bin 957 -> 0 bytes
.../skins/kama/icons/pagebreak-rtl.png | Bin 295 -> 0 bytes
.../skins/kama/icons/pagebreak.png | Bin 433 -> 0 bytes
.../skins/kama/icons/paste-rtl.png | Bin 991 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/paste.png | Bin 1032 -> 0 bytes
.../skins/kama/icons/pastefromword-rtl.png | Bin 412 -> 0 bytes
.../skins/kama/icons/pastefromword.png | Bin 532 -> 0 bytes
.../skins/kama/icons/pastetext-rtl.png | Bin 1050 -> 0 bytes
.../skins/kama/icons/pastetext.png | Bin 1054 -> 0 bytes
.../skins/kama/icons/placeholder.png | Bin 132 -> 0 bytes
.../skins/kama/icons/preview-rtl.png | Bin 313 -> 0 bytes
.../skins/kama/icons/preview.png | Bin 311 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/print.png | Bin 293 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/radio.png | Bin 972 -> 0 bytes
.../skins/kama/icons/redo-rtl.png | Bin 299 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/redo.png | Bin 393 -> 0 bytes
.../skins/kama/icons/removeformat.png | Bin 949 -> 0 bytes
.../skins/kama/icons/replace.png | Bin 951 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/save.png | Bin 310 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/scayt.png | Bin 334 -> 0 bytes
.../skins/kama/icons/select-rtl.png | Bin 292 -> 0 bytes
.../skins/kama/icons/select.png | Bin 284 -> 0 bytes
.../skins/kama/icons/selectall.png | Bin 975 -> 0 bytes
.../skins/kama/icons/showblocks-rtl.png | Bin 336 -> 0 bytes
.../skins/kama/icons/showblocks.png | Bin 335 -> 0 bytes
.../skins/kama/icons/smiley.png | Bin 473 -> 0 bytes
.../skins/kama/icons/source-rtl.png | Bin 263 -> 0 bytes
.../skins/kama/icons/source.png | Bin 382 -> 0 bytes
.../skins/kama/icons/specialchar.png | Bin 407 -> 0 bytes
.../skins/kama/icons/spellchecker.png | Bin 419 -> 0 bytes
.../skins/kama/icons/strike.png | Bin 194 -> 0 bytes
.../skins/kama/icons/subscript.png | Bin 293 -> 0 bytes
.../skins/kama/icons/superscript.png | Bin 385 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/table.png | Bin 434 -> 0 bytes
.../skins/kama/icons/templates-rtl.png | Bin 262 -> 0 bytes
.../skins/kama/icons/templates.png | Bin 261 -> 0 bytes
.../skins/kama/icons/textarea-rtl.png | Bin 443 -> 0 bytes
.../skins/kama/icons/textarea.png | Bin 426 -> 0 bytes
.../skins/kama/icons/textcolor.png | Bin 346 -> 0 bytes
.../skins/kama/icons/textfield.png | Bin 959 -> 0 bytes
.../skins/kama/icons/underline.png | Bin 922 -> 0 bytes
.../skins/kama/icons/undo-rtl.png | Bin 289 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/icons/undo.png | Bin 397 -> 0 bytes
.../skins/kama/icons/unlink.png | Bin 1027 -> 0 bytes
.../skins/kama/images/dialog_sides.gif | Bin 47 -> 0 bytes
.../skins/kama/images/dialog_sides.png | Bin 125 -> 0 bytes
.../skins/kama/images/dialog_sides_rtl.png | Bin 128 -> 0 bytes
.../ckeditor_4.5.3/skins/kama/images/mini.gif | Bin 181 -> 0 bytes
.../skins/kama/images/sprites.png | Bin 6117 -> 0 bytes
.../skins/kama/images/sprites_ie6.png | Bin 2658 -> 0 bytes
.../skins/kama/images/toolbar_start.gif | Bin 102 -> 0 bytes
.../lib/ckeditor_4.5.3/skins/kama/menu.css | 208 -
.../ckeditor_4.5.3/skins/moono/colorpanel.css | 127 -
.../skins/moono/dev/icons16.png | Bin 29947 -> 0 bytes
.../skins/moono/dev/icons16.svg | 2374 ---
.../skins/moono/dev/icons32.png | Bin 75488 -> 0 bytes
.../skins/moono/dev/icons32.svg | 2722 ---
.../skins/moono/dev/locations.json | 144 -
.../ckeditor_4.5.3/skins/moono/dialog_ie.css | 62 -
.../ckeditor_4.5.3/skins/moono/dialog_ie7.css | 68 -
.../ckeditor_4.5.3/skins/moono/dialog_ie8.css | 24 -
.../skins/moono/dialog_iequirks.css | 21 -
.../skins/moono/editor_gecko.css | 25 -
.../ckeditor_4.5.3/skins/moono/editor_ie.css | 71 -
.../ckeditor_4.5.3/skins/moono/editor_ie7.css | 213 -
.../ckeditor_4.5.3/skins/moono/editor_ie8.css | 27 -
.../skins/moono/editor_iequirks.css | 79 -
.../skins/moono/images/arrow.png | Bin 191 -> 0 bytes
.../skins/moono/images/close.png | Bin 468 -> 0 bytes
.../skins/moono/images/hidpi/close.png | Bin 1271 -> 0 bytes
.../skins/moono/images/hidpi/lock-open.png | Bin 1329 -> 0 bytes
.../skins/moono/images/hidpi/lock.png | Bin 1299 -> 0 bytes
.../skins/moono/images/hidpi/refresh.png | Bin 1842 -> 0 bytes
.../skins/moono/images/lock-open.png | Bin 349 -> 0 bytes
.../skins/moono/images/lock.png | Bin 475 -> 0 bytes
.../skins/moono/images/refresh.png | Bin 422 -> 0 bytes
.../js/editor/lib/ckeditor_4.5.3/styles.js | 112 -
.../js/editor/lib/jquery_2.1.3/jquery.js | 9205 ----------
.../js/editor/lib/lodash_2.4.1/lodash.js | 7157 --------
.../js/editor/lib/loglevel_1.2.0/loglevel.js | 152 -
.../lib/native-promise-only_0.7.6-a/npo.js | 368 -
.../lib/plugins/lite_1.1.30/css/lite.css | 60 -
.../lib/plugins/lite_1.1.30/css/opentip.css | 278 -
.../plugins/lite_1.1.30/icons/accept_one.png | Bin 3288 -> 0 bytes
.../lite_1.1.30/icons/lite_AcceptAll.png | Bin 3129 -> 0 bytes
.../lite_1.1.30/icons/lite_AcceptOne.png | Bin 3288 -> 0 bytes
.../lite_1.1.30/icons/lite_RejectAll.png | Bin 3158 -> 0 bytes
.../lite_1.1.30/icons/lite_RejectOne.png | Bin 3321 -> 0 bytes
.../lite_1.1.30/icons/lite_ToggleShow.png | Bin 3481 -> 0 bytes
.../lite_1.1.30/icons/lite_ToggleTracking.png | Bin 3310 -> 0 bytes
.../plugins/lite_1.1.30/icons/reject_one.png | Bin 3321 -> 0 bytes
.../editor/lib/plugins/lite_1.1.30/js/LICENSE | 15 -
.../editor/lib/plugins/lite_1.1.30/js/NOTICE | 53 -
.../lib/plugins/lite_1.1.30/js/README.md | 128 -
.../lib/plugins/lite_1.1.30/js/bookmark.js | 174 -
.../editor/lib/plugins/lite_1.1.30/js/dom.js | 1207 --
.../editor/lib/plugins/lite_1.1.30/js/ice.js | 2836 ---
.../plugins/lite_1.1.30/js/opentip-adapter.js | 1861 --
.../lite_1.1.30/js/rangy/rangy-core.js | 3807 ----
.../lib/plugins/lite_1.1.30/js/selection.js | 515 -
.../lib/plugins/lite_1.1.30/lite-includes.js | 8454 ---------
.../lib/plugins/lite_1.1.30/lite-interface.js | 31 -
.../editor/lib/plugins/lite_1.1.30/plugin.js | 1676 --
.../plugins/scayt_4.4.7/dialogs/options.js | 555 -
.../editor/lib/plugins/scayt_4.4.7/lang/af.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ar.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/bg.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/bn.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/bs.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ca.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/cs.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/cy.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/da.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/de.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/el.js | 13 -
.../lib/plugins/scayt_4.4.7/lang/en-au.js | 13 -
.../lib/plugins/scayt_4.4.7/lang/en-ca.js | 13 -
.../lib/plugins/scayt_4.4.7/lang/en-gb.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/en.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/eo.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/es.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/et.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/eu.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/fa.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/fi.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/fo.js | 13 -
.../lib/plugins/scayt_4.4.7/lang/fr-ca.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/fr.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/gl.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/gu.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/he.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/hi.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/hr.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/hu.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/is.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/it.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ja.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ka.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/km.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ko.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ku.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/lt.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/lv.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/mk.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/mn.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ms.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/nb.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/nl.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/no.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/pl.js | 13 -
.../lib/plugins/scayt_4.4.7/lang/pt-br.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/pt.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ro.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ru.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/sk.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/sl.js | 13 -
.../lib/plugins/scayt_4.4.7/lang/sr-latn.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/sr.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/sv.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/th.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/tr.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/ug.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/uk.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/vi.js | 13 -
.../lib/plugins/scayt_4.4.7/lang/zh-cn.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/lang/zh.js | 13 -
.../editor/lib/plugins/scayt_4.4.7/plugin.js | 1365 --
.../editor/lib/plugins/scayt_4.5.3/LICENSE.md | 28 -
.../editor/lib/plugins/scayt_4.5.3/README.md | 25 -
.../plugins/scayt_4.5.3/dialogs/options.js | 555 -
.../plugins/scayt_4.5.3/dialogs/toolbar.css | 71 -
.../plugins/scayt_4.5.3/icons/hidpi/scayt.png | Bin 2816 -> 0 bytes
.../lib/plugins/scayt_4.5.3/icons/scayt.png | Bin 839 -> 0 bytes
.../editor/lib/plugins/scayt_4.5.3/plugin.js | 1420 --
.../js/editor/lib/requirejs_2.1.16/require.js | 2083 ---
.../js/editor/lib/requirejs_2.1.20/require.js | 2103 ---
.../leosComments/leosCommentsPlugin.js | 116 -
.../leosComments/leosCommentsWidget.js | 90 -
.../css/jstree/themes/default/style.css | 1044 --
.../leosHighlight/css/leosHighlight.css | 42 -
.../leosHighlight/leosHighlightPlugin.js | 102 -
.../leosInlineEditorPlugin.js | 51 -
.../editor/src/test/etc/leosCustomConfig.txt | 2 -
.../src/test/etc/leosSpecRunner.template | 64 -
.../transformer/testTransformer.js | 254 -
.../js/editor/unit/core/testLeosUserInfo.js | 50 -
.../testAuthorialNoteWidget.js | 70 -
.../testAknNumberedParagraphPlugin.js | 30 -
.../aknRecital/testAknRecitalPlugin.js | 81 -
.../unit/transformer/testTransformer.js | 113 -
modules/groovy-support/pom.xml | 4 +-
.../xml/XmlCommentProcessorImpl.groovy | 2 +-
.../xml/XmlMetaDataProcessorImpl.groovy | 2 +-
.../support/XmlCommentProcessorImplTest.java | 2 +-
.../support/XmlMetaDataProcessorImplTest.java | 2 +-
modules/integration/pom.xml | 33 -
modules/js-core/pom.xml | 167 +
.../js-core/src/etc/jasmine/specRunner.config | 9 +
modules/js-core/src/etc/jetty/web.xml | 66 +
.../js-core/src/etc/linters/jshintConfig.json | 26 +
modules/js-core/src/main/js/leosBootstrap.js | 110 +
modules/js-core/src/main/js/leosCore.js | 85 +
.../js-core/src/main/js/leosCoreBootstrap.js | 108 +
.../main}/lib/dateFormat_1.2.3/dateFormat.js | 0
.../src/main}/lib/jquery_2.1.4/jquery.js | 0
.../src/main/lib/lodash_4.6.1-amd/LICENSE | 23 +
.../src/main/lib/lodash_4.6.1-amd/README.md | 30 +
.../src/main/lib/lodash_4.6.1-amd/_Hash.js | 19 +
.../main/lib/lodash_4.6.1-amd/_LazyWrapper.js | 27 +
.../lib/lodash_4.6.1-amd/_LodashWrapper.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/_Map.js | 7 +
.../main/lib/lodash_4.6.1-amd/_MapCache.js | 29 +
.../src/main/lib/lodash_4.6.1-amd/_Reflect.js | 7 +
.../src/main/lib/lodash_4.6.1-amd/_Set.js | 7 +
.../main/lib/lodash_4.6.1-amd/_SetCache.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/_Stack.js | 29 +
.../src/main/lib/lodash_4.6.1-amd/_Symbol.js | 7 +
.../main/lib/lodash_4.6.1-amd/_Uint8Array.js | 7 +
.../src/main/lib/lodash_4.6.1-amd/_WeakMap.js | 7 +
.../main/lib/lodash_4.6.1-amd/_addMapEntry.js | 18 +
.../main/lib/lodash_4.6.1-amd/_addSetEntry.js | 17 +
.../src/main/lib/lodash_4.6.1-amd/_apply.js | 25 +
.../lib/lodash_4.6.1-amd/_arrayAggregator.js | 25 +
.../main/lib/lodash_4.6.1-amd/_arrayConcat.js | 28 +
.../main/lib/lodash_4.6.1-amd/_arrayEach.js | 25 +
.../lib/lodash_4.6.1-amd/_arrayEachRight.js | 24 +
.../main/lib/lodash_4.6.1-amd/_arrayEvery.js | 25 +
.../main/lib/lodash_4.6.1-amd/_arrayFilter.js | 28 +
.../lib/lodash_4.6.1-amd/_arrayIncludes.js | 17 +
.../lodash_4.6.1-amd/_arrayIncludesWith.js | 25 +
.../main/lib/lodash_4.6.1-amd/_arrayMap.js | 24 +
.../main/lib/lodash_4.6.1-amd/_arrayPush.js | 23 +
.../main/lib/lodash_4.6.1-amd/_arrayReduce.js | 28 +
.../lib/lodash_4.6.1-amd/_arrayReduceRight.js | 26 +
.../main/lib/lodash_4.6.1-amd/_arraySome.js | 25 +
.../lib/lodash_4.6.1-amd/_assignInDefaults.js | 31 +
.../lib/lodash_4.6.1-amd/_assignMergeValue.js | 23 +
.../main/lib/lodash_4.6.1-amd/_assignValue.js | 31 +
.../main/lib/lodash_4.6.1-amd/_assocDelete.js | 32 +
.../main/lib/lodash_4.6.1-amd/_assocGet.js | 20 +
.../main/lib/lodash_4.6.1-amd/_assocHas.js | 16 +
.../lib/lodash_4.6.1-amd/_assocIndexOf.js | 23 +
.../main/lib/lodash_4.6.1-amd/_assocSet.js | 21 +
.../lib/lodash_4.6.1-amd/_baseAggregator.js | 22 +
.../main/lib/lodash_4.6.1-amd/_baseAssign.js | 17 +
.../src/main/lib/lodash_4.6.1-amd/_baseAt.js | 27 +
.../_baseCastArrayLikeObject.js | 15 +
.../lib/lodash_4.6.1-amd/_baseCastFunction.js | 15 +
.../lib/lodash_4.6.1-amd/_baseCastPath.js | 15 +
.../main/lib/lodash_4.6.1-amd/_baseClamp.js | 28 +
.../main/lib/lodash_4.6.1-amd/_baseClone.js | 120 +
.../lib/lodash_4.6.1-amd/_baseConforms.js | 36 +
.../main/lib/lodash_4.6.1-amd/_baseCreate.js | 19 +
.../main/lib/lodash_4.6.1-amd/_baseDelay.js | 27 +
.../lib/lodash_4.6.1-amd/_baseDifference.js | 62 +
.../main/lib/lodash_4.6.1-amd/_baseEach.js | 14 +
.../lib/lodash_4.6.1-amd/_baseEachRight.js | 14 +
.../main/lib/lodash_4.6.1-amd/_baseEvery.js | 21 +
.../lib/lodash_4.6.1-amd/_baseExtremum.js | 36 +
.../main/lib/lodash_4.6.1-amd/_baseFill.js | 35 +
.../main/lib/lodash_4.6.1-amd/_baseFilter.js | 22 +
.../main/lib/lodash_4.6.1-amd/_baseFind.js | 27 +
.../lib/lodash_4.6.1-amd/_baseFindIndex.js | 26 +
.../main/lib/lodash_4.6.1-amd/_baseFlatten.js | 37 +
.../src/main/lib/lodash_4.6.1-amd/_baseFor.js | 18 +
.../main/lib/lodash_4.6.1-amd/_baseForIn.js | 16 +
.../main/lib/lodash_4.6.1-amd/_baseForOwn.js | 16 +
.../lib/lodash_4.6.1-amd/_baseForOwnRight.js | 16 +
.../lib/lodash_4.6.1-amd/_baseForRight.js | 16 +
.../lib/lodash_4.6.1-amd/_baseFunctions.js | 19 +
.../src/main/lib/lodash_4.6.1-amd/_baseGet.js | 27 +
.../src/main/lib/lodash_4.6.1-amd/_baseHas.js | 29 +
.../main/lib/lodash_4.6.1-amd/_baseHasIn.js | 16 +
.../main/lib/lodash_4.6.1-amd/_baseInRange.js | 21 +
.../main/lib/lodash_4.6.1-amd/_baseIndexOf.js | 28 +
.../lib/lodash_4.6.1-amd/_baseIndexOfWith.js | 26 +
.../lib/lodash_4.6.1-amd/_baseIntersection.js | 72 +
.../lib/lodash_4.6.1-amd/_baseInverter.js | 22 +
.../main/lib/lodash_4.6.1-amd/_baseInvoke.js | 27 +
.../main/lib/lodash_4.6.1-amd/_baseIsEqual.js | 29 +
.../lib/lodash_4.6.1-amd/_baseIsEqualDeep.js | 72 +
.../main/lib/lodash_4.6.1-amd/_baseIsMatch.js | 64 +
.../lib/lodash_4.6.1-amd/_baseIteratee.js | 27 +
.../main/lib/lodash_4.6.1-amd/_baseKeys.js | 19 +
.../main/lib/lodash_4.6.1-amd/_baseKeysIn.js | 39 +
.../main/lib/lodash_4.6.1-amd/_baseLodash.js | 13 +
.../src/main/lib/lodash_4.6.1-amd/_baseMap.js | 22 +
.../main/lib/lodash_4.6.1-amd/_baseMatches.js | 33 +
.../lodash_4.6.1-amd/_baseMatchesProperty.js | 28 +
.../main/lib/lodash_4.6.1-amd/_baseMerge.js | 47 +
.../lib/lodash_4.6.1-amd/_baseMergeDeep.js | 76 +
.../main/lib/lodash_4.6.1-amd/_baseOrderBy.js | 29 +
.../main/lib/lodash_4.6.1-amd/_basePick.js | 23 +
.../main/lib/lodash_4.6.1-amd/_basePickBy.js | 22 +
.../lib/lodash_4.6.1-amd/_baseProperty.js | 20 +
.../lib/lodash_4.6.1-amd/_basePropertyDeep.js | 17 +
.../main/lib/lodash_4.6.1-amd/_basePullAll.js | 45 +
.../main/lib/lodash_4.6.1-amd/_basePullAt.js | 46 +
.../main/lib/lodash_4.6.1-amd/_baseRandom.js | 21 +
.../main/lib/lodash_4.6.1-amd/_baseRange.js | 31 +
.../main/lib/lodash_4.6.1-amd/_baseReduce.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/_baseSet.js | 45 +
.../main/lib/lodash_4.6.1-amd/_baseSetData.js | 17 +
.../main/lib/lodash_4.6.1-amd/_baseSlice.js | 34 +
.../main/lib/lodash_4.6.1-amd/_baseSome.js | 22 +
.../main/lib/lodash_4.6.1-amd/_baseSortBy.js | 24 +
.../lib/lodash_4.6.1-amd/_baseSortedIndex.js | 40 +
.../lodash_4.6.1-amd/_baseSortedIndexBy.js | 62 +
.../lib/lodash_4.6.1-amd/_baseSortedUniq.js | 15 +
.../lib/lodash_4.6.1-amd/_baseSortedUniqBy.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/_baseSum.js | 29 +
.../main/lib/lodash_4.6.1-amd/_baseTimes.js | 23 +
.../main/lib/lodash_4.6.1-amd/_baseToPairs.js | 19 +
.../main/lib/lodash_4.6.1-amd/_baseUnary.js | 17 +
.../main/lib/lodash_4.6.1-amd/_baseUniq.js | 67 +
.../main/lib/lodash_4.6.1-amd/_baseUnset.js | 19 +
.../main/lib/lodash_4.6.1-amd/_baseUpdate.js | 18 +
.../main/lib/lodash_4.6.1-amd/_baseValues.js | 20 +
.../main/lib/lodash_4.6.1-amd/_baseWhile.js | 27 +
.../lib/lodash_4.6.1-amd/_baseWrapperValue.js | 24 +
.../src/main/lib/lodash_4.6.1-amd/_baseXor.js | 29 +
.../lib/lodash_4.6.1-amd/_baseZipObject.js | 28 +
.../main/lib/lodash_4.6.1-amd/_cacheHas.js | 26 +
.../main/lib/lodash_4.6.1-amd/_cachePush.js | 28 +
.../lib/lodash_4.6.1-amd/_charsEndIndex.js | 20 +
.../lib/lodash_4.6.1-amd/_charsStartIndex.js | 21 +
.../main/lib/lodash_4.6.1-amd/_checkGlobal.js | 15 +
.../lib/lodash_4.6.1-amd/_cloneArrayBuffer.js | 17 +
.../main/lib/lodash_4.6.1-amd/_cloneBuffer.js | 21 +
.../main/lib/lodash_4.6.1-amd/_cloneMap.js | 15 +
.../main/lib/lodash_4.6.1-amd/_cloneRegExp.js | 20 +
.../main/lib/lodash_4.6.1-amd/_cloneSet.js | 15 +
.../main/lib/lodash_4.6.1-amd/_cloneSymbol.js | 22 +
.../lib/lodash_4.6.1-amd/_cloneTypedArray.js | 17 +
.../lib/lodash_4.6.1-amd/_compareAscending.js | 39 +
.../lib/lodash_4.6.1-amd/_compareMultiple.js | 45 +
.../main/lib/lodash_4.6.1-amd/_composeArgs.js | 42 +
.../lib/lodash_4.6.1-amd/_composeArgsRight.js | 44 +
.../main/lib/lodash_4.6.1-amd/_copyArray.js | 23 +
.../main/lib/lodash_4.6.1-amd/_copyObject.js | 17 +
.../lib/lodash_4.6.1-amd/_copyObjectWith.js | 33 +
.../main/lib/lodash_4.6.1-amd/_copySymbols.js | 16 +
.../lib/lodash_4.6.1-amd/_countHolders.js | 24 +
.../lib/lodash_4.6.1-amd/_createAggregator.js | 21 +
.../lib/lodash_4.6.1-amd/_createAssigner.js | 40 +
.../lib/lodash_4.6.1-amd/_createBaseEach.js | 33 +
.../lib/lodash_4.6.1-amd/_createBaseFor.js | 28 +
.../lodash_4.6.1-amd/_createBaseWrapper.js | 28 +
.../lib/lodash_4.6.1-amd/_createCaseFirst.js | 41 +
.../lib/lodash_4.6.1-amd/_createCompounder.js | 17 +
.../lodash_4.6.1-amd/_createCtorWrapper.js | 37 +
.../lodash_4.6.1-amd/_createCurryWrapper.js | 44 +
.../main/lib/lodash_4.6.1-amd/_createFlow.js | 81 +
.../lodash_4.6.1-amd/_createHybridWrapper.js | 86 +
.../lib/lodash_4.6.1-amd/_createInverter.js | 18 +
.../main/lib/lodash_4.6.1-amd/_createOver.js | 23 +
.../lib/lodash_4.6.1-amd/_createPadding.js | 48 +
.../lodash_4.6.1-amd/_createPartialWrapper.js | 42 +
.../main/lib/lodash_4.6.1-amd/_createRange.js | 33 +
.../lodash_4.6.1-amd/_createRecurryWrapper.js | 58 +
.../main/lib/lodash_4.6.1-amd/_createRound.js | 29 +
.../main/lib/lodash_4.6.1-amd/_createSet.js | 15 +
.../lib/lodash_4.6.1-amd/_createWrapper.js | 101 +
.../lib/lodash_4.6.1-amd/_deburrLetter.js | 36 +
.../main/lib/lodash_4.6.1-amd/_equalArrays.js | 76 +
.../main/lib/lodash_4.6.1-amd/_equalByTag.js | 99 +
.../lib/lodash_4.6.1-amd/_equalObjects.js | 85 +
.../lib/lodash_4.6.1-amd/_escapeHtmlChar.js | 25 +
.../lib/lodash_4.6.1-amd/_escapeStringChar.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/_getData.js | 15 +
.../main/lib/lodash_4.6.1-amd/_getFuncName.js | 32 +
.../main/lib/lodash_4.6.1-amd/_getLength.js | 16 +
.../lib/lodash_4.6.1-amd/_getMatchData.js | 21 +
.../main/lib/lodash_4.6.1-amd/_getNative.js | 20 +
.../lib/lodash_4.6.1-amd/_getPlaceholder.js | 16 +
.../main/lib/lodash_4.6.1-amd/_getSymbols.js | 18 +
.../src/main/lib/lodash_4.6.1-amd/_getTag.js | 58 +
.../src/main/lib/lodash_4.6.1-amd/_getView.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/_hasPath.js | 36 +
.../main/lib/lodash_4.6.1-amd/_hashDelete.js | 16 +
.../src/main/lib/lodash_4.6.1-amd/_hashGet.js | 32 +
.../src/main/lib/lodash_4.6.1-amd/_hashHas.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/_hashSet.js | 22 +
.../main/lib/lodash_4.6.1-amd/_indexKeys.js | 24 +
.../main/lib/lodash_4.6.1-amd/_indexOfNaN.js | 26 +
.../lib/lodash_4.6.1-amd/_initCloneArray.js | 29 +
.../lib/lodash_4.6.1-amd/_initCloneByTag.js | 70 +
.../lib/lodash_4.6.1-amd/_initCloneObject.js | 20 +
.../lib/lodash_4.6.1-amd/_isHostObject.js | 23 +
.../src/main/lib/lodash_4.6.1-amd/_isIndex.js | 24 +
.../lib/lodash_4.6.1-amd/_isIterateeCall.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/_isKey.js | 25 +
.../main/lib/lodash_4.6.1-amd/_isKeyable.js | 17 +
.../main/lib/lodash_4.6.1-amd/_isLaziable.js | 25 +
.../main/lib/lodash_4.6.1-amd/_isPrototype.js | 21 +
.../lodash_4.6.1-amd/_isStrictComparable.js | 16 +
.../lib/lodash_4.6.1-amd/_iteratorToArray.js | 21 +
.../main/lib/lodash_4.6.1-amd/_lazyClone.js | 23 +
.../main/lib/lodash_4.6.1-amd/_lazyReverse.js | 24 +
.../main/lib/lodash_4.6.1-amd/_lazyValue.js | 72 +
.../main/lib/lodash_4.6.1-amd/_mapClear.js | 19 +
.../main/lib/lodash_4.6.1-amd/_mapDelete.js | 21 +
.../src/main/lib/lodash_4.6.1-amd/_mapGet.js | 21 +
.../src/main/lib/lodash_4.6.1-amd/_mapHas.js | 21 +
.../src/main/lib/lodash_4.6.1-amd/_mapSet.js | 26 +
.../main/lib/lodash_4.6.1-amd/_mapToArray.js | 21 +
.../main/lib/lodash_4.6.1-amd/_mergeData.js | 88 +
.../lib/lodash_4.6.1-amd/_mergeDefaults.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/_metaMap.js | 7 +
.../lib/lodash_4.6.1-amd/_nativeCreate.js | 7 +
.../src/main/lib/lodash_4.6.1-amd/_parent.js | 16 +
.../main/lib/lodash_4.6.1-amd/_reEscape.js | 7 +
.../main/lib/lodash_4.6.1-amd/_reEvaluate.js | 7 +
.../lib/lodash_4.6.1-amd/_reInterpolate.js | 7 +
.../main/lib/lodash_4.6.1-amd/_realNames.js | 7 +
.../src/main/lib/lodash_4.6.1-amd/_reorder.js | 32 +
.../lib/lodash_4.6.1-amd/_replaceHolders.js | 32 +
.../src/main/lib/lodash_4.6.1-amd/_root.js | 45 +
.../src/main/lib/lodash_4.6.1-amd/_setData.js | 41 +
.../main/lib/lodash_4.6.1-amd/_setToArray.js | 21 +
.../main/lib/lodash_4.6.1-amd/_stackClear.js | 15 +
.../main/lib/lodash_4.6.1-amd/_stackDelete.js | 20 +
.../main/lib/lodash_4.6.1-amd/_stackGet.js | 20 +
.../main/lib/lodash_4.6.1-amd/_stackHas.js | 20 +
.../main/lib/lodash_4.6.1-amd/_stackSet.js | 36 +
.../main/lib/lodash_4.6.1-amd/_stringSize.js | 51 +
.../lib/lodash_4.6.1-amd/_stringToArray.js | 41 +
.../lib/lodash_4.6.1-amd/_stringToPath.js | 25 +
.../lib/lodash_4.6.1-amd/_unescapeHtmlChar.js | 25 +
.../lib/lodash_4.6.1-amd/_wrapperClone.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/add.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/after.js | 42 +
.../src/main/lib/lodash_4.6.1-amd/array.js | 67 +
.../src/main/lib/lodash_4.6.1-amd/ary.js | 32 +
.../src/main/lib/lodash_4.6.1-amd/assign.js | 58 +
.../src/main/lib/lodash_4.6.1-amd/assignIn.js | 52 +
.../main/lib/lodash_4.6.1-amd/assignInWith.js | 35 +
.../main/lib/lodash_4.6.1-amd/assignWith.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/at.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/attempt.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/before.js | 43 +
.../src/main/lib/lodash_4.6.1-amd/bind.js | 55 +
.../src/main/lib/lodash_4.6.1-amd/bindAll.js | 37 +
.../src/main/lib/lodash_4.6.1-amd/bindKey.js | 65 +
.../main/lib/lodash_4.6.1-amd/camelCase.js | 28 +
.../main/lib/lodash_4.6.1-amd/capitalize.js | 22 +
.../main/lib/lodash_4.6.1-amd/castArray.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/ceil.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/chain.js | 37 +
.../src/main/lib/lodash_4.6.1-amd/chunk.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/clamp.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/clone.js | 32 +
.../main/lib/lodash_4.6.1-amd/cloneDeep.js | 24 +
.../lib/lodash_4.6.1-amd/cloneDeepWith.js | 34 +
.../main/lib/lodash_4.6.1-amd/cloneWith.js | 37 +
.../main/lib/lodash_4.6.1-amd/collection.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/commit.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/compact.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/concat.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/cond.js | 56 +
.../src/main/lib/lodash_4.6.1-amd/conforms.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/constant.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/countBy.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/create.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/curry.js | 60 +
.../main/lib/lodash_4.6.1-amd/curryRight.js | 57 +
.../src/main/lib/lodash_4.6.1-amd/date.js | 5 +
.../src/main/lib/lodash_4.6.1-amd/debounce.js | 179 +
.../src/main/lib/lodash_4.6.1-amd/deburr.js | 39 +
.../src/main/lib/lodash_4.6.1-amd/defaults.js | 31 +
.../main/lib/lodash_4.6.1-amd/defaultsDeep.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/defer.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/delay.js | 26 +
.../main/lib/lodash_4.6.1-amd/difference.js | 27 +
.../main/lib/lodash_4.6.1-amd/differenceBy.js | 39 +
.../lib/lodash_4.6.1-amd/differenceWith.js | 37 +
.../src/main/lib/lodash_4.6.1-amd/drop.js | 40 +
.../main/lib/lodash_4.6.1-amd/dropRight.js | 41 +
.../lib/lodash_4.6.1-amd/dropRightWhile.js | 44 +
.../main/lib/lodash_4.6.1-amd/dropWhile.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/each.js | 3 +
.../main/lib/lodash_4.6.1-amd/eachRight.js | 3 +
.../src/main/lib/lodash_4.6.1-amd/endsWith.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/eq.js | 38 +
.../src/main/lib/lodash_4.6.1-amd/escape.js | 47 +
.../main/lib/lodash_4.6.1-amd/escapeRegExp.js | 29 +
.../src/main/lib/lodash_4.6.1-amd/every.js | 49 +
.../src/main/lib/lodash_4.6.1-amd/extend.js | 3 +
.../main/lib/lodash_4.6.1-amd/extendWith.js | 3 +
.../src/main/lib/lodash_4.6.1-amd/fill.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/filter.js | 42 +
.../src/main/lib/lodash_4.6.1-amd/find.js | 50 +
.../main/lib/lodash_4.6.1-amd/findIndex.js | 43 +
.../src/main/lib/lodash_4.6.1-amd/findKey.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/findLast.js | 33 +
.../lib/lodash_4.6.1-amd/findLastIndex.js | 43 +
.../main/lib/lodash_4.6.1-amd/findLastKey.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/flatMap.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/flatten.js | 22 +
.../main/lib/lodash_4.6.1-amd/flattenDeep.js | 25 +
.../main/lib/lodash_4.6.1-amd/flattenDepth.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/flip.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/floor.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/flow.js | 26 +
.../main/lib/lodash_4.6.1-amd/flowRight.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/forEach.js | 38 +
.../main/lib/lodash_4.6.1-amd/forEachRight.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/forIn.js | 36 +
.../main/lib/lodash_4.6.1-amd/forInRight.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/forOwn.js | 34 +
.../main/lib/lodash_4.6.1-amd/forOwnRight.js | 32 +
.../main/lib/lodash_4.6.1-amd/fromPairs.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/function.js | 27 +
.../main/lib/lodash_4.6.1-amd/functions.js | 29 +
.../main/lib/lodash_4.6.1-amd/functionsIn.js | 29 +
.../src/main/lib/lodash_4.6.1-amd/get.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/groupBy.js | 39 +
.../src/main/lib/lodash_4.6.1-amd/gt.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/gte.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/has.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/hasIn.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/head.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/identity.js | 23 +
.../src/main/lib/lodash_4.6.1-amd/inRange.js | 55 +
.../src/main/lib/lodash_4.6.1-amd/includes.js | 48 +
.../src/main/lib/lodash_4.6.1-amd/indexOf.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/initial.js | 21 +
.../main/lib/lodash_4.6.1-amd/intersection.js | 27 +
.../lib/lodash_4.6.1-amd/intersectionBy.js | 42 +
.../lib/lodash_4.6.1-amd/intersectionWith.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/invert.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/invertBy.js | 43 +
.../src/main/lib/lodash_4.6.1-amd/invoke.js | 23 +
.../main/lib/lodash_4.6.1-amd/invokeMap.js | 42 +
.../main/lib/lodash_4.6.1-amd/isArguments.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/isArray.js | 29 +
.../lib/lodash_4.6.1-amd/isArrayBuffer.js | 35 +
.../main/lib/lodash_4.6.1-amd/isArrayLike.js | 32 +
.../lib/lodash_4.6.1-amd/isArrayLikeObject.js | 31 +
.../main/lib/lodash_4.6.1-amd/isBoolean.js | 37 +
.../src/main/lib/lodash_4.6.1-amd/isBuffer.js | 51 +
.../src/main/lib/lodash_4.6.1-amd/isDate.js | 36 +
.../main/lib/lodash_4.6.1-amd/isElement.js | 24 +
.../src/main/lib/lodash_4.6.1-amd/isEmpty.js | 51 +
.../src/main/lib/lodash_4.6.1-amd/isEqual.js | 35 +
.../main/lib/lodash_4.6.1-amd/isEqualWith.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/isError.js | 41 +
.../src/main/lib/lodash_4.6.1-amd/isFinite.js | 35 +
.../main/lib/lodash_4.6.1-amd/isFunction.js | 41 +
.../main/lib/lodash_4.6.1-amd/isInteger.js | 32 +
.../src/main/lib/lodash_4.6.1-amd/isLength.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/isMap.js | 27 +
.../src/main/lib/lodash_4.6.1-amd/isMatch.js | 31 +
.../main/lib/lodash_4.6.1-amd/isMatchWith.js | 43 +
.../src/main/lib/lodash_4.6.1-amd/isNaN.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/isNative.js | 52 +
.../src/main/lib/lodash_4.6.1-amd/isNil.js | 27 +
.../src/main/lib/lodash_4.6.1-amd/isNull.js | 24 +
.../src/main/lib/lodash_4.6.1-amd/isNumber.js | 46 +
.../src/main/lib/lodash_4.6.1-amd/isObject.js | 32 +
.../main/lib/lodash_4.6.1-amd/isObjectLike.js | 31 +
.../lib/lodash_4.6.1-amd/isPlainObject.js | 66 +
.../src/main/lib/lodash_4.6.1-amd/isRegExp.js | 36 +
.../lib/lodash_4.6.1-amd/isSafeInteger.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/isSet.js | 27 +
.../src/main/lib/lodash_4.6.1-amd/isString.js | 37 +
.../src/main/lib/lodash_4.6.1-amd/isSymbol.js | 37 +
.../main/lib/lodash_4.6.1-amd/isTypedArray.js | 75 +
.../main/lib/lodash_4.6.1-amd/isUndefined.js | 27 +
.../main/lib/lodash_4.6.1-amd/isWeakMap.js | 27 +
.../main/lib/lodash_4.6.1-amd/isWeakSet.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/iteratee.js | 38 +
.../src/main/lib/lodash_4.6.1-amd/join.js | 28 +
.../main/lib/lodash_4.6.1-amd/kebabCase.js | 27 +
.../src/main/lib/lodash_4.6.1-amd/keyBy.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/keys.js | 51 +
.../src/main/lib/lodash_4.6.1-amd/keysIn.js | 52 +
.../src/main/lib/lodash_4.6.1-amd/lang.js | 58 +
.../src/main/lib/lodash_4.6.1-amd/last.js | 25 +
.../main/lib/lodash_4.6.1-amd/lastIndexOf.js | 52 +
.../main/lib/lodash_4.6.1-amd/lowerCase.js | 27 +
.../main/lib/lodash_4.6.1-amd/lowerFirst.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/lt.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/lte.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/main.js | 15060 ++++++++++++++++
.../src/main/lib/lodash_4.6.1-amd/map.js | 50 +
.../src/main/lib/lodash_4.6.1-amd/mapKeys.js | 33 +
.../main/lib/lodash_4.6.1-amd/mapValues.js | 39 +
.../src/main/lib/lodash_4.6.1-amd/matches.js | 31 +
.../lib/lodash_4.6.1-amd/matchesProperty.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/math.js | 16 +
.../src/main/lib/lodash_4.6.1-amd/max.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/maxBy.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/mean.js | 21 +
.../src/main/lib/lodash_4.6.1-amd/memoize.js | 72 +
.../src/main/lib/lodash_4.6.1-amd/merge.js | 38 +
.../main/lib/lodash_4.6.1-amd/mergeWith.js | 45 +
.../src/main/lib/lodash_4.6.1-amd/method.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/methodOf.js | 32 +
.../src/main/lib/lodash_4.6.1-amd/min.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/minBy.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/mixin.js | 69 +
.../src/main/lib/lodash_4.6.1-amd/negate.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/next.js | 38 +
.../src/main/lib/lodash_4.6.1-amd/noop.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/now.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/nthArg.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/number.js | 7 +
.../src/main/lib/lodash_4.6.1-amd/object.js | 48 +
.../src/main/lib/lodash_4.6.1-amd/omit.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/omitBy.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/once.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/orderBy.js | 48 +
.../src/main/lib/lodash_4.6.1-amd/over.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/overArgs.js | 53 +
.../main/lib/lodash_4.6.1-amd/overEvery.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/overSome.js | 28 +
.../main/lib/lodash_4.6.1-amd/package.json | 18 +
.../src/main/lib/lodash_4.6.1-amd/pad.js | 45 +
.../src/main/lib/lodash_4.6.1-amd/padEnd.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/padStart.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/parseInt.js | 48 +
.../src/main/lib/lodash_4.6.1-amd/partial.js | 50 +
.../main/lib/lodash_4.6.1-amd/partialRight.js | 49 +
.../main/lib/lodash_4.6.1-amd/partition.js | 43 +
.../src/main/lib/lodash_4.6.1-amd/pick.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/pickBy.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/plant.js | 50 +
.../src/main/lib/lodash_4.6.1-amd/property.js | 29 +
.../main/lib/lodash_4.6.1-amd/propertyOf.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/pull.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/pullAll.js | 29 +
.../main/lib/lodash_4.6.1-amd/pullAllBy.js | 32 +
.../main/lib/lodash_4.6.1-amd/pullAllWith.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/pullAt.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/random.js | 83 +
.../src/main/lib/lodash_4.6.1-amd/range.js | 45 +
.../main/lib/lodash_4.6.1-amd/rangeRight.js | 40 +
.../src/main/lib/lodash_4.6.1-amd/rearg.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/reduce.js | 46 +
.../main/lib/lodash_4.6.1-amd/reduceRight.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/reject.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/remove.js | 52 +
.../src/main/lib/lodash_4.6.1-amd/repeat.js | 51 +
.../src/main/lib/lodash_4.6.1-amd/replace.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/rest.js | 64 +
.../src/main/lib/lodash_4.6.1-amd/result.js | 49 +
.../src/main/lib/lodash_4.6.1-amd/reverse.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/round.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/sample.js | 27 +
.../main/lib/lodash_4.6.1-amd/sampleSize.js | 40 +
.../src/main/lib/lodash_4.6.1-amd/seq.js | 19 +
.../src/main/lib/lodash_4.6.1-amd/set.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/setWith.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/shuffle.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/size.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/slice.js | 37 +
.../main/lib/lodash_4.6.1-amd/snakeCase.js | 27 +
.../src/main/lib/lodash_4.6.1-amd/some.js | 49 +
.../src/main/lib/lodash_4.6.1-amd/sortBy.js | 50 +
.../main/lib/lodash_4.6.1-amd/sortedIndex.js | 26 +
.../lib/lodash_4.6.1-amd/sortedIndexBy.js | 31 +
.../lib/lodash_4.6.1-amd/sortedIndexOf.js | 30 +
.../lib/lodash_4.6.1-amd/sortedLastIndex.js | 24 +
.../lib/lodash_4.6.1-amd/sortedLastIndexBy.js | 26 +
.../lib/lodash_4.6.1-amd/sortedLastIndexOf.js | 30 +
.../main/lib/lodash_4.6.1-amd/sortedUniq.js | 24 +
.../main/lib/lodash_4.6.1-amd/sortedUniqBy.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/split.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/spread.js | 60 +
.../main/lib/lodash_4.6.1-amd/startCase.js | 27 +
.../main/lib/lodash_4.6.1-amd/startsWith.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/string.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/subtract.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/sum.js | 23 +
.../src/main/lib/lodash_4.6.1-amd/sumBy.js | 32 +
.../src/main/lib/lodash_4.6.1-amd/tail.js | 21 +
.../src/main/lib/lodash_4.6.1-amd/take.js | 39 +
.../main/lib/lodash_4.6.1-amd/takeRight.js | 41 +
.../lib/lodash_4.6.1-amd/takeRightWhile.js | 44 +
.../main/lib/lodash_4.6.1-amd/takeWhile.js | 44 +
.../src/main/lib/lodash_4.6.1-amd/tap.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/template.js | 220 +
.../lib/lodash_4.6.1-amd/templateSettings.js | 65 +
.../src/main/lib/lodash_4.6.1-amd/throttle.js | 65 +
.../src/main/lib/lodash_4.6.1-amd/thru.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/times.js | 49 +
.../src/main/lib/lodash_4.6.1-amd/toArray.js | 52 +
.../main/lib/lodash_4.6.1-amd/toInteger.js | 45 +
.../main/lib/lodash_4.6.1-amd/toIterator.js | 25 +
.../src/main/lib/lodash_4.6.1-amd/toJSON.js | 3 +
.../src/main/lib/lodash_4.6.1-amd/toLength.js | 36 +
.../src/main/lib/lodash_4.6.1-amd/toLower.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/toNumber.js | 59 +
.../src/main/lib/lodash_4.6.1-amd/toPairs.js | 29 +
.../main/lib/lodash_4.6.1-amd/toPairsIn.js | 29 +
.../src/main/lib/lodash_4.6.1-amd/toPath.js | 33 +
.../lib/lodash_4.6.1-amd/toPlainObject.js | 31 +
.../lib/lodash_4.6.1-amd/toSafeInteger.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/toString.js | 49 +
.../src/main/lib/lodash_4.6.1-amd/toUpper.js | 28 +
.../main/lib/lodash_4.6.1-amd/transform.js | 57 +
.../src/main/lib/lodash_4.6.1-amd/trim.js | 51 +
.../src/main/lib/lodash_4.6.1-amd/trimEnd.js | 46 +
.../main/lib/lodash_4.6.1-amd/trimStart.js | 46 +
.../src/main/lib/lodash_4.6.1-amd/truncate.js | 118 +
.../src/main/lib/lodash_4.6.1-amd/unary.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/unescape.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/union.js | 23 +
.../src/main/lib/lodash_4.6.1-amd/unionBy.js | 35 +
.../main/lib/lodash_4.6.1-amd/unionWith.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/uniq.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/uniqBy.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/uniqWith.js | 31 +
.../src/main/lib/lodash_4.6.1-amd/uniqueId.js | 28 +
.../src/main/lib/lodash_4.6.1-amd/unset.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/unzip.js | 41 +
.../main/lib/lodash_4.6.1-amd/unzipWith.js | 39 +
.../src/main/lib/lodash_4.6.1-amd/update.js | 34 +
.../main/lib/lodash_4.6.1-amd/updateWith.js | 35 +
.../main/lib/lodash_4.6.1-amd/upperCase.js | 27 +
.../main/lib/lodash_4.6.1-amd/upperFirst.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/util.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/value.js | 3 +
.../src/main/lib/lodash_4.6.1-amd/valueOf.js | 3 +
.../src/main/lib/lodash_4.6.1-amd/values.js | 33 +
.../src/main/lib/lodash_4.6.1-amd/valuesIn.js | 30 +
.../src/main/lib/lodash_4.6.1-amd/without.js | 26 +
.../src/main/lib/lodash_4.6.1-amd/words.js | 89 +
.../src/main/lib/lodash_4.6.1-amd/wrap.js | 30 +
.../main/lib/lodash_4.6.1-amd/wrapperAt.js | 51 +
.../main/lib/lodash_4.6.1-amd/wrapperChain.js | 34 +
.../lib/lodash_4.6.1-amd/wrapperFlatMap.js | 25 +
.../lib/lodash_4.6.1-amd/wrapperLodash.js | 140 +
.../lib/lodash_4.6.1-amd/wrapperReverse.js | 44 +
.../main/lib/lodash_4.6.1-amd/wrapperValue.js | 21 +
.../src/main/lib/lodash_4.6.1-amd/xor.js | 23 +
.../src/main/lib/lodash_4.6.1-amd/xorBy.js | 35 +
.../src/main/lib/lodash_4.6.1-amd/xorWith.js | 34 +
.../src/main/lib/lodash_4.6.1-amd/zip.js | 21 +
.../main/lib/lodash_4.6.1-amd/zipObject.js | 23 +
.../lib/lodash_4.6.1-amd/zipObjectDeep.js | 22 +
.../src/main/lib/lodash_4.6.1-amd/zipWith.js | 33 +
.../src/main}/lib/loglevel_1.4.0/loglevel.js | 0
.../lib/native-promise-only_0.8.1/npo.js | 0
.../lib/postal.diagnostics/README_LEOS.txt | 11 +
.../postal.diagnostics/postal.diagnostics.js | 124 +
.../src/main/lib/postal.js_2.0.0/postal.js | 675 +
.../lib/requirejs-domready_2.0.1/domReady.js | 0
.../requirejs-promise.js | 0
.../main/lib/requirejs-text_2.0.14/text.js | 391 +
.../src/main/lib/requirejs_2.1.22/require.js | 2129 +++
.../src/main/lib/stampit_1.2.0}/stampit.js | 27 +-
.../lib/waypoints_4.0.0/jquery.waypoints.js | 649 +
.../lib/waypoints_4.0.0/shortcuts/inview.js | 120 +
modules/js-core/src/test/index.html | 33 +
.../1st_refactoring/nodeParserStamp.js | 81 +
.../2nd_refactoring/coreNodeStamp.js | 71 +
.../2nd_refactoring/elementNodeStamp.js | 18 +
.../2nd_refactoring/textNodeStamp.js | 18 +
.../nodeParserCompositeStamp.js | 17 +
.../original_code/elementFactory.js | 84 +
.../fragmentParserStamp.js | 21 +
.../plugin_module/example/examplePlugin.js | 58 +
.../plugin_module/example/icons/example.png} | Bin
modules/js-editor/pom.xml | 214 +
.../src/etc/jasmine/specRunner.config | 18 +
modules/js-editor/src/etc/jetty/web.xml | 66 +
.../src/etc/linters/jshintConfig.js | 0
.../src/main/assets/css/data-hint.css | 227 +
.../css/jstree/themes/default/32px.png | Bin
.../css/jstree/themes/default/40px.png | Bin
.../css/jstree/themes/default/style.css | 1044 ++
.../css/jstree/themes/default/throbber.gif | Bin
.../src/main/assets}/css/leosEditor.css | 2 +-
.../src/main/js/editor/core/actionHandler.js | 72 +
.../main/js/editor/core/bookmarkHandler.js | 83 +
.../main/js/editor/core/bookmarkTemplate.html | 6 +
.../src/main/js/editor/core/elementEditor.js | 198 +
.../src/main}/js/editor/core/leosTools.js | 2 +-
.../src/main/js/editor/core/scrollAdapter.js | 65 +
.../src/main/js/editor/leosEditorBootstrap.js | 84 +
.../src/main/js/editor/leosEditorConnector.js | 24 +
.../src/main/js/editor/leosEditorExtension.js | 85 +
.../plugins/aknAlinea/aknAlineaPlugin.js | 2 +-
.../aknArticle/aknArticleHeadingWidget.js | 2 +-
.../aknArticle/aknArticleNumberWidget.js | 2 +-
.../plugins/aknArticle/aknArticlePlugin.js | 2 +-
.../plugins/aknArticle/css/aknArticle.css | 8 +-
.../aknArticle/css/aknArticleHeading.css | 4 +-
.../aknArticle/css/aknArticleNumber.css | 4 +-
.../aknAuthorialNotePlugin.js | 2 +-
.../aknAuthorialNote/authorialNoteWidget.js | 30 +-
.../aknAuthorialNote/css/aknAuthorialNote.css | 2 +-
.../icons/authorialnotewidget.png | Bin 0 -> 350 bytes
.../plugins/aknCitation/aknCitationPlugin.js | 6 +-
.../plugins/aknCitation/css/aknCitation.css | 15 +-
.../aknCitations/aknCitationsPlugin.js | 6 +-
.../plugins/aknCitations/css/aknCitations.css | 11 +-
.../aknHtmlAnchor/aknHtmlAnchorPlugin.js | 2 +-
.../plugins/aknHtmlBold/aknHtmlBoldPlugin.js | 2 +-
.../aknHtmlItalic/aknHtmlItalicPlugin.js | 2 +-
.../aknHtmlOrderedListPlugin.js | 2 +-
.../aknHtmlParagraphPlugin.js | 2 +-
.../aknHtmlSubScriptPlugin.js | 2 +-
.../aknHtmlSuperScriptPlugin.js | 2 +-
.../aknHtmlTable/aknHtmlTablePlugin.js | 2 +-
.../aknHtmlUnderlinePlugin.js | 2 +-
.../aknHtmlUnorderedListPlugin.js | 2 +-
.../aknNumberedParagraphPlugin.js | 4 +-
.../brTransformationConfig.js | 2 +-
.../css/aknNumberedParagraph.css | 2 +-
.../aknOrderedList/aknOrderedListPlugin.js | 2 +-
.../aknOrderedList/css/aknOrderedList.css | 2 +-
.../plugins/aknRecital/aknRecitalPlugin.js | 20 +-
.../plugins/aknRecital/css/aknRecital.css | 18 +-
.../plugins/aknRecitals/aknRecitalsPlugin.js | 6 +-
.../plugins/aknRecitals/css/aknRecitals.css | 12 +-
.../aknUnorderedListPlugin.js | 2 +-
.../aknUnorderedList/css/aknUnOrderedList.css | 2 +-
.../plugins/indentlist/indentListPlugin.js | 2 +-
.../leosAttrHandler/leosAttrHandlerPlugin.js | 2 +-
.../plugins/leosComments/css/leosComments.css | 32 +
.../plugins/leosComments/icons/left-brace.png | Bin 0 -> 93 bytes
.../leosComments/icons/leosComment.png | Bin
.../leosComments/icons/leosComment_color.png | Bin
.../leosComments/icons/right-brace.png | Bin 0 -> 114 bytes
.../leosComments/leosCommentsPlugin.js | 133 +
.../leosComments/leosCommentsWidget.js | 84 +
.../css/jstree}/themes/default/32px.png | Bin
.../css/jstree}/themes/default/40px.png | Bin
.../css/jstree/themes/default/style.css | 1044 ++
.../css/jstree}/themes/default/throbber.gif | Bin
.../css/leosCrossReference.css | 2 +-
.../icons/leoscrossreference.png | Bin
.../leosCrossReferenceDialog.js | 20 +-
.../leosCrossReferencePlugin.js | 2 +-
.../leosCrossReferenceWidget.js | 16 +-
.../leosDropHandler/leosDropHandlerPlugin.js | 54 +
.../leosFixNestedPs/leosFixNestedPsPlugin.js | 2 +-
.../leosFloatingSpacePlugin.js | 441 +
...eosHierarchicalElementShiftEnterHandler.js | 7 +-
.../hierarchicalElementTransformer.js | 2 +-
.../leosHighlight/css/leosHighlight.css | 42 +
.../leosHighlight/leosHighlightPlugin.js | 95 +
.../icons/leosinlinecancel.png | Bin 0 -> 937 bytes
.../leosInlineCancelDialog.js | 63 +
.../leosInlineCancelPlugin.js | 62 +
.../leosInlineEditor/css/leosInlineEditor.css | 19 +
.../leosInlineEditorPlugin.js | 83 +
.../leosInlineSave/icons/leosinlinesave.png | Bin 0 -> 565 bytes
.../leosInlineSave/leosInlineSavePlugin.js | 77 +
.../leosMathematicalFormulaPlugin.js | 2 +-
.../leosMessageBus/leosMessageBusPlugin.js | 44 +
.../leosNonEditable/icons/leosnoneditable.png | Bin
.../leosNonEditable/leosNonEditablePlugin.js | 2 +-
.../leosShowblocks/css/leosShowblocks.css | 7 +-
.../icons/leosshowblocks-rtl.png | Bin
.../leosShowblocks/icons/leosshowblocks.png | Bin
.../leosShowblocks/leosShowblocksPlugin.js | 18 +-
.../leosTransformer/leosTransformerPlugin.js | 2 +-
.../plugins/leosWidget/leosWidgetPlugin.js | 2 +-
.../main}/js/editor/plugins/pluginTools.js | 13 +-
.../main}/js/editor/profiles/aknArticle.js | 5 +-
.../main}/js/editor/profiles/aknCitations.js | 3 +-
.../main}/js/editor/profiles/aknRecitals.js | 3 +-
.../src/main}/js/editor/profiles/basic.js | 2 +-
.../main}/js/editor/profiles/development.js | 2 +-
.../js/editor/profiles/inlineAknArticle.js | 46 +-
.../js/editor/profiles/inlineAknCitations.js | 140 +
.../js/editor/profiles/inlineAknRecitals.js | 140 +
.../transformer/attributeTransformer.js | 2 +-
.../js/editor/transformer/configNormalizer.js | 8 +-
.../editor/transformer/fragmentTransformer.js | 4 +-
.../transformationConfigManager.js | 2 +-
.../transformationConfigResolver.js | 2 +-
.../js/editor/transformer/transformer.js | 5 +-
.../src/main/lib/ck_scayt_4.5.6/CHANGELOG.md | 20 +
.../src/main/lib/ck_scayt_4.5.6}/LICENSE.md | 0
.../src/main/lib/ck_scayt_4.5.6}/README.md | 0
.../lib/ck_scayt_4.5.6/dialogs/options.js | 573 +
.../lib/ck_scayt_4.5.6}/dialogs/toolbar.css | 0
.../lib/ck_scayt_4.5.6}/icons/hidpi/scayt.png | Bin
.../main/lib/ck_scayt_4.5.6}/icons/scayt.png | Bin
.../src/main/lib/ck_scayt_4.5.6}/lang/af.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ar.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/bg.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/bn.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/bs.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ca.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/cs.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/cy.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/da.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/de.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/el.js | 0
.../main/lib/ck_scayt_4.5.6}/lang/en-au.js | 0
.../main/lib/ck_scayt_4.5.6}/lang/en-ca.js | 0
.../main/lib/ck_scayt_4.5.6}/lang/en-gb.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/en.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/eo.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/es.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/et.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/eu.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/fa.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/fi.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/fo.js | 0
.../main/lib/ck_scayt_4.5.6}/lang/fr-ca.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/fr.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/gl.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/gu.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/he.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/hi.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/hr.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/hu.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/is.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/it.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ja.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ka.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/km.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ko.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ku.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/lt.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/lv.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/mk.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/mn.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ms.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/nb.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/nl.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/no.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/pl.js | 0
.../main/lib/ck_scayt_4.5.6}/lang/pt-br.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/pt.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ro.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ru.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/sk.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/sl.js | 0
.../main/lib/ck_scayt_4.5.6}/lang/sr-latn.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/sr.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/sv.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/th.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/tr.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/ug.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/uk.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/vi.js | 0
.../main/lib/ck_scayt_4.5.6}/lang/zh-cn.js | 0
.../src/main/lib/ck_scayt_4.5.6}/lang/zh.js | 0
.../src/main/lib/ck_scayt_4.5.6/plugin.js | 1800 ++
.../src/main/lib/ckeditor_4.5.6/CHANGES.md | 1037 ++
.../src/main/lib/ckeditor_4.5.6}/LICENSE.md | 0
.../src/main/lib/ckeditor_4.5.6}/README.md | 0
.../lib/ckeditor_4.5.6/adapters/jquery.js | 379 +
.../src/main/lib/ckeditor_4.5.6}/ckeditor.js | 0
.../src/main/lib/ckeditor_4.5.6}/config.js | 0
.../src/main/lib/ckeditor_4.5.6}/contents.css | 0
.../lib/ckeditor_4.5.6}/core/_bootstrap.js | 0
.../main/lib/ckeditor_4.5.6}/core/ckeditor.js | 0
.../lib/ckeditor_4.5.6}/core/ckeditor_base.js | 0
.../ckeditor_4.5.6}/core/ckeditor_basic.js | 0
.../main/lib/ckeditor_4.5.6/core/command.js | 275 +
.../ckeditor_4.5.6/core/commanddefinition.js | 148 +
.../main/lib/ckeditor_4.5.6/core/config.js | 451 +
.../ckeditor_4.5.6}/core/creators/inline.js | 0
.../ckeditor_4.5.6}/core/creators/themedui.js | 0
.../lib/ckeditor_4.5.6}/core/dataprocessor.js | 0
.../src/main/lib/ckeditor_4.5.6}/core/dom.js | 0
.../lib/ckeditor_4.5.6}/core/dom/comment.js | 0
.../lib/ckeditor_4.5.6}/core/dom/document.js | 0
.../core/dom/documentfragment.js | 0
.../lib/ckeditor_4.5.6}/core/dom/domobject.js | 0
.../lib/ckeditor_4.5.6/core/dom/element.js | 2107 +++
.../ckeditor_4.5.6}/core/dom/elementpath.js | 0
.../lib/ckeditor_4.5.6}/core/dom/event.js | 0
.../lib/ckeditor_4.5.6}/core/dom/iterator.js | 0
.../main/lib/ckeditor_4.5.6/core/dom/node.js | 897 +
.../lib/ckeditor_4.5.6}/core/dom/nodelist.js | 0
.../main/lib/ckeditor_4.5.6/core/dom/range.js | 2860 +++
.../lib/ckeditor_4.5.6}/core/dom/rangelist.js | 0
.../main/lib/ckeditor_4.5.6}/core/dom/text.js | 0
.../lib/ckeditor_4.5.6}/core/dom/walker.js | 0
.../lib/ckeditor_4.5.6}/core/dom/window.js | 0
.../src/main/lib/ckeditor_4.5.6/core/dtd.js | 349 +
.../main/lib/ckeditor_4.5.6}/core/editable.js | 0
.../main/lib/ckeditor_4.5.6/core/editor.js | 1963 ++
.../lib/ckeditor_4.5.6}/core/editor_basic.js | 0
.../src/main/lib/ckeditor_4.5.6/core/env.js | 361 +
.../main/lib/ckeditor_4.5.6}/core/event.js | 0
.../lib/ckeditor_4.5.6}/core/eventInfo.js | 0
.../main/lib/ckeditor_4.5.6/core/filter.js | 2440 +++
.../lib/ckeditor_4.5.6}/core/focusmanager.js | 0
.../ckeditor_4.5.6/core/htmldataprocessor.js | 1036 ++
.../lib/ckeditor_4.5.6}/core/htmlparser.js | 0
.../core/htmlparser/basicwriter.js | 0
.../ckeditor_4.5.6}/core/htmlparser/cdata.js | 0
.../core/htmlparser/comment.js | 0
.../core/htmlparser/element.js | 0
.../ckeditor_4.5.6}/core/htmlparser/filter.js | 0
.../core/htmlparser/fragment.js | 0
.../ckeditor_4.5.6}/core/htmlparser/node.js | 0
.../ckeditor_4.5.6}/core/htmlparser/text.js | 0
.../ckeditor_4.5.6}/core/keystrokehandler.js | 0
.../src/main/lib/ckeditor_4.5.6}/core/lang.js | 0
.../main/lib/ckeditor_4.5.6/core/loader.js | 225 +
.../src/main/lib/ckeditor_4.5.6/core/log.js | 127 +
.../ckeditor_4.5.6}/core/plugindefinition.js | 0
.../main/lib/ckeditor_4.5.6}/core/plugins.js | 0
.../ckeditor_4.5.6/core/resourcemanager.js | 228 +
.../lib/ckeditor_4.5.6}/core/scriptloader.js | 0
.../main/lib/ckeditor_4.5.6/core/selection.js | 2183 +++
.../src/main/lib/ckeditor_4.5.6/core/skin.js | 350 +
.../src/main/lib/ckeditor_4.5.6/core/style.js | 2089 +++
.../main/lib/ckeditor_4.5.6}/core/template.js | 0
.../src/main/lib/ckeditor_4.5.6/core/tools.js | 1386 ++
.../src/main/lib/ckeditor_4.5.6}/core/ui.js | 0
.../ckeditor_4.5.6}/dev/console/console.css | 0
.../ckeditor_4.5.6}/dev/console/console.js | 0
.../dev/console/focusconsole.js | 0
.../main/lib/ckeditor_4.5.6/dev/dtd/dtd.html | 63 +
.../lang/_translationstatus.txt | 0
.../src/main/lib/ckeditor_4.5.6}/lang/af.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ar.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/bg.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/bn.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/bs.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ca.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/cs.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/cy.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/da.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/de.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/el.js | 0
.../main/lib/ckeditor_4.5.6}/lang/en-au.js | 0
.../main/lib/ckeditor_4.5.6}/lang/en-ca.js | 0
.../main/lib/ckeditor_4.5.6}/lang/en-gb.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/en.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/eo.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/es.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/et.js | 0
.../src/main/lib/ckeditor_4.5.6/lang/eu.js | 100 +
.../src/main/lib/ckeditor_4.5.6}/lang/fa.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/fi.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/fo.js | 0
.../main/lib/ckeditor_4.5.6}/lang/fr-ca.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/fr.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/gl.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/gu.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/he.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/hi.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/hr.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/hu.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/id.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/is.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/it.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ja.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ka.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/km.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ko.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ku.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/lt.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/lv.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/mk.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/mn.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ms.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/nb.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/nl.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/no.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/pl.js | 0
.../main/lib/ckeditor_4.5.6}/lang/pt-br.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/pt.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ro.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/ru.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/si.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/sk.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/sl.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/sq.js | 0
.../main/lib/ckeditor_4.5.6}/lang/sr-latn.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/sr.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/sv.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/th.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/tr.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/tt.js | 0
.../src/main/lib/ckeditor_4.5.6/lang/ug.js | 99 +
.../src/main/lib/ckeditor_4.5.6}/lang/uk.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/vi.js | 0
.../main/lib/ckeditor_4.5.6}/lang/zh-cn.js | 0
.../src/main/lib/ckeditor_4.5.6}/lang/zh.js | 0
.../plugins/a11yhelp/dialogs/a11yhelp.js | 0
.../dialogs/lang/_translationstatus.txt | 0
.../plugins/a11yhelp/dialogs/lang/af.js | 0
.../plugins/a11yhelp/dialogs/lang/ar.js | 0
.../plugins/a11yhelp/dialogs/lang/bg.js | 0
.../plugins/a11yhelp/dialogs/lang/ca.js | 0
.../plugins/a11yhelp/dialogs/lang/cs.js | 0
.../plugins/a11yhelp/dialogs/lang/cy.js | 0
.../plugins/a11yhelp/dialogs/lang/da.js | 0
.../plugins/a11yhelp/dialogs/lang/de.js | 0
.../plugins/a11yhelp/dialogs/lang/el.js | 0
.../plugins/a11yhelp/dialogs/lang/en-gb.js | 0
.../plugins/a11yhelp/dialogs/lang/en.js | 0
.../plugins/a11yhelp/dialogs/lang/eo.js | 148 +
.../plugins/a11yhelp/dialogs/lang/es.js | 0
.../plugins/a11yhelp/dialogs/lang/et.js | 0
.../plugins/a11yhelp/dialogs/lang/eu.js | 148 +
.../plugins/a11yhelp/dialogs/lang/fa.js | 0
.../plugins/a11yhelp/dialogs/lang/fi.js | 0
.../plugins/a11yhelp/dialogs/lang/fo.js | 0
.../plugins/a11yhelp/dialogs/lang/fr-ca.js | 0
.../plugins/a11yhelp/dialogs/lang/fr.js | 148 +
.../plugins/a11yhelp/dialogs/lang/gl.js | 0
.../plugins/a11yhelp/dialogs/lang/gu.js | 0
.../plugins/a11yhelp/dialogs/lang/he.js | 0
.../plugins/a11yhelp/dialogs/lang/hi.js | 0
.../plugins/a11yhelp/dialogs/lang/hr.js | 0
.../plugins/a11yhelp/dialogs/lang/hu.js | 0
.../plugins/a11yhelp/dialogs/lang/id.js | 0
.../plugins/a11yhelp/dialogs/lang/it.js | 0
.../plugins/a11yhelp/dialogs/lang/ja.js | 0
.../plugins/a11yhelp/dialogs/lang/km.js | 0
.../plugins/a11yhelp/dialogs/lang/ko.js | 0
.../plugins/a11yhelp/dialogs/lang/ku.js | 148 +
.../plugins/a11yhelp/dialogs/lang/lt.js | 0
.../plugins/a11yhelp/dialogs/lang/lv.js | 0
.../plugins/a11yhelp/dialogs/lang/mk.js | 0
.../plugins/a11yhelp/dialogs/lang/mn.js | 0
.../plugins/a11yhelp/dialogs/lang/nb.js | 0
.../plugins/a11yhelp/dialogs/lang/nl.js | 0
.../plugins/a11yhelp/dialogs/lang/no.js | 0
.../plugins/a11yhelp/dialogs/lang/pl.js | 0
.../plugins/a11yhelp/dialogs/lang/pt-br.js | 0
.../plugins/a11yhelp/dialogs/lang/pt.js | 0
.../plugins/a11yhelp/dialogs/lang/ro.js | 0
.../plugins/a11yhelp/dialogs/lang/ru.js | 148 +
.../plugins/a11yhelp/dialogs/lang/si.js | 0
.../plugins/a11yhelp/dialogs/lang/sk.js | 0
.../plugins/a11yhelp/dialogs/lang/sl.js | 0
.../plugins/a11yhelp/dialogs/lang/sq.js | 0
.../plugins/a11yhelp/dialogs/lang/sr-latn.js | 0
.../plugins/a11yhelp/dialogs/lang/sr.js | 0
.../plugins/a11yhelp/dialogs/lang/sv.js | 0
.../plugins/a11yhelp/dialogs/lang/th.js | 0
.../plugins/a11yhelp/dialogs/lang/tr.js | 0
.../plugins/a11yhelp/dialogs/lang/tt.js | 0
.../plugins/a11yhelp/dialogs/lang/ug.js | 148 +
.../plugins/a11yhelp/dialogs/lang/uk.js | 148 +
.../plugins/a11yhelp/dialogs/lang/vi.js | 0
.../plugins/a11yhelp/dialogs/lang/zh-cn.js | 0
.../plugins/a11yhelp/dialogs/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/a11yhelp/plugin.js | 51 +
.../plugins/about/dialogs/about.js | 0
.../about/dialogs/hidpi/logo_ckeditor.png | Bin
.../plugins/about/dialogs/logo_ckeditor.png | Bin
.../plugins/about/icons/about.png | Bin
.../plugins/about/icons/hidpi/about.png | Bin
.../ckeditor_4.5.6}/plugins/about/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/el.js | 0
.../plugins/about/lang/en-au.js | 0
.../plugins/about/lang/en-ca.js | 0
.../plugins/about/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/et.js | 0
.../ckeditor_4.5.6/plugins/about/lang/eu.js | 12 +
.../ckeditor_4.5.6}/plugins/about/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/fo.js | 0
.../plugins/about/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/pl.js | 0
.../plugins/about/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/sq.js | 0
.../plugins/about/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/vi.js | 0
.../plugins/about/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/about/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/about/plugin.js | 0
.../plugins/adobeair/plugin.js | 0
.../ckeditor_4.5.6}/plugins/ajax/plugin.js | 0
.../plugins/autoembed/lang/cs.js | 0
.../plugins/autoembed/lang/de.js | 0
.../plugins/autoembed/lang/en.js | 0
.../plugins/autoembed/lang/eo.js | 8 +
.../plugins/autoembed/lang/eu.js | 8 +
.../plugins/autoembed/lang/fr.js | 8 +
.../plugins/autoembed/lang/it.js | 0
.../plugins/autoembed/lang/ko.js | 8 +
.../plugins/autoembed/lang/ku.js | 0
.../plugins/autoembed/lang/nb.js | 0
.../plugins/autoembed/lang/pl.js | 0
.../plugins/autoembed/lang/pt-br.js | 0
.../plugins/autoembed/lang/ru.js | 8 +
.../plugins/autoembed/lang/tr.js | 0
.../plugins/autoembed/lang/ug.js | 8 +
.../plugins/autoembed/lang/uk.js | 8 +
.../plugins/autoembed/lang/zh-cn.js | 8 +
.../plugins/autoembed/lang/zh.js | 0
.../plugins/autoembed/plugin.js | 214 +
.../ckeditor_4.5.6/plugins/autogrow/plugin.js | 221 +
.../plugins/autogrow/samples/autogrow.html | 0
.../plugins/autolink/plugin.js | 0
.../plugins/basicstyles/icons/bold.png | Bin
.../plugins/basicstyles/icons/hidpi/bold.png | Bin
.../basicstyles/icons/hidpi/italic.png | Bin
.../basicstyles/icons/hidpi/strike.png | Bin
.../basicstyles/icons/hidpi/subscript.png | Bin
.../basicstyles/icons/hidpi/superscript.png | Bin
.../basicstyles/icons/hidpi/underline.png | Bin
.../plugins/basicstyles/icons/italic.png | Bin
.../plugins/basicstyles/icons/strike.png | Bin
.../plugins/basicstyles/icons/subscript.png | Bin
.../plugins/basicstyles/icons/superscript.png | Bin
.../plugins/basicstyles/icons/underline.png | Bin
.../plugins/basicstyles/lang/af.js | 0
.../plugins/basicstyles/lang/ar.js | 0
.../plugins/basicstyles/lang/bg.js | 0
.../plugins/basicstyles/lang/bn.js | 0
.../plugins/basicstyles/lang/bs.js | 0
.../plugins/basicstyles/lang/ca.js | 0
.../plugins/basicstyles/lang/cs.js | 0
.../plugins/basicstyles/lang/cy.js | 0
.../plugins/basicstyles/lang/da.js | 0
.../plugins/basicstyles/lang/de.js | 0
.../plugins/basicstyles/lang/el.js | 0
.../plugins/basicstyles/lang/en-au.js | 0
.../plugins/basicstyles/lang/en-ca.js | 0
.../plugins/basicstyles/lang/en-gb.js | 0
.../plugins/basicstyles/lang/en.js | 0
.../plugins/basicstyles/lang/eo.js | 0
.../plugins/basicstyles/lang/es.js | 0
.../plugins/basicstyles/lang/et.js | 0
.../plugins/basicstyles/lang/eu.js | 12 +
.../plugins/basicstyles/lang/fa.js | 0
.../plugins/basicstyles/lang/fi.js | 0
.../plugins/basicstyles/lang/fo.js | 0
.../plugins/basicstyles/lang/fr-ca.js | 0
.../plugins/basicstyles/lang/fr.js | 0
.../plugins/basicstyles/lang/gl.js | 0
.../plugins/basicstyles/lang/gu.js | 0
.../plugins/basicstyles/lang/he.js | 0
.../plugins/basicstyles/lang/hi.js | 0
.../plugins/basicstyles/lang/hr.js | 0
.../plugins/basicstyles/lang/hu.js | 0
.../plugins/basicstyles/lang/id.js | 0
.../plugins/basicstyles/lang/is.js | 0
.../plugins/basicstyles/lang/it.js | 0
.../plugins/basicstyles/lang/ja.js | 0
.../plugins/basicstyles/lang/ka.js | 0
.../plugins/basicstyles/lang/km.js | 0
.../plugins/basicstyles/lang/ko.js | 0
.../plugins/basicstyles/lang/ku.js | 0
.../plugins/basicstyles/lang/lt.js | 0
.../plugins/basicstyles/lang/lv.js | 0
.../plugins/basicstyles/lang/mk.js | 0
.../plugins/basicstyles/lang/mn.js | 0
.../plugins/basicstyles/lang/ms.js | 0
.../plugins/basicstyles/lang/nb.js | 0
.../plugins/basicstyles/lang/nl.js | 0
.../plugins/basicstyles/lang/no.js | 0
.../plugins/basicstyles/lang/pl.js | 0
.../plugins/basicstyles/lang/pt-br.js | 0
.../plugins/basicstyles/lang/pt.js | 0
.../plugins/basicstyles/lang/ro.js | 0
.../plugins/basicstyles/lang/ru.js | 0
.../plugins/basicstyles/lang/si.js | 0
.../plugins/basicstyles/lang/sk.js | 0
.../plugins/basicstyles/lang/sl.js | 0
.../plugins/basicstyles/lang/sq.js | 0
.../plugins/basicstyles/lang/sr-latn.js | 0
.../plugins/basicstyles/lang/sr.js | 0
.../plugins/basicstyles/lang/sv.js | 0
.../plugins/basicstyles/lang/th.js | 0
.../plugins/basicstyles/lang/tr.js | 0
.../plugins/basicstyles/lang/tt.js | 0
.../plugins/basicstyles/lang/ug.js | 0
.../plugins/basicstyles/lang/uk.js | 0
.../plugins/basicstyles/lang/vi.js | 0
.../plugins/basicstyles/lang/zh-cn.js | 0
.../plugins/basicstyles/lang/zh.js | 0
.../plugins/basicstyles/plugin.js | 209 +
.../plugins/bbcode/dev/bbcode.html | 0
.../ckeditor_4.5.6}/plugins/bbcode/plugin.js | 0
.../plugins/bbcode/samples/bbcode.html | 0
.../plugins/bidi/icons/bidiltr.png | Bin
.../plugins/bidi/icons/bidirtl.png | Bin
.../plugins/bidi/icons/hidpi/bidiltr.png | Bin
.../plugins/bidi/icons/hidpi/bidirtl.png | Bin
.../ckeditor_4.5.6}/plugins/bidi/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/el.js | 0
.../plugins/bidi/lang/en-au.js | 0
.../plugins/bidi/lang/en-ca.js | 0
.../plugins/bidi/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/et.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/eu.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/fo.js | 0
.../plugins/bidi/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/pl.js | 0
.../plugins/bidi/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/sq.js | 0
.../plugins/bidi/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/vi.js | 0
.../plugins/bidi/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/bidi/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/bidi/plugin.js | 0
.../plugins/blockquote/icons/blockquote.png | Bin
.../blockquote/icons/hidpi/blockquote.png | Bin
.../plugins/blockquote/lang/af.js | 0
.../plugins/blockquote/lang/ar.js | 0
.../plugins/blockquote/lang/bg.js | 0
.../plugins/blockquote/lang/bn.js | 0
.../plugins/blockquote/lang/bs.js | 0
.../plugins/blockquote/lang/ca.js | 0
.../plugins/blockquote/lang/cs.js | 0
.../plugins/blockquote/lang/cy.js | 0
.../plugins/blockquote/lang/da.js | 0
.../plugins/blockquote/lang/de.js | 0
.../plugins/blockquote/lang/el.js | 0
.../plugins/blockquote/lang/en-au.js | 0
.../plugins/blockquote/lang/en-ca.js | 0
.../plugins/blockquote/lang/en-gb.js | 0
.../plugins/blockquote/lang/en.js | 0
.../plugins/blockquote/lang/eo.js | 0
.../plugins/blockquote/lang/es.js | 0
.../plugins/blockquote/lang/et.js | 0
.../plugins/blockquote/lang/eu.js | 0
.../plugins/blockquote/lang/fa.js | 0
.../plugins/blockquote/lang/fi.js | 0
.../plugins/blockquote/lang/fo.js | 0
.../plugins/blockquote/lang/fr-ca.js | 0
.../plugins/blockquote/lang/fr.js | 0
.../plugins/blockquote/lang/gl.js | 0
.../plugins/blockquote/lang/gu.js | 0
.../plugins/blockquote/lang/he.js | 0
.../plugins/blockquote/lang/hi.js | 0
.../plugins/blockquote/lang/hr.js | 0
.../plugins/blockquote/lang/hu.js | 0
.../plugins/blockquote/lang/id.js | 0
.../plugins/blockquote/lang/is.js | 0
.../plugins/blockquote/lang/it.js | 0
.../plugins/blockquote/lang/ja.js | 0
.../plugins/blockquote/lang/ka.js | 0
.../plugins/blockquote/lang/km.js | 0
.../plugins/blockquote/lang/ko.js | 0
.../plugins/blockquote/lang/ku.js | 0
.../plugins/blockquote/lang/lt.js | 0
.../plugins/blockquote/lang/lv.js | 0
.../plugins/blockquote/lang/mk.js | 0
.../plugins/blockquote/lang/mn.js | 0
.../plugins/blockquote/lang/ms.js | 0
.../plugins/blockquote/lang/nb.js | 0
.../plugins/blockquote/lang/nl.js | 0
.../plugins/blockquote/lang/no.js | 0
.../plugins/blockquote/lang/pl.js | 0
.../plugins/blockquote/lang/pt-br.js | 0
.../plugins/blockquote/lang/pt.js | 0
.../plugins/blockquote/lang/ro.js | 0
.../plugins/blockquote/lang/ru.js | 0
.../plugins/blockquote/lang/si.js | 0
.../plugins/blockquote/lang/sk.js | 0
.../plugins/blockquote/lang/sl.js | 0
.../plugins/blockquote/lang/sq.js | 0
.../plugins/blockquote/lang/sr-latn.js | 0
.../plugins/blockquote/lang/sr.js | 0
.../plugins/blockquote/lang/sv.js | 0
.../plugins/blockquote/lang/th.js | 0
.../plugins/blockquote/lang/tr.js | 0
.../plugins/blockquote/lang/tt.js | 0
.../plugins/blockquote/lang/ug.js | 0
.../plugins/blockquote/lang/uk.js | 0
.../plugins/blockquote/lang/vi.js | 0
.../plugins/blockquote/lang/zh-cn.js | 0
.../plugins/blockquote/lang/zh.js | 0
.../plugins/blockquote/plugin.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/el.js | 0
.../plugins/button/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/es.js | 0
.../ckeditor_4.5.6/plugins/button/lang/eu.js | 8 +
.../ckeditor_4.5.6}/plugins/button/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/button/lang/id.js | 8 +
.../ckeditor_4.5.6}/plugins/button/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/pl.js | 0
.../plugins/button/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/sq.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/tt.js | 0
.../ckeditor_4.5.6/plugins/button/lang/ug.js | 8 +
.../ckeditor_4.5.6}/plugins/button/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/vi.js | 0
.../plugins/button/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/button/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/button/plugin.js | 377 +
.../plugins/clipboard/dev/clipboard.html | 0
.../plugins/clipboard/dev/console.js | 0
.../plugins/clipboard/dev/dnd.html | 0
.../plugins/clipboard/dialogs/paste.js | 254 +
.../plugins/clipboard/icons/copy-rtl.png | Bin
.../plugins/clipboard/icons/copy.png | Bin
.../plugins/clipboard/icons/cut-rtl.png | Bin
.../plugins/clipboard/icons/cut.png | Bin
.../clipboard/icons/hidpi/copy-rtl.png | Bin
.../plugins/clipboard/icons/hidpi/copy.png | Bin
.../plugins/clipboard/icons/hidpi/cut-rtl.png | Bin
.../plugins/clipboard/icons/hidpi/cut.png | Bin
.../clipboard/icons/hidpi/paste-rtl.png | Bin
.../plugins/clipboard/icons/hidpi/paste.png | Bin
.../plugins/clipboard/icons/paste-rtl.png | Bin
.../plugins/clipboard/icons/paste.png | Bin
.../plugins/clipboard/lang/af.js | 0
.../plugins/clipboard/lang/ar.js | 0
.../plugins/clipboard/lang/bg.js | 0
.../plugins/clipboard/lang/bn.js | 0
.../plugins/clipboard/lang/bs.js | 0
.../plugins/clipboard/lang/ca.js | 0
.../plugins/clipboard/lang/cs.js | 0
.../plugins/clipboard/lang/cy.js | 0
.../plugins/clipboard/lang/da.js | 0
.../plugins/clipboard/lang/de.js | 0
.../plugins/clipboard/lang/el.js | 0
.../plugins/clipboard/lang/en-au.js | 0
.../plugins/clipboard/lang/en-ca.js | 0
.../plugins/clipboard/lang/en-gb.js | 0
.../plugins/clipboard/lang/en.js | 0
.../plugins/clipboard/lang/eo.js | 0
.../plugins/clipboard/lang/es.js | 0
.../plugins/clipboard/lang/et.js | 0
.../plugins/clipboard/lang/eu.js | 15 +
.../plugins/clipboard/lang/fa.js | 0
.../plugins/clipboard/lang/fi.js | 0
.../plugins/clipboard/lang/fo.js | 0
.../plugins/clipboard/lang/fr-ca.js | 0
.../plugins/clipboard/lang/fr.js | 0
.../plugins/clipboard/lang/gl.js | 0
.../plugins/clipboard/lang/gu.js | 0
.../plugins/clipboard/lang/he.js | 0
.../plugins/clipboard/lang/hi.js | 0
.../plugins/clipboard/lang/hr.js | 0
.../plugins/clipboard/lang/hu.js | 0
.../plugins/clipboard/lang/id.js | 15 +
.../plugins/clipboard/lang/is.js | 0
.../plugins/clipboard/lang/it.js | 0
.../plugins/clipboard/lang/ja.js | 0
.../plugins/clipboard/lang/ka.js | 0
.../plugins/clipboard/lang/km.js | 0
.../plugins/clipboard/lang/ko.js | 0
.../plugins/clipboard/lang/ku.js | 0
.../plugins/clipboard/lang/lt.js | 0
.../plugins/clipboard/lang/lv.js | 0
.../plugins/clipboard/lang/mk.js | 0
.../plugins/clipboard/lang/mn.js | 0
.../plugins/clipboard/lang/ms.js | 0
.../plugins/clipboard/lang/nb.js | 0
.../plugins/clipboard/lang/nl.js | 0
.../plugins/clipboard/lang/no.js | 0
.../plugins/clipboard/lang/pl.js | 0
.../plugins/clipboard/lang/pt-br.js | 0
.../plugins/clipboard/lang/pt.js | 0
.../plugins/clipboard/lang/ro.js | 0
.../plugins/clipboard/lang/ru.js | 0
.../plugins/clipboard/lang/si.js | 0
.../plugins/clipboard/lang/sk.js | 0
.../plugins/clipboard/lang/sl.js | 0
.../plugins/clipboard/lang/sq.js | 0
.../plugins/clipboard/lang/sr-latn.js | 0
.../plugins/clipboard/lang/sr.js | 0
.../plugins/clipboard/lang/sv.js | 0
.../plugins/clipboard/lang/th.js | 0
.../plugins/clipboard/lang/tr.js | 0
.../plugins/clipboard/lang/tt.js | 0
.../plugins/clipboard/lang/ug.js | 0
.../plugins/clipboard/lang/uk.js | 0
.../plugins/clipboard/lang/vi.js | 0
.../plugins/clipboard/lang/zh-cn.js | 0
.../plugins/clipboard/lang/zh.js | 0
.../plugins/clipboard/plugin.js | 2723 +++
.../codesnippet/dialogs/codesnippet.js | 0
.../plugins/codesnippet/icons/codesnippet.png | Bin
.../codesnippet/icons/hidpi/codesnippet.png | Bin
.../plugins/codesnippet/lang/ar.js | 0
.../plugins/codesnippet/lang/bg.js | 0
.../plugins/codesnippet/lang/ca.js | 0
.../plugins/codesnippet/lang/cs.js | 0
.../plugins/codesnippet/lang/da.js | 0
.../plugins/codesnippet/lang/de.js | 0
.../plugins/codesnippet/lang/el.js | 0
.../plugins/codesnippet/lang/en-gb.js | 0
.../plugins/codesnippet/lang/en.js | 0
.../plugins/codesnippet/lang/eo.js | 0
.../plugins/codesnippet/lang/es.js | 0
.../plugins/codesnippet/lang/et.js | 0
.../plugins/codesnippet/lang/eu.js | 13 +
.../plugins/codesnippet/lang/fa.js | 0
.../plugins/codesnippet/lang/fi.js | 0
.../plugins/codesnippet/lang/fr-ca.js | 0
.../plugins/codesnippet/lang/fr.js | 0
.../plugins/codesnippet/lang/gl.js | 0
.../plugins/codesnippet/lang/he.js | 0
.../plugins/codesnippet/lang/hr.js | 0
.../plugins/codesnippet/lang/hu.js | 0
.../plugins/codesnippet/lang/id.js | 13 +
.../plugins/codesnippet/lang/it.js | 0
.../plugins/codesnippet/lang/ja.js | 0
.../plugins/codesnippet/lang/km.js | 0
.../plugins/codesnippet/lang/ko.js | 0
.../plugins/codesnippet/lang/ku.js | 0
.../plugins/codesnippet/lang/lt.js | 0
.../plugins/codesnippet/lang/lv.js | 0
.../plugins/codesnippet/lang/nb.js | 0
.../plugins/codesnippet/lang/nl.js | 0
.../plugins/codesnippet/lang/no.js | 0
.../plugins/codesnippet/lang/pl.js | 0
.../plugins/codesnippet/lang/pt-br.js | 0
.../plugins/codesnippet/lang/pt.js | 0
.../plugins/codesnippet/lang/ro.js | 0
.../plugins/codesnippet/lang/ru.js | 0
.../plugins/codesnippet/lang/sk.js | 0
.../plugins/codesnippet/lang/sl.js | 0
.../plugins/codesnippet/lang/sq.js | 0
.../plugins/codesnippet/lang/sv.js | 0
.../plugins/codesnippet/lang/th.js | 0
.../plugins/codesnippet/lang/tr.js | 0
.../plugins/codesnippet/lang/tt.js | 0
.../plugins/codesnippet/lang/ug.js | 13 +
.../plugins/codesnippet/lang/uk.js | 13 +
.../plugins/codesnippet/lang/vi.js | 0
.../plugins/codesnippet/lang/zh-cn.js | 0
.../plugins/codesnippet/lang/zh.js | 0
.../codesnippet/lib/highlight/CHANGES.md | 0
.../plugins/codesnippet/lib/highlight/LICENSE | 0
.../codesnippet/lib/highlight/README.md | 0
.../codesnippet/lib/highlight/README.ru.md | 0
.../lib/highlight/highlight.pack.js | 0
.../codesnippet/lib/highlight/styles/arta.css | 0
.../lib/highlight/styles/ascetic.css | 0
.../highlight/styles/atelier-dune.dark.css | 0
.../highlight/styles/atelier-dune.light.css | 0
.../highlight/styles/atelier-forest.dark.css | 0
.../highlight/styles/atelier-forest.light.css | 0
.../highlight/styles/atelier-heath.dark.css | 0
.../highlight/styles/atelier-heath.light.css | 0
.../styles/atelier-lakeside.dark.css | 0
.../styles/atelier-lakeside.light.css | 0
.../highlight/styles/atelier-seaside.dark.css | 0
.../styles/atelier-seaside.light.css | 0
.../lib/highlight/styles/brown_paper.css | 0
.../lib/highlight/styles/brown_papersq.png | Bin
.../codesnippet/lib/highlight/styles/dark.css | 0
.../lib/highlight/styles/default.css | 0
.../lib/highlight/styles/docco.css | 0
.../codesnippet/lib/highlight/styles/far.css | 0
.../lib/highlight/styles/foundation.css | 0
.../lib/highlight/styles/github.css | 0
.../lib/highlight/styles/googlecode.css | 0
.../codesnippet/lib/highlight/styles/idea.css | 0
.../lib/highlight/styles/ir_black.css | 0
.../lib/highlight/styles/magula.css | 0
.../lib/highlight/styles/mono-blue.css | 0
.../lib/highlight/styles/monokai.css | 0
.../lib/highlight/styles/monokai_sublime.css | 0
.../lib/highlight/styles/obsidian.css | 0
.../lib/highlight/styles/paraiso.dark.css | 0
.../lib/highlight/styles/paraiso.light.css | 0
.../lib/highlight/styles/pojoaque.css | 0
.../lib/highlight/styles/pojoaque.jpg | Bin
.../lib/highlight/styles/railscasts.css | 0
.../lib/highlight/styles/rainbow.css | 0
.../lib/highlight/styles/school_book.css | 0
.../lib/highlight/styles/school_book.png | Bin
.../lib/highlight/styles/solarized_dark.css | 0
.../lib/highlight/styles/solarized_light.css | 0
.../lib/highlight/styles/sunburst.css | 0
.../highlight/styles/tomorrow-night-blue.css | 0
.../styles/tomorrow-night-bright.css | 0
.../styles/tomorrow-night-eighties.css | 0
.../lib/highlight/styles/tomorrow-night.css | 0
.../lib/highlight/styles/tomorrow.css | 0
.../codesnippet/lib/highlight/styles/vs.css | 0
.../lib/highlight/styles/xcode.css | 0
.../lib/highlight/styles/zenburn.css | 0
.../plugins/codesnippet/plugin.js | 479 +
.../codesnippet/samples/codesnippet.html | 0
.../plugins/colorbutton/icons/bgcolor.png | Bin
.../colorbutton/icons/hidpi/bgcolor.png | Bin
.../colorbutton/icons/hidpi/textcolor.png | Bin
.../plugins/colorbutton/icons/textcolor.png | Bin
.../plugins/colorbutton/lang/af.js | 0
.../plugins/colorbutton/lang/ar.js | 0
.../plugins/colorbutton/lang/bg.js | 0
.../plugins/colorbutton/lang/bn.js | 0
.../plugins/colorbutton/lang/bs.js | 0
.../plugins/colorbutton/lang/ca.js | 0
.../plugins/colorbutton/lang/cs.js | 0
.../plugins/colorbutton/lang/cy.js | 0
.../plugins/colorbutton/lang/da.js | 0
.../plugins/colorbutton/lang/de.js | 0
.../plugins/colorbutton/lang/el.js | 0
.../plugins/colorbutton/lang/en-au.js | 0
.../plugins/colorbutton/lang/en-ca.js | 0
.../plugins/colorbutton/lang/en-gb.js | 0
.../plugins/colorbutton/lang/en.js | 0
.../plugins/colorbutton/lang/eo.js | 0
.../plugins/colorbutton/lang/es.js | 0
.../plugins/colorbutton/lang/et.js | 0
.../plugins/colorbutton/lang/eu.js | 53 +
.../plugins/colorbutton/lang/fa.js | 0
.../plugins/colorbutton/lang/fi.js | 0
.../plugins/colorbutton/lang/fo.js | 0
.../plugins/colorbutton/lang/fr-ca.js | 0
.../plugins/colorbutton/lang/fr.js | 0
.../plugins/colorbutton/lang/gl.js | 0
.../plugins/colorbutton/lang/gu.js | 0
.../plugins/colorbutton/lang/he.js | 0
.../plugins/colorbutton/lang/hi.js | 0
.../plugins/colorbutton/lang/hr.js | 0
.../plugins/colorbutton/lang/hu.js | 0
.../plugins/colorbutton/lang/id.js | 53 +
.../plugins/colorbutton/lang/is.js | 0
.../plugins/colorbutton/lang/it.js | 0
.../plugins/colorbutton/lang/ja.js | 0
.../plugins/colorbutton/lang/ka.js | 0
.../plugins/colorbutton/lang/km.js | 0
.../plugins/colorbutton/lang/ko.js | 0
.../plugins/colorbutton/lang/ku.js | 0
.../plugins/colorbutton/lang/lt.js | 0
.../plugins/colorbutton/lang/lv.js | 0
.../plugins/colorbutton/lang/mk.js | 0
.../plugins/colorbutton/lang/mn.js | 0
.../plugins/colorbutton/lang/ms.js | 0
.../plugins/colorbutton/lang/nb.js | 0
.../plugins/colorbutton/lang/nl.js | 0
.../plugins/colorbutton/lang/no.js | 0
.../plugins/colorbutton/lang/pl.js | 0
.../plugins/colorbutton/lang/pt-br.js | 0
.../plugins/colorbutton/lang/pt.js | 0
.../plugins/colorbutton/lang/ro.js | 0
.../plugins/colorbutton/lang/ru.js | 0
.../plugins/colorbutton/lang/si.js | 0
.../plugins/colorbutton/lang/sk.js | 0
.../plugins/colorbutton/lang/sl.js | 0
.../plugins/colorbutton/lang/sq.js | 0
.../plugins/colorbutton/lang/sr-latn.js | 0
.../plugins/colorbutton/lang/sr.js | 0
.../plugins/colorbutton/lang/sv.js | 0
.../plugins/colorbutton/lang/th.js | 0
.../plugins/colorbutton/lang/tr.js | 0
.../plugins/colorbutton/lang/tt.js | 0
.../plugins/colorbutton/lang/ug.js | 0
.../plugins/colorbutton/lang/uk.js | 0
.../plugins/colorbutton/lang/vi.js | 0
.../plugins/colorbutton/lang/zh-cn.js | 0
.../plugins/colorbutton/lang/zh.js | 0
.../plugins/colorbutton/plugin.js | 301 +
.../colordialog/dialogs/colordialog.js | 0
.../plugins/colordialog/lang/af.js | 0
.../plugins/colordialog/lang/ar.js | 0
.../plugins/colordialog/lang/bg.js | 0
.../plugins/colordialog/lang/bn.js | 0
.../plugins/colordialog/lang/bs.js | 0
.../plugins/colordialog/lang/ca.js | 0
.../plugins/colordialog/lang/cs.js | 0
.../plugins/colordialog/lang/cy.js | 0
.../plugins/colordialog/lang/da.js | 0
.../plugins/colordialog/lang/de.js | 0
.../plugins/colordialog/lang/el.js | 0
.../plugins/colordialog/lang/en-au.js | 0
.../plugins/colordialog/lang/en-ca.js | 0
.../plugins/colordialog/lang/en-gb.js | 0
.../plugins/colordialog/lang/en.js | 0
.../plugins/colordialog/lang/eo.js | 0
.../plugins/colordialog/lang/es.js | 0
.../plugins/colordialog/lang/et.js | 0
.../plugins/colordialog/lang/eu.js | 11 +
.../plugins/colordialog/lang/fa.js | 0
.../plugins/colordialog/lang/fi.js | 0
.../plugins/colordialog/lang/fo.js | 0
.../plugins/colordialog/lang/fr-ca.js | 0
.../plugins/colordialog/lang/fr.js | 0
.../plugins/colordialog/lang/gl.js | 0
.../plugins/colordialog/lang/gu.js | 0
.../plugins/colordialog/lang/he.js | 0
.../plugins/colordialog/lang/hi.js | 0
.../plugins/colordialog/lang/hr.js | 0
.../plugins/colordialog/lang/hu.js | 0
.../plugins/colordialog/lang/id.js | 11 +
.../plugins/colordialog/lang/is.js | 0
.../plugins/colordialog/lang/it.js | 0
.../plugins/colordialog/lang/ja.js | 0
.../plugins/colordialog/lang/ka.js | 0
.../plugins/colordialog/lang/km.js | 0
.../plugins/colordialog/lang/ko.js | 0
.../plugins/colordialog/lang/ku.js | 0
.../plugins/colordialog/lang/lt.js | 0
.../plugins/colordialog/lang/lv.js | 0
.../plugins/colordialog/lang/mk.js | 0
.../plugins/colordialog/lang/mn.js | 0
.../plugins/colordialog/lang/ms.js | 0
.../plugins/colordialog/lang/nb.js | 0
.../plugins/colordialog/lang/nl.js | 0
.../plugins/colordialog/lang/no.js | 0
.../plugins/colordialog/lang/pl.js | 0
.../plugins/colordialog/lang/pt-br.js | 0
.../plugins/colordialog/lang/pt.js | 0
.../plugins/colordialog/lang/ro.js | 0
.../plugins/colordialog/lang/ru.js | 0
.../plugins/colordialog/lang/si.js | 0
.../plugins/colordialog/lang/sk.js | 0
.../plugins/colordialog/lang/sl.js | 0
.../plugins/colordialog/lang/sq.js | 0
.../plugins/colordialog/lang/sr-latn.js | 0
.../plugins/colordialog/lang/sr.js | 0
.../plugins/colordialog/lang/sv.js | 0
.../plugins/colordialog/lang/th.js | 0
.../plugins/colordialog/lang/tr.js | 0
.../plugins/colordialog/lang/tt.js | 0
.../plugins/colordialog/lang/ug.js | 0
.../plugins/colordialog/lang/uk.js | 0
.../plugins/colordialog/lang/vi.js | 0
.../plugins/colordialog/lang/zh-cn.js | 0
.../plugins/colordialog/lang/zh.js | 0
.../plugins/colordialog/plugin.js | 71 +
.../plugins/contextmenu/lang/af.js | 0
.../plugins/contextmenu/lang/ar.js | 0
.../plugins/contextmenu/lang/bg.js | 0
.../plugins/contextmenu/lang/bn.js | 0
.../plugins/contextmenu/lang/bs.js | 0
.../plugins/contextmenu/lang/ca.js | 0
.../plugins/contextmenu/lang/cs.js | 0
.../plugins/contextmenu/lang/cy.js | 0
.../plugins/contextmenu/lang/da.js | 0
.../plugins/contextmenu/lang/de.js | 0
.../plugins/contextmenu/lang/el.js | 0
.../plugins/contextmenu/lang/en-au.js | 0
.../plugins/contextmenu/lang/en-ca.js | 0
.../plugins/contextmenu/lang/en-gb.js | 0
.../plugins/contextmenu/lang/en.js | 0
.../plugins/contextmenu/lang/eo.js | 0
.../plugins/contextmenu/lang/es.js | 0
.../plugins/contextmenu/lang/et.js | 0
.../plugins/contextmenu/lang/eu.js | 7 +
.../plugins/contextmenu/lang/fa.js | 0
.../plugins/contextmenu/lang/fi.js | 0
.../plugins/contextmenu/lang/fo.js | 0
.../plugins/contextmenu/lang/fr-ca.js | 0
.../plugins/contextmenu/lang/fr.js | 0
.../plugins/contextmenu/lang/gl.js | 0
.../plugins/contextmenu/lang/gu.js | 0
.../plugins/contextmenu/lang/he.js | 0
.../plugins/contextmenu/lang/hi.js | 0
.../plugins/contextmenu/lang/hr.js | 0
.../plugins/contextmenu/lang/hu.js | 0
.../plugins/contextmenu/lang/id.js | 0
.../plugins/contextmenu/lang/is.js | 0
.../plugins/contextmenu/lang/it.js | 0
.../plugins/contextmenu/lang/ja.js | 0
.../plugins/contextmenu/lang/ka.js | 0
.../plugins/contextmenu/lang/km.js | 0
.../plugins/contextmenu/lang/ko.js | 0
.../plugins/contextmenu/lang/ku.js | 0
.../plugins/contextmenu/lang/lt.js | 0
.../plugins/contextmenu/lang/lv.js | 0
.../plugins/contextmenu/lang/mk.js | 0
.../plugins/contextmenu/lang/mn.js | 0
.../plugins/contextmenu/lang/ms.js | 0
.../plugins/contextmenu/lang/nb.js | 0
.../plugins/contextmenu/lang/nl.js | 0
.../plugins/contextmenu/lang/no.js | 0
.../plugins/contextmenu/lang/pl.js | 0
.../plugins/contextmenu/lang/pt-br.js | 0
.../plugins/contextmenu/lang/pt.js | 0
.../plugins/contextmenu/lang/ro.js | 0
.../plugins/contextmenu/lang/ru.js | 0
.../plugins/contextmenu/lang/si.js | 0
.../plugins/contextmenu/lang/sk.js | 0
.../plugins/contextmenu/lang/sl.js | 0
.../plugins/contextmenu/lang/sq.js | 0
.../plugins/contextmenu/lang/sr-latn.js | 0
.../plugins/contextmenu/lang/sr.js | 0
.../plugins/contextmenu/lang/sv.js | 0
.../plugins/contextmenu/lang/th.js | 0
.../plugins/contextmenu/lang/tr.js | 0
.../plugins/contextmenu/lang/tt.js | 0
.../plugins/contextmenu/lang/ug.js | 0
.../plugins/contextmenu/lang/uk.js | 0
.../plugins/contextmenu/lang/vi.js | 0
.../plugins/contextmenu/lang/zh-cn.js | 0
.../plugins/contextmenu/lang/zh.js | 0
.../plugins/contextmenu/plugin.js | 159 +
.../devtools/lang/_translationstatus.txt | 0
.../plugins/devtools/lang/ar.js | 0
.../plugins/devtools/lang/bg.js | 0
.../plugins/devtools/lang/ca.js | 0
.../plugins/devtools/lang/cs.js | 0
.../plugins/devtools/lang/cy.js | 0
.../plugins/devtools/lang/da.js | 0
.../plugins/devtools/lang/de.js | 0
.../plugins/devtools/lang/el.js | 0
.../plugins/devtools/lang/en-gb.js | 0
.../plugins/devtools/lang/en.js | 0
.../plugins/devtools/lang/eo.js | 0
.../plugins/devtools/lang/es.js | 0
.../plugins/devtools/lang/et.js | 0
.../plugins/devtools/lang/eu.js | 12 +
.../plugins/devtools/lang/fa.js | 0
.../plugins/devtools/lang/fi.js | 0
.../plugins/devtools/lang/fr-ca.js | 0
.../plugins/devtools/lang/fr.js | 0
.../plugins/devtools/lang/gl.js | 0
.../plugins/devtools/lang/gu.js | 0
.../plugins/devtools/lang/he.js | 0
.../plugins/devtools/lang/hr.js | 0
.../plugins/devtools/lang/hu.js | 0
.../plugins/devtools/lang/id.js | 0
.../plugins/devtools/lang/it.js | 0
.../plugins/devtools/lang/ja.js | 0
.../plugins/devtools/lang/km.js | 0
.../plugins/devtools/lang/ko.js | 0
.../plugins/devtools/lang/ku.js | 0
.../plugins/devtools/lang/lt.js | 0
.../plugins/devtools/lang/lv.js | 0
.../plugins/devtools/lang/nb.js | 0
.../plugins/devtools/lang/nl.js | 0
.../plugins/devtools/lang/no.js | 0
.../plugins/devtools/lang/pl.js | 0
.../plugins/devtools/lang/pt-br.js | 0
.../plugins/devtools/lang/pt.js | 0
.../plugins/devtools/lang/ro.js | 0
.../plugins/devtools/lang/ru.js | 0
.../plugins/devtools/lang/si.js | 0
.../plugins/devtools/lang/sk.js | 0
.../plugins/devtools/lang/sl.js | 0
.../plugins/devtools/lang/sq.js | 0
.../plugins/devtools/lang/sv.js | 0
.../plugins/devtools/lang/tr.js | 0
.../plugins/devtools/lang/tt.js | 0
.../plugins/devtools/lang/ug.js | 0
.../plugins/devtools/lang/uk.js | 0
.../plugins/devtools/lang/vi.js | 0
.../plugins/devtools/lang/zh-cn.js | 0
.../plugins/devtools/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/devtools/plugin.js | 165 +
.../plugins/devtools/samples/devtools.html | 0
.../plugins/dialog/dialogDefinition.js | 0
.../ckeditor_4.5.6}/plugins/dialog/plugin.js | 0
.../dialog/samples/assets/my_dialog.js | 0
.../plugins/dialog/samples/dialog.html | 0
.../plugins/dialogadvtab/plugin.js | 0
.../ckeditor_4.5.6/plugins/dialogui/plugin.js | 1530 ++
.../ckeditor_4.5.6/plugins/div/dialogs/div.js | 430 +
.../plugins/div/icons/creatediv.png | Bin
.../plugins/div/icons/hidpi/creatediv.png | Bin
.../ckeditor_4.5.6}/plugins/div/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/el.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/en-au.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/en-ca.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/et.js | 0
.../lib/ckeditor_4.5.6/plugins/div/lang/eu.js | 19 +
.../ckeditor_4.5.6}/plugins/div/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/fo.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/pl.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/sq.js | 0
.../plugins/div/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/vi.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/div/lang/zh.js | 0
.../lib/ckeditor_4.5.6}/plugins/div/plugin.js | 0
.../ckeditor_4.5.6/plugins/divarea/plugin.js | 38 +
.../plugins/divarea/samples/divarea.html | 0
.../plugins/docprops/dialogs/docprops.js | 0
.../plugins/docprops/icons/docprops-rtl.png | Bin
.../plugins/docprops/icons/docprops.png | Bin
.../docprops/icons/hidpi/docprops-rtl.png | Bin
.../plugins/docprops/icons/hidpi/docprops.png | Bin
.../plugins/docprops/lang/af.js | 0
.../plugins/docprops/lang/ar.js | 0
.../plugins/docprops/lang/bg.js | 0
.../plugins/docprops/lang/bn.js | 0
.../plugins/docprops/lang/bs.js | 0
.../plugins/docprops/lang/ca.js | 0
.../plugins/docprops/lang/cs.js | 0
.../plugins/docprops/lang/cy.js | 0
.../plugins/docprops/lang/da.js | 0
.../plugins/docprops/lang/de.js | 0
.../plugins/docprops/lang/el.js | 0
.../plugins/docprops/lang/en-au.js | 0
.../plugins/docprops/lang/en-ca.js | 0
.../plugins/docprops/lang/en-gb.js | 0
.../plugins/docprops/lang/en.js | 0
.../plugins/docprops/lang/eo.js | 0
.../plugins/docprops/lang/es.js | 0
.../plugins/docprops/lang/et.js | 0
.../plugins/docprops/lang/eu.js | 42 +
.../plugins/docprops/lang/fa.js | 0
.../plugins/docprops/lang/fi.js | 0
.../plugins/docprops/lang/fo.js | 0
.../plugins/docprops/lang/fr-ca.js | 0
.../plugins/docprops/lang/fr.js | 0
.../plugins/docprops/lang/gl.js | 0
.../plugins/docprops/lang/gu.js | 0
.../plugins/docprops/lang/he.js | 0
.../plugins/docprops/lang/hi.js | 0
.../plugins/docprops/lang/hr.js | 0
.../plugins/docprops/lang/hu.js | 0
.../plugins/docprops/lang/id.js | 42 +
.../plugins/docprops/lang/is.js | 0
.../plugins/docprops/lang/it.js | 0
.../plugins/docprops/lang/ja.js | 0
.../plugins/docprops/lang/ka.js | 0
.../plugins/docprops/lang/km.js | 0
.../plugins/docprops/lang/ko.js | 0
.../plugins/docprops/lang/ku.js | 0
.../plugins/docprops/lang/lt.js | 0
.../plugins/docprops/lang/lv.js | 0
.../plugins/docprops/lang/mk.js | 0
.../plugins/docprops/lang/mn.js | 0
.../plugins/docprops/lang/ms.js | 0
.../plugins/docprops/lang/nb.js | 0
.../plugins/docprops/lang/nl.js | 0
.../plugins/docprops/lang/no.js | 0
.../plugins/docprops/lang/pl.js | 0
.../plugins/docprops/lang/pt-br.js | 0
.../plugins/docprops/lang/pt.js | 0
.../plugins/docprops/lang/ro.js | 0
.../plugins/docprops/lang/ru.js | 0
.../plugins/docprops/lang/si.js | 0
.../plugins/docprops/lang/sk.js | 0
.../plugins/docprops/lang/sl.js | 0
.../plugins/docprops/lang/sq.js | 0
.../plugins/docprops/lang/sr-latn.js | 0
.../plugins/docprops/lang/sr.js | 0
.../plugins/docprops/lang/sv.js | 0
.../plugins/docprops/lang/th.js | 0
.../plugins/docprops/lang/tr.js | 0
.../plugins/docprops/lang/tt.js | 0
.../plugins/docprops/lang/ug.js | 0
.../plugins/docprops/lang/uk.js | 0
.../plugins/docprops/lang/vi.js | 0
.../plugins/docprops/lang/zh-cn.js | 0
.../plugins/docprops/lang/zh.js | 0
.../plugins/docprops/plugin.js | 0
.../plugins/docprops/samples/docprops.html | 0
.../plugins/elementspath/lang/af.js | 0
.../plugins/elementspath/lang/ar.js | 0
.../plugins/elementspath/lang/bg.js | 0
.../plugins/elementspath/lang/bn.js | 0
.../plugins/elementspath/lang/bs.js | 0
.../plugins/elementspath/lang/ca.js | 0
.../plugins/elementspath/lang/cs.js | 0
.../plugins/elementspath/lang/cy.js | 0
.../plugins/elementspath/lang/da.js | 0
.../plugins/elementspath/lang/de.js | 0
.../plugins/elementspath/lang/el.js | 0
.../plugins/elementspath/lang/en-au.js | 0
.../plugins/elementspath/lang/en-ca.js | 0
.../plugins/elementspath/lang/en-gb.js | 0
.../plugins/elementspath/lang/en.js | 0
.../plugins/elementspath/lang/eo.js | 0
.../plugins/elementspath/lang/es.js | 0
.../plugins/elementspath/lang/et.js | 0
.../plugins/elementspath/lang/eu.js | 8 +
.../plugins/elementspath/lang/fa.js | 0
.../plugins/elementspath/lang/fi.js | 0
.../plugins/elementspath/lang/fo.js | 0
.../plugins/elementspath/lang/fr-ca.js | 0
.../plugins/elementspath/lang/fr.js | 0
.../plugins/elementspath/lang/gl.js | 0
.../plugins/elementspath/lang/gu.js | 0
.../plugins/elementspath/lang/he.js | 0
.../plugins/elementspath/lang/hi.js | 0
.../plugins/elementspath/lang/hr.js | 0
.../plugins/elementspath/lang/hu.js | 0
.../plugins/elementspath/lang/is.js | 0
.../plugins/elementspath/lang/it.js | 0
.../plugins/elementspath/lang/ja.js | 0
.../plugins/elementspath/lang/ka.js | 0
.../plugins/elementspath/lang/km.js | 0
.../plugins/elementspath/lang/ko.js | 0
.../plugins/elementspath/lang/ku.js | 0
.../plugins/elementspath/lang/lt.js | 0
.../plugins/elementspath/lang/lv.js | 0
.../plugins/elementspath/lang/mk.js | 0
.../plugins/elementspath/lang/mn.js | 0
.../plugins/elementspath/lang/ms.js | 0
.../plugins/elementspath/lang/nb.js | 0
.../plugins/elementspath/lang/nl.js | 0
.../plugins/elementspath/lang/no.js | 0
.../plugins/elementspath/lang/pl.js | 0
.../plugins/elementspath/lang/pt-br.js | 0
.../plugins/elementspath/lang/pt.js | 0
.../plugins/elementspath/lang/ro.js | 0
.../plugins/elementspath/lang/ru.js | 0
.../plugins/elementspath/lang/si.js | 0
.../plugins/elementspath/lang/sk.js | 0
.../plugins/elementspath/lang/sl.js | 0
.../plugins/elementspath/lang/sq.js | 0
.../plugins/elementspath/lang/sr-latn.js | 0
.../plugins/elementspath/lang/sr.js | 0
.../plugins/elementspath/lang/sv.js | 0
.../plugins/elementspath/lang/th.js | 0
.../plugins/elementspath/lang/tr.js | 0
.../plugins/elementspath/lang/tt.js | 0
.../plugins/elementspath/lang/ug.js | 0
.../plugins/elementspath/lang/uk.js | 0
.../plugins/elementspath/lang/vi.js | 0
.../plugins/elementspath/lang/zh-cn.js | 0
.../plugins/elementspath/lang/zh.js | 0
.../plugins/elementspath/plugin.js | 0
.../plugins/embed/icons/embed.png | Bin
.../plugins/embed/icons/hidpi/embed.png | Bin
.../ckeditor_4.5.6/plugins/embed/plugin.js | 94 +
.../plugins/embedbase/dialogs/embedbase.js | 0
.../plugins/embedbase/lang/cs.js | 0
.../plugins/embedbase/lang/da.js | 0
.../plugins/embedbase/lang/de.js | 0
.../plugins/embedbase/lang/en.js | 0
.../plugins/embedbase/lang/eo.js | 15 +
.../plugins/embedbase/lang/eu.js | 15 +
.../plugins/embedbase/lang/fr.js | 0
.../plugins/embedbase/lang/gl.js | 0
.../plugins/embedbase/lang/id.js | 15 +
.../plugins/embedbase/lang/it.js | 0
.../plugins/embedbase/lang/ko.js | 0
.../plugins/embedbase/lang/ku.js | 0
.../plugins/embedbase/lang/nb.js | 0
.../plugins/embedbase/lang/nl.js | 0
.../plugins/embedbase/lang/pl.js | 0
.../plugins/embedbase/lang/pt-br.js | 0
.../plugins/embedbase/lang/ru.js | 15 +
.../plugins/embedbase/lang/sv.js | 0
.../plugins/embedbase/lang/tr.js | 0
.../plugins/embedbase/lang/ug.js | 15 +
.../plugins/embedbase/lang/uk.js | 15 +
.../plugins/embedbase/lang/zh-cn.js | 0
.../plugins/embedbase/lang/zh.js | 0
.../plugins/embedbase/plugin.js | 648 +
.../embedsemantic/icons/embedsemantic.png | Bin
.../icons/hidpi/embedsemantic.png | Bin
.../plugins/embedsemantic/plugin.js | 0
.../plugins/enterkey/plugin.js | 0
.../plugins/enterkey/samples/enterkey.html | 0
.../plugins/entities/plugin.js | 0
.../plugins/fakeobjects/lang/af.js | 0
.../plugins/fakeobjects/lang/ar.js | 0
.../plugins/fakeobjects/lang/bg.js | 0
.../plugins/fakeobjects/lang/bn.js | 0
.../plugins/fakeobjects/lang/bs.js | 0
.../plugins/fakeobjects/lang/ca.js | 0
.../plugins/fakeobjects/lang/cs.js | 0
.../plugins/fakeobjects/lang/cy.js | 0
.../plugins/fakeobjects/lang/da.js | 0
.../plugins/fakeobjects/lang/de.js | 0
.../plugins/fakeobjects/lang/el.js | 0
.../plugins/fakeobjects/lang/en-au.js | 0
.../plugins/fakeobjects/lang/en-ca.js | 0
.../plugins/fakeobjects/lang/en-gb.js | 0
.../plugins/fakeobjects/lang/en.js | 0
.../plugins/fakeobjects/lang/eo.js | 0
.../plugins/fakeobjects/lang/es.js | 0
.../plugins/fakeobjects/lang/et.js | 0
.../plugins/fakeobjects/lang/eu.js | 11 +
.../plugins/fakeobjects/lang/fa.js | 0
.../plugins/fakeobjects/lang/fi.js | 0
.../plugins/fakeobjects/lang/fo.js | 0
.../plugins/fakeobjects/lang/fr-ca.js | 0
.../plugins/fakeobjects/lang/fr.js | 0
.../plugins/fakeobjects/lang/gl.js | 0
.../plugins/fakeobjects/lang/gu.js | 0
.../plugins/fakeobjects/lang/he.js | 0
.../plugins/fakeobjects/lang/hi.js | 0
.../plugins/fakeobjects/lang/hr.js | 0
.../plugins/fakeobjects/lang/hu.js | 0
.../plugins/fakeobjects/lang/id.js | 0
.../plugins/fakeobjects/lang/is.js | 0
.../plugins/fakeobjects/lang/it.js | 0
.../plugins/fakeobjects/lang/ja.js | 0
.../plugins/fakeobjects/lang/ka.js | 0
.../plugins/fakeobjects/lang/km.js | 0
.../plugins/fakeobjects/lang/ko.js | 0
.../plugins/fakeobjects/lang/ku.js | 0
.../plugins/fakeobjects/lang/lt.js | 0
.../plugins/fakeobjects/lang/lv.js | 0
.../plugins/fakeobjects/lang/mk.js | 0
.../plugins/fakeobjects/lang/mn.js | 0
.../plugins/fakeobjects/lang/ms.js | 0
.../plugins/fakeobjects/lang/nb.js | 0
.../plugins/fakeobjects/lang/nl.js | 0
.../plugins/fakeobjects/lang/no.js | 0
.../plugins/fakeobjects/lang/pl.js | 0
.../plugins/fakeobjects/lang/pt-br.js | 0
.../plugins/fakeobjects/lang/pt.js | 0
.../plugins/fakeobjects/lang/ro.js | 0
.../plugins/fakeobjects/lang/ru.js | 0
.../plugins/fakeobjects/lang/si.js | 0
.../plugins/fakeobjects/lang/sk.js | 0
.../plugins/fakeobjects/lang/sl.js | 0
.../plugins/fakeobjects/lang/sq.js | 0
.../plugins/fakeobjects/lang/sr-latn.js | 0
.../plugins/fakeobjects/lang/sr.js | 0
.../plugins/fakeobjects/lang/sv.js | 0
.../plugins/fakeobjects/lang/th.js | 0
.../plugins/fakeobjects/lang/tr.js | 0
.../plugins/fakeobjects/lang/tt.js | 0
.../plugins/fakeobjects/lang/ug.js | 0
.../plugins/fakeobjects/lang/uk.js | 0
.../plugins/fakeobjects/lang/vi.js | 0
.../plugins/fakeobjects/lang/zh-cn.js | 0
.../plugins/fakeobjects/lang/zh.js | 0
.../plugins/fakeobjects/plugin.js | 0
.../plugins/filebrowser/plugin.js | 573 +
.../plugins/filetools/dev/uploaddebugger.js | 0
.../plugins/filetools/lang/cs.js | 0
.../plugins/filetools/lang/da.js | 0
.../plugins/filetools/lang/de.js | 0
.../plugins/filetools/lang/en.js | 0
.../plugins/filetools/lang/eo.js | 0
.../plugins/filetools/lang/eu.js | 13 +
.../plugins/filetools/lang/fr.js | 0
.../plugins/filetools/lang/gl.js | 0
.../plugins/filetools/lang/id.js | 13 +
.../plugins/filetools/lang/it.js | 0
.../plugins/filetools/lang/ko.js | 0
.../plugins/filetools/lang/ku.js | 0
.../plugins/filetools/lang/nb.js | 0
.../plugins/filetools/lang/nl.js | 0
.../plugins/filetools/lang/pl.js | 0
.../plugins/filetools/lang/pt-br.js | 0
.../plugins/filetools/lang/ru.js | 0
.../plugins/filetools/lang/sv.js | 0
.../plugins/filetools/lang/tr.js | 0
.../plugins/filetools/lang/ug.js | 13 +
.../plugins/filetools/lang/uk.js | 13 +
.../plugins/filetools/lang/zh-cn.js | 0
.../plugins/filetools/lang/zh.js | 0
.../plugins/filetools/plugin.js | 848 +
.../plugins/find/dialogs/find.js | 802 +
.../plugins/find/icons/find-rtl.png | Bin
.../plugins/find/icons/find.png | Bin
.../plugins/find/icons/hidpi/find-rtl.png | Bin
.../plugins/find/icons/hidpi/find.png | Bin
.../plugins/find/icons/hidpi/replace.png | Bin
.../plugins/find/icons/replace.png | Bin
.../ckeditor_4.5.6}/plugins/find/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/el.js | 0
.../plugins/find/lang/en-au.js | 0
.../plugins/find/lang/en-ca.js | 0
.../plugins/find/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/et.js | 0
.../ckeditor_4.5.6/plugins/find/lang/eu.js | 18 +
.../ckeditor_4.5.6}/plugins/find/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/fo.js | 0
.../plugins/find/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/find/lang/id.js | 18 +
.../ckeditor_4.5.6}/plugins/find/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/pl.js | 0
.../plugins/find/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/sq.js | 0
.../plugins/find/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/vi.js | 0
.../plugins/find/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/find/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/find/plugin.js | 0
.../plugins/flash/dialogs/flash.js | 0
.../plugins/flash/icons/flash.png | Bin
.../plugins/flash/icons/hidpi/flash.png | Bin
.../plugins/flash/images/placeholder.png | Bin
.../ckeditor_4.5.6}/plugins/flash/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/el.js | 0
.../plugins/flash/lang/en-au.js | 0
.../plugins/flash/lang/en-ca.js | 0
.../plugins/flash/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/et.js | 0
.../ckeditor_4.5.6/plugins/flash/lang/eu.js | 43 +
.../ckeditor_4.5.6}/plugins/flash/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/fo.js | 0
.../plugins/flash/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/pl.js | 0
.../plugins/flash/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/sq.js | 0
.../plugins/flash/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/ug.js | 0
.../ckeditor_4.5.6/plugins/flash/lang/uk.js | 43 +
.../ckeditor_4.5.6}/plugins/flash/lang/vi.js | 0
.../plugins/flash/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/flash/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/flash/plugin.js | 0
.../plugins/floatingspace/plugin.js | 0
.../plugins/floatpanel/plugin.js | 598 +
.../ckeditor_4.5.6}/plugins/font/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/el.js | 0
.../plugins/font/lang/en-au.js | 0
.../plugins/font/lang/en-ca.js | 0
.../plugins/font/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/et.js | 0
.../ckeditor_4.5.6/plugins/font/lang/eu.js | 14 +
.../ckeditor_4.5.6}/plugins/font/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/fo.js | 0
.../plugins/font/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/font/lang/id.js | 14 +
.../ckeditor_4.5.6}/plugins/font/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/pl.js | 0
.../plugins/font/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/sq.js | 0
.../plugins/font/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/vi.js | 0
.../plugins/font/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/font/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/font/plugin.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/el.js | 0
.../plugins/format/lang/en-au.js | 0
.../plugins/format/lang/en-ca.js | 0
.../plugins/format/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/et.js | 0
.../ckeditor_4.5.6/plugins/format/lang/eu.js | 18 +
.../ckeditor_4.5.6}/plugins/format/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/fo.js | 0
.../plugins/format/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/pl.js | 0
.../plugins/format/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/sq.js | 0
.../plugins/format/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/vi.js | 0
.../plugins/format/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/format/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/format/plugin.js | 279 +
.../plugins/forms/dialogs/button.js | 0
.../plugins/forms/dialogs/checkbox.js | 0
.../plugins/forms/dialogs/form.js | 0
.../plugins/forms/dialogs/hiddenfield.js | 0
.../plugins/forms/dialogs/radio.js | 0
.../plugins/forms/dialogs/select.js | 0
.../plugins/forms/dialogs/textarea.js | 0
.../plugins/forms/dialogs/textfield.js | 0
.../plugins/forms/icons/button.png | Bin
.../plugins/forms/icons/checkbox.png | Bin
.../plugins/forms/icons/form.png | Bin
.../plugins/forms/icons/hiddenfield.png | Bin
.../plugins/forms/icons/hidpi/button.png | Bin
.../plugins/forms/icons/hidpi/checkbox.png | Bin
.../plugins/forms/icons/hidpi/form.png | Bin
.../plugins/forms/icons/hidpi/hiddenfield.png | Bin
.../plugins/forms/icons/hidpi/imagebutton.png | Bin
.../plugins/forms/icons/hidpi/radio.png | Bin
.../plugins/forms/icons/hidpi/select-rtl.png | Bin
.../plugins/forms/icons/hidpi/select.png | Bin
.../forms/icons/hidpi/textarea-rtl.png | Bin
.../plugins/forms/icons/hidpi/textarea.png | Bin
.../forms/icons/hidpi/textfield-rtl.png | Bin
.../plugins/forms/icons/hidpi/textfield.png | Bin
.../plugins/forms/icons/imagebutton.png | Bin
.../plugins/forms/icons/radio.png | Bin
.../plugins/forms/icons/select-rtl.png | Bin
.../plugins/forms/icons/select.png | Bin
.../plugins/forms/icons/textarea-rtl.png | Bin
.../plugins/forms/icons/textarea.png | Bin
.../plugins/forms/icons/textfield-rtl.png | Bin
.../plugins/forms/icons/textfield.png | Bin
.../plugins/forms/images/hiddenfield.gif | Bin
.../ckeditor_4.5.6}/plugins/forms/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/el.js | 0
.../plugins/forms/lang/en-au.js | 0
.../plugins/forms/lang/en-ca.js | 0
.../plugins/forms/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/et.js | 0
.../ckeditor_4.5.6/plugins/forms/lang/eu.js | 71 +
.../ckeditor_4.5.6}/plugins/forms/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/fo.js | 0
.../plugins/forms/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/forms/lang/id.js | 71 +
.../ckeditor_4.5.6}/plugins/forms/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/pl.js | 0
.../plugins/forms/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/sq.js | 0
.../plugins/forms/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/tt.js | 0
.../ckeditor_4.5.6/plugins/forms/lang/ug.js | 71 +
.../ckeditor_4.5.6/plugins/forms/lang/uk.js | 71 +
.../ckeditor_4.5.6}/plugins/forms/lang/vi.js | 0
.../plugins/forms/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/forms/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/forms/plugin.js | 0
.../icons/hidpi/horizontalrule.png | Bin
.../horizontalrule/icons/horizontalrule.png | Bin
.../plugins/horizontalrule/lang/af.js | 0
.../plugins/horizontalrule/lang/ar.js | 0
.../plugins/horizontalrule/lang/bg.js | 0
.../plugins/horizontalrule/lang/bn.js | 0
.../plugins/horizontalrule/lang/bs.js | 0
.../plugins/horizontalrule/lang/ca.js | 0
.../plugins/horizontalrule/lang/cs.js | 0
.../plugins/horizontalrule/lang/cy.js | 0
.../plugins/horizontalrule/lang/da.js | 0
.../plugins/horizontalrule/lang/de.js | 0
.../plugins/horizontalrule/lang/el.js | 0
.../plugins/horizontalrule/lang/en-au.js | 0
.../plugins/horizontalrule/lang/en-ca.js | 0
.../plugins/horizontalrule/lang/en-gb.js | 0
.../plugins/horizontalrule/lang/en.js | 0
.../plugins/horizontalrule/lang/eo.js | 0
.../plugins/horizontalrule/lang/es.js | 0
.../plugins/horizontalrule/lang/et.js | 0
.../plugins/horizontalrule/lang/eu.js | 7 +
.../plugins/horizontalrule/lang/fa.js | 0
.../plugins/horizontalrule/lang/fi.js | 0
.../plugins/horizontalrule/lang/fo.js | 0
.../plugins/horizontalrule/lang/fr-ca.js | 0
.../plugins/horizontalrule/lang/fr.js | 0
.../plugins/horizontalrule/lang/gl.js | 0
.../plugins/horizontalrule/lang/gu.js | 0
.../plugins/horizontalrule/lang/he.js | 0
.../plugins/horizontalrule/lang/hi.js | 0
.../plugins/horizontalrule/lang/hr.js | 0
.../plugins/horizontalrule/lang/hu.js | 0
.../plugins/horizontalrule/lang/id.js | 0
.../plugins/horizontalrule/lang/is.js | 0
.../plugins/horizontalrule/lang/it.js | 0
.../plugins/horizontalrule/lang/ja.js | 0
.../plugins/horizontalrule/lang/ka.js | 0
.../plugins/horizontalrule/lang/km.js | 0
.../plugins/horizontalrule/lang/ko.js | 0
.../plugins/horizontalrule/lang/ku.js | 0
.../plugins/horizontalrule/lang/lt.js | 0
.../plugins/horizontalrule/lang/lv.js | 0
.../plugins/horizontalrule/lang/mk.js | 0
.../plugins/horizontalrule/lang/mn.js | 0
.../plugins/horizontalrule/lang/ms.js | 0
.../plugins/horizontalrule/lang/nb.js | 0
.../plugins/horizontalrule/lang/nl.js | 0
.../plugins/horizontalrule/lang/no.js | 0
.../plugins/horizontalrule/lang/pl.js | 0
.../plugins/horizontalrule/lang/pt-br.js | 0
.../plugins/horizontalrule/lang/pt.js | 0
.../plugins/horizontalrule/lang/ro.js | 0
.../plugins/horizontalrule/lang/ru.js | 0
.../plugins/horizontalrule/lang/si.js | 0
.../plugins/horizontalrule/lang/sk.js | 0
.../plugins/horizontalrule/lang/sl.js | 0
.../plugins/horizontalrule/lang/sq.js | 0
.../plugins/horizontalrule/lang/sr-latn.js | 0
.../plugins/horizontalrule/lang/sr.js | 0
.../plugins/horizontalrule/lang/sv.js | 0
.../plugins/horizontalrule/lang/th.js | 0
.../plugins/horizontalrule/lang/tr.js | 0
.../plugins/horizontalrule/lang/tt.js | 0
.../plugins/horizontalrule/lang/ug.js | 0
.../plugins/horizontalrule/lang/uk.js | 0
.../plugins/horizontalrule/lang/vi.js | 0
.../plugins/horizontalrule/lang/zh-cn.js | 0
.../plugins/horizontalrule/lang/zh.js | 0
.../plugins/horizontalrule/plugin.js | 0
.../plugins/htmlwriter/plugin.js | 0
.../assets/outputforflash/outputforflash.fla | Bin
.../assets/outputforflash/outputforflash.swf | Bin
.../assets/outputforflash/swfobject.js | 0
.../htmlwriter/samples/outputforflash.html | 0
.../htmlwriter/samples/outputhtml.html | 0
.../plugins/iframe/dialogs/iframe.js | 0
.../plugins/iframe/icons/hidpi/iframe.png | Bin
.../plugins/iframe/icons/iframe.png | Bin
.../plugins/iframe/images/placeholder.png | Bin
.../ckeditor_4.5.6}/plugins/iframe/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/el.js | 0
.../plugins/iframe/lang/en-au.js | 0
.../plugins/iframe/lang/en-ca.js | 0
.../plugins/iframe/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/et.js | 0
.../ckeditor_4.5.6/plugins/iframe/lang/eu.js | 11 +
.../ckeditor_4.5.6}/plugins/iframe/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/fo.js | 0
.../plugins/iframe/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/iframe/lang/id.js | 11 +
.../ckeditor_4.5.6}/plugins/iframe/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/pl.js | 0
.../plugins/iframe/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/sq.js | 0
.../plugins/iframe/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/ug.js | 0
.../ckeditor_4.5.6/plugins/iframe/lang/uk.js | 11 +
.../ckeditor_4.5.6}/plugins/iframe/lang/vi.js | 0
.../plugins/iframe/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/iframe/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/iframe/plugin.js | 0
.../plugins/iframedialog/plugin.js | 0
.../plugins/image/dialogs/image.js | 0
.../plugins/image/icons/hidpi/image.png | Bin
.../plugins/image/icons/image.png | Bin
.../plugins/image/images/noimage.png | Bin
.../ckeditor_4.5.6}/plugins/image/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/el.js | 0
.../plugins/image/lang/en-au.js | 0
.../plugins/image/lang/en-ca.js | 0
.../plugins/image/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/et.js | 0
.../ckeditor_4.5.6/plugins/image/lang/eu.js | 25 +
.../ckeditor_4.5.6}/plugins/image/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/fo.js | 0
.../plugins/image/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/image/lang/id.js | 25 +
.../ckeditor_4.5.6}/plugins/image/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/pl.js | 0
.../plugins/image/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/sq.js | 0
.../plugins/image/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/vi.js | 0
.../plugins/image/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/image/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/image/plugin.js | 0
.../plugins/image2/dev/assets/image1.jpg | Bin
.../plugins/image2/dev/assets/image2.jpg | Bin
.../plugins/image2/dev/contents.css | 0
.../plugins/image2/dev/image2.html | 0
.../plugins/image2/dialogs/image2.js | 0
.../plugins/image2/icons/hidpi/image.png | Bin
.../plugins/image2/icons/image.png | Bin
.../ckeditor_4.5.6}/plugins/image2/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/el.js | 0
.../plugins/image2/lang/en-au.js | 0
.../plugins/image2/lang/en-ca.js | 0
.../plugins/image2/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/et.js | 0
.../ckeditor_4.5.6/plugins/image2/lang/eu.js | 20 +
.../ckeditor_4.5.6}/plugins/image2/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/fo.js | 0
.../plugins/image2/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/image2/lang/id.js | 20 +
.../ckeditor_4.5.6}/plugins/image2/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/pl.js | 0
.../plugins/image2/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/sq.js | 0
.../plugins/image2/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/tt.js | 0
.../ckeditor_4.5.6/plugins/image2/lang/ug.js | 20 +
.../ckeditor_4.5.6/plugins/image2/lang/uk.js | 20 +
.../ckeditor_4.5.6}/plugins/image2/lang/vi.js | 0
.../plugins/image2/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/image2/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/image2/plugin.js | 1685 ++
.../plugins/image2/samples/assets/image1.jpg | Bin
.../plugins/image2/samples/assets/image2.jpg | Bin
.../plugins/image2/samples/image2.html | 0
.../plugins/indent/dev/indent.html | 0
.../plugins/indent/icons/hidpi/indent-rtl.png | Bin
.../plugins/indent/icons/hidpi/indent.png | Bin
.../indent/icons/hidpi/outdent-rtl.png | Bin
.../plugins/indent/icons/hidpi/outdent.png | Bin
.../plugins/indent/icons/indent-rtl.png | Bin
.../plugins/indent/icons/indent.png | Bin
.../plugins/indent/icons/outdent-rtl.png | Bin
.../plugins/indent/icons/outdent.png | Bin
.../ckeditor_4.5.6}/plugins/indent/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/el.js | 0
.../plugins/indent/lang/en-au.js | 0
.../plugins/indent/lang/en-ca.js | 0
.../plugins/indent/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/et.js | 0
.../ckeditor_4.5.6/plugins/indent/lang/eu.js | 8 +
.../ckeditor_4.5.6}/plugins/indent/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/fo.js | 0
.../plugins/indent/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/pl.js | 0
.../plugins/indent/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/sq.js | 0
.../plugins/indent/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/vi.js | 0
.../plugins/indent/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/indent/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/indent/plugin.js | 0
.../plugins/indentblock/plugin.js | 0
.../plugins/indentlist/plugin.js | 0
.../justify/icons/hidpi/justifyblock.png | Bin
.../justify/icons/hidpi/justifycenter.png | Bin
.../justify/icons/hidpi/justifyleft.png | Bin
.../justify/icons/hidpi/justifyright.png | Bin
.../plugins/justify/icons/justifyblock.png | Bin
.../plugins/justify/icons/justifycenter.png | Bin
.../plugins/justify/icons/justifyleft.png | Bin
.../plugins/justify/icons/justifyright.png | Bin
.../plugins/justify/lang/af.js | 0
.../plugins/justify/lang/ar.js | 0
.../plugins/justify/lang/bg.js | 0
.../plugins/justify/lang/bn.js | 0
.../plugins/justify/lang/bs.js | 0
.../plugins/justify/lang/ca.js | 0
.../plugins/justify/lang/cs.js | 0
.../plugins/justify/lang/cy.js | 0
.../plugins/justify/lang/da.js | 0
.../plugins/justify/lang/de.js | 0
.../plugins/justify/lang/el.js | 0
.../plugins/justify/lang/en-au.js | 0
.../plugins/justify/lang/en-ca.js | 0
.../plugins/justify/lang/en-gb.js | 0
.../plugins/justify/lang/en.js | 0
.../plugins/justify/lang/eo.js | 0
.../plugins/justify/lang/es.js | 0
.../plugins/justify/lang/et.js | 0
.../ckeditor_4.5.6/plugins/justify/lang/eu.js | 10 +
.../plugins/justify/lang/fa.js | 0
.../plugins/justify/lang/fi.js | 0
.../plugins/justify/lang/fo.js | 0
.../plugins/justify/lang/fr-ca.js | 0
.../plugins/justify/lang/fr.js | 0
.../plugins/justify/lang/gl.js | 0
.../plugins/justify/lang/gu.js | 0
.../plugins/justify/lang/he.js | 0
.../plugins/justify/lang/hi.js | 0
.../plugins/justify/lang/hr.js | 0
.../plugins/justify/lang/hu.js | 0
.../plugins/justify/lang/id.js | 0
.../plugins/justify/lang/is.js | 0
.../plugins/justify/lang/it.js | 0
.../plugins/justify/lang/ja.js | 0
.../plugins/justify/lang/ka.js | 0
.../plugins/justify/lang/km.js | 0
.../plugins/justify/lang/ko.js | 0
.../plugins/justify/lang/ku.js | 0
.../plugins/justify/lang/lt.js | 0
.../plugins/justify/lang/lv.js | 0
.../plugins/justify/lang/mk.js | 0
.../plugins/justify/lang/mn.js | 0
.../plugins/justify/lang/ms.js | 0
.../plugins/justify/lang/nb.js | 0
.../plugins/justify/lang/nl.js | 0
.../plugins/justify/lang/no.js | 0
.../plugins/justify/lang/pl.js | 0
.../plugins/justify/lang/pt-br.js | 0
.../plugins/justify/lang/pt.js | 0
.../plugins/justify/lang/ro.js | 0
.../plugins/justify/lang/ru.js | 0
.../plugins/justify/lang/si.js | 0
.../plugins/justify/lang/sk.js | 0
.../plugins/justify/lang/sl.js | 0
.../plugins/justify/lang/sq.js | 0
.../plugins/justify/lang/sr-latn.js | 0
.../plugins/justify/lang/sr.js | 0
.../plugins/justify/lang/sv.js | 0
.../plugins/justify/lang/th.js | 0
.../plugins/justify/lang/tr.js | 0
.../plugins/justify/lang/tt.js | 0
.../plugins/justify/lang/ug.js | 0
.../plugins/justify/lang/uk.js | 0
.../plugins/justify/lang/vi.js | 0
.../plugins/justify/lang/zh-cn.js | 0
.../plugins/justify/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/justify/plugin.js | 0
.../plugins/language/icons/hidpi/language.png | Bin
.../plugins/language/icons/language.png | Bin
.../plugins/language/lang/ar.js | 0
.../plugins/language/lang/bg.js | 0
.../plugins/language/lang/ca.js | 0
.../plugins/language/lang/cs.js | 0
.../plugins/language/lang/cy.js | 0
.../plugins/language/lang/da.js | 0
.../plugins/language/lang/de.js | 0
.../plugins/language/lang/el.js | 0
.../plugins/language/lang/en-gb.js | 0
.../plugins/language/lang/en.js | 0
.../plugins/language/lang/eo.js | 0
.../plugins/language/lang/es.js | 0
.../plugins/language/lang/eu.js | 9 +
.../plugins/language/lang/fa.js | 0
.../plugins/language/lang/fi.js | 0
.../plugins/language/lang/fo.js | 0
.../plugins/language/lang/fr.js | 0
.../plugins/language/lang/gl.js | 0
.../plugins/language/lang/he.js | 0
.../plugins/language/lang/hr.js | 0
.../plugins/language/lang/hu.js | 0
.../plugins/language/lang/id.js | 9 +
.../plugins/language/lang/it.js | 0
.../plugins/language/lang/ja.js | 0
.../plugins/language/lang/km.js | 0
.../plugins/language/lang/ko.js | 0
.../plugins/language/lang/ku.js | 0
.../plugins/language/lang/nb.js | 0
.../plugins/language/lang/nl.js | 0
.../plugins/language/lang/no.js | 0
.../plugins/language/lang/pl.js | 0
.../plugins/language/lang/pt-br.js | 0
.../plugins/language/lang/pt.js | 0
.../plugins/language/lang/ru.js | 0
.../plugins/language/lang/sk.js | 0
.../plugins/language/lang/sl.js | 0
.../plugins/language/lang/sq.js | 0
.../plugins/language/lang/sv.js | 0
.../plugins/language/lang/tr.js | 0
.../plugins/language/lang/tt.js | 0
.../plugins/language/lang/ug.js | 9 +
.../plugins/language/lang/uk.js | 0
.../plugins/language/lang/vi.js | 0
.../plugins/language/lang/zh-cn.js | 0
.../plugins/language/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/language/plugin.js | 168 +
.../plugins/lineutils/dev/dnd.html | 0
.../plugins/lineutils/dev/magicfinger.html | 0
.../plugins/lineutils/plugin.js | 0
.../plugins/link/dialogs/anchor.js | 0
.../plugins/link/dialogs/link.js | 904 +
.../plugins/link/icons/anchor-rtl.png | Bin
.../plugins/link/icons/anchor.png | Bin
.../plugins/link/icons/hidpi/anchor-rtl.png | Bin
.../plugins/link/icons/hidpi/anchor.png | Bin
.../plugins/link/icons/hidpi/link.png | Bin
.../plugins/link/icons/hidpi/unlink.png | Bin
.../plugins/link/icons/link.png | Bin
.../plugins/link/icons/unlink.png | Bin
.../plugins/link/images/anchor.png | Bin
.../plugins/link/images/hidpi/anchor.png | Bin
.../ckeditor_4.5.6}/plugins/link/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/el.js | 0
.../plugins/link/lang/en-au.js | 0
.../plugins/link/lang/en-ca.js | 0
.../plugins/link/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/et.js | 0
.../ckeditor_4.5.6/plugins/link/lang/eu.js | 65 +
.../ckeditor_4.5.6}/plugins/link/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/fo.js | 0
.../plugins/link/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/link/lang/id.js | 65 +
.../ckeditor_4.5.6}/plugins/link/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/pl.js | 0
.../plugins/link/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/sq.js | 0
.../plugins/link/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/vi.js | 0
.../plugins/link/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/link/lang/zh.js | 0
.../lib/ckeditor_4.5.6/plugins/link/plugin.js | 787 +
.../plugins/list/icons/bulletedlist-rtl.png | Bin
.../plugins/list/icons/bulletedlist.png | Bin
.../list/icons/hidpi/bulletedlist-rtl.png | Bin
.../plugins/list/icons/hidpi/bulletedlist.png | Bin
.../list/icons/hidpi/numberedlist-rtl.png | Bin
.../plugins/list/icons/hidpi/numberedlist.png | Bin
.../plugins/list/icons/numberedlist-rtl.png | Bin
.../plugins/list/icons/numberedlist.png | Bin
.../ckeditor_4.5.6}/plugins/list/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/el.js | 0
.../plugins/list/lang/en-au.js | 0
.../plugins/list/lang/en-ca.js | 0
.../plugins/list/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/et.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/eu.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/fo.js | 0
.../plugins/list/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/pl.js | 0
.../plugins/list/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/sq.js | 0
.../plugins/list/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/vi.js | 0
.../plugins/list/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/list/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/list/plugin.js | 0
.../plugins/listblock/plugin.js | 0
.../plugins/liststyle/dialogs/liststyle.js | 0
.../plugins/liststyle/lang/af.js | 0
.../plugins/liststyle/lang/ar.js | 0
.../plugins/liststyle/lang/bg.js | 0
.../plugins/liststyle/lang/bn.js | 0
.../plugins/liststyle/lang/bs.js | 0
.../plugins/liststyle/lang/ca.js | 0
.../plugins/liststyle/lang/cs.js | 0
.../plugins/liststyle/lang/cy.js | 0
.../plugins/liststyle/lang/da.js | 0
.../plugins/liststyle/lang/de.js | 0
.../plugins/liststyle/lang/el.js | 0
.../plugins/liststyle/lang/en-au.js | 0
.../plugins/liststyle/lang/en-ca.js | 0
.../plugins/liststyle/lang/en-gb.js | 0
.../plugins/liststyle/lang/en.js | 0
.../plugins/liststyle/lang/eo.js | 0
.../plugins/liststyle/lang/es.js | 0
.../plugins/liststyle/lang/et.js | 0
.../plugins/liststyle/lang/eu.js | 25 +
.../plugins/liststyle/lang/fa.js | 0
.../plugins/liststyle/lang/fi.js | 0
.../plugins/liststyle/lang/fo.js | 0
.../plugins/liststyle/lang/fr-ca.js | 0
.../plugins/liststyle/lang/fr.js | 0
.../plugins/liststyle/lang/gl.js | 0
.../plugins/liststyle/lang/gu.js | 0
.../plugins/liststyle/lang/he.js | 0
.../plugins/liststyle/lang/hi.js | 0
.../plugins/liststyle/lang/hr.js | 0
.../plugins/liststyle/lang/hu.js | 0
.../plugins/liststyle/lang/id.js | 0
.../plugins/liststyle/lang/is.js | 0
.../plugins/liststyle/lang/it.js | 0
.../plugins/liststyle/lang/ja.js | 0
.../plugins/liststyle/lang/ka.js | 0
.../plugins/liststyle/lang/km.js | 0
.../plugins/liststyle/lang/ko.js | 0
.../plugins/liststyle/lang/ku.js | 0
.../plugins/liststyle/lang/lt.js | 0
.../plugins/liststyle/lang/lv.js | 0
.../plugins/liststyle/lang/mk.js | 0
.../plugins/liststyle/lang/mn.js | 0
.../plugins/liststyle/lang/ms.js | 0
.../plugins/liststyle/lang/nb.js | 0
.../plugins/liststyle/lang/nl.js | 0
.../plugins/liststyle/lang/no.js | 0
.../plugins/liststyle/lang/pl.js | 0
.../plugins/liststyle/lang/pt-br.js | 0
.../plugins/liststyle/lang/pt.js | 0
.../plugins/liststyle/lang/ro.js | 0
.../plugins/liststyle/lang/ru.js | 0
.../plugins/liststyle/lang/si.js | 0
.../plugins/liststyle/lang/sk.js | 0
.../plugins/liststyle/lang/sl.js | 0
.../plugins/liststyle/lang/sq.js | 0
.../plugins/liststyle/lang/sr-latn.js | 0
.../plugins/liststyle/lang/sr.js | 0
.../plugins/liststyle/lang/sv.js | 0
.../plugins/liststyle/lang/th.js | 0
.../plugins/liststyle/lang/tr.js | 0
.../plugins/liststyle/lang/tt.js | 0
.../plugins/liststyle/lang/ug.js | 0
.../plugins/liststyle/lang/uk.js | 0
.../plugins/liststyle/lang/vi.js | 0
.../plugins/liststyle/lang/zh-cn.js | 0
.../plugins/liststyle/lang/zh.js | 0
.../plugins/liststyle/plugin.js | 0
.../plugins/magicline/dev/magicline.html | 0
.../magicline/images/hidpi/icon-rtl.png | Bin
.../plugins/magicline/images/hidpi/icon.png | Bin
.../plugins/magicline/images/icon-rtl.png | Bin
.../plugins/magicline/images/icon.png | Bin
.../plugins/magicline/lang/af.js | 0
.../plugins/magicline/lang/ar.js | 0
.../plugins/magicline/lang/bg.js | 0
.../plugins/magicline/lang/ca.js | 0
.../plugins/magicline/lang/cs.js | 0
.../plugins/magicline/lang/cy.js | 0
.../plugins/magicline/lang/da.js | 0
.../plugins/magicline/lang/de.js | 0
.../plugins/magicline/lang/el.js | 0
.../plugins/magicline/lang/en-gb.js | 0
.../plugins/magicline/lang/en.js | 0
.../plugins/magicline/lang/eo.js | 0
.../plugins/magicline/lang/es.js | 0
.../plugins/magicline/lang/et.js | 0
.../plugins/magicline/lang/eu.js | 0
.../plugins/magicline/lang/fa.js | 0
.../plugins/magicline/lang/fi.js | 0
.../plugins/magicline/lang/fr-ca.js | 0
.../plugins/magicline/lang/fr.js | 0
.../plugins/magicline/lang/gl.js | 0
.../plugins/magicline/lang/he.js | 0
.../plugins/magicline/lang/hr.js | 0
.../plugins/magicline/lang/hu.js | 0
.../plugins/magicline/lang/id.js | 0
.../plugins/magicline/lang/it.js | 0
.../plugins/magicline/lang/ja.js | 0
.../plugins/magicline/lang/km.js | 0
.../plugins/magicline/lang/ko.js | 0
.../plugins/magicline/lang/ku.js | 0
.../plugins/magicline/lang/lv.js | 0
.../plugins/magicline/lang/nb.js | 0
.../plugins/magicline/lang/nl.js | 0
.../plugins/magicline/lang/no.js | 0
.../plugins/magicline/lang/pl.js | 0
.../plugins/magicline/lang/pt-br.js | 0
.../plugins/magicline/lang/pt.js | 0
.../plugins/magicline/lang/ru.js | 0
.../plugins/magicline/lang/si.js | 0
.../plugins/magicline/lang/sk.js | 0
.../plugins/magicline/lang/sl.js | 0
.../plugins/magicline/lang/sq.js | 0
.../plugins/magicline/lang/sv.js | 0
.../plugins/magicline/lang/tr.js | 0
.../plugins/magicline/lang/tt.js | 0
.../plugins/magicline/lang/ug.js | 0
.../plugins/magicline/lang/uk.js | 0
.../plugins/magicline/lang/vi.js | 0
.../plugins/magicline/lang/zh-cn.js | 0
.../plugins/magicline/lang/zh.js | 0
.../plugins/magicline/plugin.js | 1874 ++
.../plugins/magicline/samples/magicline.html | 0
.../plugins/mathjax/dev/mathjax.html | 0
.../plugins/mathjax/dialogs/mathjax.js | 0
.../plugins/mathjax/icons/hidpi/mathjax.png | Bin
.../plugins/mathjax/icons/mathjax.png | Bin
.../plugins/mathjax/images/loader.gif | Bin
.../plugins/mathjax/lang/af.js | 0
.../plugins/mathjax/lang/ar.js | 0
.../plugins/mathjax/lang/bg.js | 0
.../plugins/mathjax/lang/ca.js | 0
.../plugins/mathjax/lang/cs.js | 0
.../plugins/mathjax/lang/cy.js | 0
.../plugins/mathjax/lang/da.js | 0
.../plugins/mathjax/lang/de.js | 0
.../plugins/mathjax/lang/el.js | 0
.../plugins/mathjax/lang/en-gb.js | 0
.../plugins/mathjax/lang/en.js | 0
.../plugins/mathjax/lang/eo.js | 0
.../plugins/mathjax/lang/es.js | 0
.../ckeditor_4.5.6/plugins/mathjax/lang/eu.js | 13 +
.../plugins/mathjax/lang/fa.js | 0
.../plugins/mathjax/lang/fi.js | 0
.../plugins/mathjax/lang/fr.js | 0
.../plugins/mathjax/lang/gl.js | 0
.../plugins/mathjax/lang/he.js | 0
.../plugins/mathjax/lang/hr.js | 0
.../plugins/mathjax/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/mathjax/lang/id.js | 13 +
.../plugins/mathjax/lang/it.js | 0
.../plugins/mathjax/lang/ja.js | 0
.../plugins/mathjax/lang/km.js | 0
.../plugins/mathjax/lang/ko.js | 0
.../plugins/mathjax/lang/ku.js | 0
.../plugins/mathjax/lang/lt.js | 0
.../plugins/mathjax/lang/nb.js | 0
.../plugins/mathjax/lang/nl.js | 0
.../plugins/mathjax/lang/no.js | 0
.../plugins/mathjax/lang/pl.js | 0
.../plugins/mathjax/lang/pt-br.js | 0
.../plugins/mathjax/lang/pt.js | 0
.../plugins/mathjax/lang/ro.js | 0
.../plugins/mathjax/lang/ru.js | 0
.../plugins/mathjax/lang/sk.js | 0
.../plugins/mathjax/lang/sl.js | 0
.../plugins/mathjax/lang/sq.js | 0
.../plugins/mathjax/lang/sv.js | 0
.../plugins/mathjax/lang/tr.js | 0
.../plugins/mathjax/lang/tt.js | 0
.../ckeditor_4.5.6/plugins/mathjax/lang/ug.js | 13 +
.../plugins/mathjax/lang/uk.js | 0
.../plugins/mathjax/lang/vi.js | 0
.../plugins/mathjax/lang/zh-cn.js | 0
.../plugins/mathjax/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/mathjax/plugin.js | 472 +
.../plugins/mathjax/samples/mathjax.html | 0
.../plugins/maximize/icons/hidpi/maximize.png | Bin
.../plugins/maximize/icons/maximize.png | Bin
.../plugins/maximize/lang/af.js | 0
.../plugins/maximize/lang/ar.js | 0
.../plugins/maximize/lang/bg.js | 0
.../plugins/maximize/lang/bn.js | 0
.../plugins/maximize/lang/bs.js | 0
.../plugins/maximize/lang/ca.js | 0
.../plugins/maximize/lang/cs.js | 0
.../plugins/maximize/lang/cy.js | 0
.../plugins/maximize/lang/da.js | 0
.../plugins/maximize/lang/de.js | 0
.../plugins/maximize/lang/el.js | 0
.../plugins/maximize/lang/en-au.js | 0
.../plugins/maximize/lang/en-ca.js | 0
.../plugins/maximize/lang/en-gb.js | 0
.../plugins/maximize/lang/en.js | 0
.../plugins/maximize/lang/eo.js | 0
.../plugins/maximize/lang/es.js | 0
.../plugins/maximize/lang/et.js | 0
.../plugins/maximize/lang/eu.js | 0
.../plugins/maximize/lang/fa.js | 0
.../plugins/maximize/lang/fi.js | 0
.../plugins/maximize/lang/fo.js | 0
.../plugins/maximize/lang/fr-ca.js | 0
.../plugins/maximize/lang/fr.js | 0
.../plugins/maximize/lang/gl.js | 0
.../plugins/maximize/lang/gu.js | 0
.../plugins/maximize/lang/he.js | 0
.../plugins/maximize/lang/hi.js | 0
.../plugins/maximize/lang/hr.js | 0
.../plugins/maximize/lang/hu.js | 0
.../plugins/maximize/lang/id.js | 0
.../plugins/maximize/lang/is.js | 0
.../plugins/maximize/lang/it.js | 0
.../plugins/maximize/lang/ja.js | 0
.../plugins/maximize/lang/ka.js | 0
.../plugins/maximize/lang/km.js | 0
.../plugins/maximize/lang/ko.js | 0
.../plugins/maximize/lang/ku.js | 0
.../plugins/maximize/lang/lt.js | 0
.../plugins/maximize/lang/lv.js | 0
.../plugins/maximize/lang/mk.js | 0
.../plugins/maximize/lang/mn.js | 0
.../plugins/maximize/lang/ms.js | 0
.../plugins/maximize/lang/nb.js | 0
.../plugins/maximize/lang/nl.js | 0
.../plugins/maximize/lang/no.js | 0
.../plugins/maximize/lang/pl.js | 0
.../plugins/maximize/lang/pt-br.js | 0
.../plugins/maximize/lang/pt.js | 0
.../plugins/maximize/lang/ro.js | 0
.../plugins/maximize/lang/ru.js | 0
.../plugins/maximize/lang/si.js | 0
.../plugins/maximize/lang/sk.js | 0
.../plugins/maximize/lang/sl.js | 0
.../plugins/maximize/lang/sq.js | 0
.../plugins/maximize/lang/sr-latn.js | 0
.../plugins/maximize/lang/sr.js | 0
.../plugins/maximize/lang/sv.js | 0
.../plugins/maximize/lang/th.js | 0
.../plugins/maximize/lang/tr.js | 0
.../plugins/maximize/lang/tt.js | 0
.../plugins/maximize/lang/ug.js | 0
.../plugins/maximize/lang/uk.js | 0
.../plugins/maximize/lang/vi.js | 0
.../plugins/maximize/lang/zh-cn.js | 0
.../plugins/maximize/lang/zh.js | 0
.../plugins/maximize/plugin.js | 0
.../ckeditor_4.5.6}/plugins/menu/plugin.js | 0
.../plugins/menubutton/plugin.js | 0
.../newpage/icons/hidpi/newpage-rtl.png | Bin
.../plugins/newpage/icons/hidpi/newpage.png | Bin
.../plugins/newpage/icons/newpage-rtl.png | Bin
.../plugins/newpage/icons/newpage.png | Bin
.../plugins/newpage/lang/af.js | 0
.../plugins/newpage/lang/ar.js | 0
.../plugins/newpage/lang/bg.js | 0
.../plugins/newpage/lang/bn.js | 0
.../plugins/newpage/lang/bs.js | 0
.../plugins/newpage/lang/ca.js | 0
.../plugins/newpage/lang/cs.js | 0
.../plugins/newpage/lang/cy.js | 0
.../plugins/newpage/lang/da.js | 0
.../plugins/newpage/lang/de.js | 0
.../plugins/newpage/lang/el.js | 0
.../plugins/newpage/lang/en-au.js | 0
.../plugins/newpage/lang/en-ca.js | 0
.../plugins/newpage/lang/en-gb.js | 0
.../plugins/newpage/lang/en.js | 0
.../plugins/newpage/lang/eo.js | 0
.../plugins/newpage/lang/es.js | 0
.../plugins/newpage/lang/et.js | 0
.../ckeditor_4.5.6/plugins/newpage/lang/eu.js | 7 +
.../plugins/newpage/lang/fa.js | 0
.../plugins/newpage/lang/fi.js | 0
.../plugins/newpage/lang/fo.js | 0
.../plugins/newpage/lang/fr-ca.js | 0
.../plugins/newpage/lang/fr.js | 0
.../plugins/newpage/lang/gl.js | 0
.../plugins/newpage/lang/gu.js | 0
.../plugins/newpage/lang/he.js | 0
.../plugins/newpage/lang/hi.js | 0
.../plugins/newpage/lang/hr.js | 0
.../plugins/newpage/lang/hu.js | 0
.../plugins/newpage/lang/id.js | 0
.../plugins/newpage/lang/is.js | 0
.../plugins/newpage/lang/it.js | 0
.../plugins/newpage/lang/ja.js | 0
.../plugins/newpage/lang/ka.js | 0
.../plugins/newpage/lang/km.js | 0
.../plugins/newpage/lang/ko.js | 0
.../plugins/newpage/lang/ku.js | 0
.../plugins/newpage/lang/lt.js | 0
.../plugins/newpage/lang/lv.js | 0
.../plugins/newpage/lang/mk.js | 0
.../plugins/newpage/lang/mn.js | 0
.../plugins/newpage/lang/ms.js | 0
.../plugins/newpage/lang/nb.js | 0
.../plugins/newpage/lang/nl.js | 0
.../plugins/newpage/lang/no.js | 0
.../plugins/newpage/lang/pl.js | 0
.../plugins/newpage/lang/pt-br.js | 0
.../plugins/newpage/lang/pt.js | 0
.../plugins/newpage/lang/ro.js | 0
.../plugins/newpage/lang/ru.js | 0
.../plugins/newpage/lang/si.js | 0
.../plugins/newpage/lang/sk.js | 0
.../plugins/newpage/lang/sl.js | 0
.../plugins/newpage/lang/sq.js | 0
.../plugins/newpage/lang/sr-latn.js | 0
.../plugins/newpage/lang/sr.js | 0
.../plugins/newpage/lang/sv.js | 0
.../plugins/newpage/lang/th.js | 0
.../plugins/newpage/lang/tr.js | 0
.../plugins/newpage/lang/tt.js | 0
.../plugins/newpage/lang/ug.js | 0
.../plugins/newpage/lang/uk.js | 0
.../plugins/newpage/lang/vi.js | 0
.../plugins/newpage/lang/zh-cn.js | 0
.../plugins/newpage/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/newpage/plugin.js | 0
.../plugins/notification/lang/cs.js | 0
.../plugins/notification/lang/da.js | 0
.../plugins/notification/lang/de.js | 0
.../plugins/notification/lang/en.js | 0
.../plugins/notification/lang/eo.js | 0
.../plugins/notification/lang/eu.js | 7 +
.../plugins/notification/lang/fr.js | 0
.../plugins/notification/lang/gl.js | 0
.../plugins/notification/lang/id.js | 7 +
.../plugins/notification/lang/it.js | 0
.../plugins/notification/lang/ko.js | 0
.../plugins/notification/lang/ku.js | 0
.../plugins/notification/lang/nb.js | 0
.../plugins/notification/lang/nl.js | 0
.../plugins/notification/lang/pl.js | 0
.../plugins/notification/lang/pt-br.js | 0
.../plugins/notification/lang/ru.js | 0
.../plugins/notification/lang/sv.js | 0
.../plugins/notification/lang/tr.js | 0
.../plugins/notification/lang/ug.js | 7 +
.../plugins/notification/lang/uk.js | 7 +
.../plugins/notification/lang/zh-cn.js | 0
.../plugins/notification/lang/zh.js | 0
.../plugins/notification/plugin.js | 923 +
.../plugins/notificationaggregator/plugin.js | 0
.../pagebreak/icons/hidpi/pagebreak-rtl.png | Bin
.../pagebreak/icons/hidpi/pagebreak.png | Bin
.../plugins/pagebreak/icons/pagebreak-rtl.png | Bin
.../plugins/pagebreak/icons/pagebreak.png | Bin
.../plugins/pagebreak/images/pagebreak.gif | Bin
.../plugins/pagebreak/lang/af.js | 0
.../plugins/pagebreak/lang/ar.js | 0
.../plugins/pagebreak/lang/bg.js | 0
.../plugins/pagebreak/lang/bn.js | 0
.../plugins/pagebreak/lang/bs.js | 0
.../plugins/pagebreak/lang/ca.js | 0
.../plugins/pagebreak/lang/cs.js | 0
.../plugins/pagebreak/lang/cy.js | 0
.../plugins/pagebreak/lang/da.js | 0
.../plugins/pagebreak/lang/de.js | 0
.../plugins/pagebreak/lang/el.js | 0
.../plugins/pagebreak/lang/en-au.js | 0
.../plugins/pagebreak/lang/en-ca.js | 0
.../plugins/pagebreak/lang/en-gb.js | 0
.../plugins/pagebreak/lang/en.js | 0
.../plugins/pagebreak/lang/eo.js | 0
.../plugins/pagebreak/lang/es.js | 0
.../plugins/pagebreak/lang/et.js | 0
.../plugins/pagebreak/lang/eu.js | 8 +
.../plugins/pagebreak/lang/fa.js | 0
.../plugins/pagebreak/lang/fi.js | 0
.../plugins/pagebreak/lang/fo.js | 0
.../plugins/pagebreak/lang/fr-ca.js | 0
.../plugins/pagebreak/lang/fr.js | 0
.../plugins/pagebreak/lang/gl.js | 0
.../plugins/pagebreak/lang/gu.js | 0
.../plugins/pagebreak/lang/he.js | 0
.../plugins/pagebreak/lang/hi.js | 0
.../plugins/pagebreak/lang/hr.js | 0
.../plugins/pagebreak/lang/hu.js | 0
.../plugins/pagebreak/lang/id.js | 0
.../plugins/pagebreak/lang/is.js | 0
.../plugins/pagebreak/lang/it.js | 0
.../plugins/pagebreak/lang/ja.js | 0
.../plugins/pagebreak/lang/ka.js | 0
.../plugins/pagebreak/lang/km.js | 0
.../plugins/pagebreak/lang/ko.js | 0
.../plugins/pagebreak/lang/ku.js | 0
.../plugins/pagebreak/lang/lt.js | 0
.../plugins/pagebreak/lang/lv.js | 0
.../plugins/pagebreak/lang/mk.js | 0
.../plugins/pagebreak/lang/mn.js | 0
.../plugins/pagebreak/lang/ms.js | 0
.../plugins/pagebreak/lang/nb.js | 0
.../plugins/pagebreak/lang/nl.js | 0
.../plugins/pagebreak/lang/no.js | 0
.../plugins/pagebreak/lang/pl.js | 0
.../plugins/pagebreak/lang/pt-br.js | 0
.../plugins/pagebreak/lang/pt.js | 0
.../plugins/pagebreak/lang/ro.js | 0
.../plugins/pagebreak/lang/ru.js | 0
.../plugins/pagebreak/lang/si.js | 0
.../plugins/pagebreak/lang/sk.js | 0
.../plugins/pagebreak/lang/sl.js | 0
.../plugins/pagebreak/lang/sq.js | 0
.../plugins/pagebreak/lang/sr-latn.js | 0
.../plugins/pagebreak/lang/sr.js | 0
.../plugins/pagebreak/lang/sv.js | 0
.../plugins/pagebreak/lang/th.js | 0
.../plugins/pagebreak/lang/tr.js | 0
.../plugins/pagebreak/lang/tt.js | 0
.../plugins/pagebreak/lang/ug.js | 0
.../plugins/pagebreak/lang/uk.js | 0
.../plugins/pagebreak/lang/vi.js | 0
.../plugins/pagebreak/lang/zh-cn.js | 0
.../plugins/pagebreak/lang/zh.js | 0
.../plugins/pagebreak/plugin.js | 0
.../ckeditor_4.5.6}/plugins/panel/plugin.js | 0
.../plugins/panelbutton/plugin.js | 0
.../plugins/pastefromword/filter/default.js | 0
.../icons/hidpi/pastefromword-rtl.png | Bin
.../icons/hidpi/pastefromword.png | Bin
.../pastefromword/icons/pastefromword-rtl.png | Bin
.../pastefromword/icons/pastefromword.png | Bin
.../plugins/pastefromword/lang/af.js | 0
.../plugins/pastefromword/lang/ar.js | 0
.../plugins/pastefromword/lang/bg.js | 0
.../plugins/pastefromword/lang/bn.js | 0
.../plugins/pastefromword/lang/bs.js | 0
.../plugins/pastefromword/lang/ca.js | 0
.../plugins/pastefromword/lang/cs.js | 0
.../plugins/pastefromword/lang/cy.js | 0
.../plugins/pastefromword/lang/da.js | 0
.../plugins/pastefromword/lang/de.js | 0
.../plugins/pastefromword/lang/el.js | 0
.../plugins/pastefromword/lang/en-au.js | 0
.../plugins/pastefromword/lang/en-ca.js | 0
.../plugins/pastefromword/lang/en-gb.js | 0
.../plugins/pastefromword/lang/en.js | 0
.../plugins/pastefromword/lang/eo.js | 0
.../plugins/pastefromword/lang/es.js | 0
.../plugins/pastefromword/lang/et.js | 0
.../plugins/pastefromword/lang/eu.js | 10 +
.../plugins/pastefromword/lang/fa.js | 0
.../plugins/pastefromword/lang/fi.js | 0
.../plugins/pastefromword/lang/fo.js | 0
.../plugins/pastefromword/lang/fr-ca.js | 0
.../plugins/pastefromword/lang/fr.js | 0
.../plugins/pastefromword/lang/gl.js | 0
.../plugins/pastefromword/lang/gu.js | 0
.../plugins/pastefromword/lang/he.js | 0
.../plugins/pastefromword/lang/hi.js | 0
.../plugins/pastefromword/lang/hr.js | 0
.../plugins/pastefromword/lang/hu.js | 0
.../plugins/pastefromword/lang/id.js | 0
.../plugins/pastefromword/lang/is.js | 0
.../plugins/pastefromword/lang/it.js | 0
.../plugins/pastefromword/lang/ja.js | 0
.../plugins/pastefromword/lang/ka.js | 0
.../plugins/pastefromword/lang/km.js | 0
.../plugins/pastefromword/lang/ko.js | 0
.../plugins/pastefromword/lang/ku.js | 0
.../plugins/pastefromword/lang/lt.js | 0
.../plugins/pastefromword/lang/lv.js | 0
.../plugins/pastefromword/lang/mk.js | 0
.../plugins/pastefromword/lang/mn.js | 0
.../plugins/pastefromword/lang/ms.js | 0
.../plugins/pastefromword/lang/nb.js | 0
.../plugins/pastefromword/lang/nl.js | 0
.../plugins/pastefromword/lang/no.js | 0
.../plugins/pastefromword/lang/pl.js | 0
.../plugins/pastefromword/lang/pt-br.js | 0
.../plugins/pastefromword/lang/pt.js | 0
.../plugins/pastefromword/lang/ro.js | 0
.../plugins/pastefromword/lang/ru.js | 0
.../plugins/pastefromword/lang/si.js | 0
.../plugins/pastefromword/lang/sk.js | 0
.../plugins/pastefromword/lang/sl.js | 0
.../plugins/pastefromword/lang/sq.js | 0
.../plugins/pastefromword/lang/sr-latn.js | 0
.../plugins/pastefromword/lang/sr.js | 0
.../plugins/pastefromword/lang/sv.js | 0
.../plugins/pastefromword/lang/th.js | 0
.../plugins/pastefromword/lang/tr.js | 0
.../plugins/pastefromword/lang/tt.js | 0
.../plugins/pastefromword/lang/ug.js | 0
.../plugins/pastefromword/lang/uk.js | 0
.../plugins/pastefromword/lang/vi.js | 0
.../plugins/pastefromword/lang/zh-cn.js | 0
.../plugins/pastefromword/lang/zh.js | 0
.../plugins/pastefromword/plugin.js | 0
.../pastetext/icons/hidpi/pastetext-rtl.png | Bin
.../pastetext/icons/hidpi/pastetext.png | Bin
.../plugins/pastetext/icons/pastetext-rtl.png | Bin
.../plugins/pastetext/icons/pastetext.png | Bin
.../plugins/pastetext/lang/af.js | 0
.../plugins/pastetext/lang/ar.js | 0
.../plugins/pastetext/lang/bg.js | 0
.../plugins/pastetext/lang/bn.js | 0
.../plugins/pastetext/lang/bs.js | 0
.../plugins/pastetext/lang/ca.js | 0
.../plugins/pastetext/lang/cs.js | 0
.../plugins/pastetext/lang/cy.js | 0
.../plugins/pastetext/lang/da.js | 0
.../plugins/pastetext/lang/de.js | 0
.../plugins/pastetext/lang/el.js | 0
.../plugins/pastetext/lang/en-au.js | 0
.../plugins/pastetext/lang/en-ca.js | 0
.../plugins/pastetext/lang/en-gb.js | 0
.../plugins/pastetext/lang/en.js | 0
.../plugins/pastetext/lang/eo.js | 0
.../plugins/pastetext/lang/es.js | 0
.../plugins/pastetext/lang/et.js | 0
.../plugins/pastetext/lang/eu.js | 8 +
.../plugins/pastetext/lang/fa.js | 0
.../plugins/pastetext/lang/fi.js | 0
.../plugins/pastetext/lang/fo.js | 0
.../plugins/pastetext/lang/fr-ca.js | 0
.../plugins/pastetext/lang/fr.js | 0
.../plugins/pastetext/lang/gl.js | 0
.../plugins/pastetext/lang/gu.js | 0
.../plugins/pastetext/lang/he.js | 0
.../plugins/pastetext/lang/hi.js | 0
.../plugins/pastetext/lang/hr.js | 0
.../plugins/pastetext/lang/hu.js | 0
.../plugins/pastetext/lang/id.js | 0
.../plugins/pastetext/lang/is.js | 0
.../plugins/pastetext/lang/it.js | 0
.../plugins/pastetext/lang/ja.js | 0
.../plugins/pastetext/lang/ka.js | 0
.../plugins/pastetext/lang/km.js | 0
.../plugins/pastetext/lang/ko.js | 0
.../plugins/pastetext/lang/ku.js | 0
.../plugins/pastetext/lang/lt.js | 0
.../plugins/pastetext/lang/lv.js | 0
.../plugins/pastetext/lang/mk.js | 0
.../plugins/pastetext/lang/mn.js | 0
.../plugins/pastetext/lang/ms.js | 0
.../plugins/pastetext/lang/nb.js | 0
.../plugins/pastetext/lang/nl.js | 0
.../plugins/pastetext/lang/no.js | 0
.../plugins/pastetext/lang/pl.js | 0
.../plugins/pastetext/lang/pt-br.js | 0
.../plugins/pastetext/lang/pt.js | 0
.../plugins/pastetext/lang/ro.js | 0
.../plugins/pastetext/lang/ru.js | 0
.../plugins/pastetext/lang/si.js | 0
.../plugins/pastetext/lang/sk.js | 0
.../plugins/pastetext/lang/sl.js | 0
.../plugins/pastetext/lang/sq.js | 0
.../plugins/pastetext/lang/sr-latn.js | 0
.../plugins/pastetext/lang/sr.js | 0
.../plugins/pastetext/lang/sv.js | 0
.../plugins/pastetext/lang/th.js | 0
.../plugins/pastetext/lang/tr.js | 0
.../plugins/pastetext/lang/tt.js | 0
.../plugins/pastetext/lang/ug.js | 0
.../plugins/pastetext/lang/uk.js | 0
.../plugins/pastetext/lang/vi.js | 0
.../plugins/pastetext/lang/zh-cn.js | 0
.../plugins/pastetext/lang/zh.js | 0
.../plugins/pastetext/plugin.js | 0
.../plugins/placeholder/dev/placeholder.html | 0
.../placeholder/dialogs/placeholder.js | 0
.../placeholder/icons/hidpi/placeholder.png | Bin
.../plugins/placeholder/icons/placeholder.png | Bin
.../plugins/placeholder/lang/af.js | 0
.../plugins/placeholder/lang/ar.js | 0
.../plugins/placeholder/lang/bg.js | 0
.../plugins/placeholder/lang/ca.js | 0
.../plugins/placeholder/lang/cs.js | 0
.../plugins/placeholder/lang/cy.js | 0
.../plugins/placeholder/lang/da.js | 0
.../plugins/placeholder/lang/de.js | 0
.../plugins/placeholder/lang/el.js | 0
.../plugins/placeholder/lang/en-gb.js | 0
.../plugins/placeholder/lang/en.js | 0
.../plugins/placeholder/lang/eo.js | 0
.../plugins/placeholder/lang/es.js | 0
.../plugins/placeholder/lang/et.js | 0
.../plugins/placeholder/lang/eu.js | 12 +
.../plugins/placeholder/lang/fa.js | 0
.../plugins/placeholder/lang/fi.js | 0
.../plugins/placeholder/lang/fr-ca.js | 0
.../plugins/placeholder/lang/fr.js | 0
.../plugins/placeholder/lang/gl.js | 0
.../plugins/placeholder/lang/he.js | 0
.../plugins/placeholder/lang/hr.js | 0
.../plugins/placeholder/lang/hu.js | 0
.../plugins/placeholder/lang/id.js | 12 +
.../plugins/placeholder/lang/it.js | 0
.../plugins/placeholder/lang/ja.js | 0
.../plugins/placeholder/lang/km.js | 0
.../plugins/placeholder/lang/ko.js | 0
.../plugins/placeholder/lang/ku.js | 0
.../plugins/placeholder/lang/lv.js | 0
.../plugins/placeholder/lang/nb.js | 0
.../plugins/placeholder/lang/nl.js | 0
.../plugins/placeholder/lang/no.js | 0
.../plugins/placeholder/lang/pl.js | 0
.../plugins/placeholder/lang/pt-br.js | 0
.../plugins/placeholder/lang/pt.js | 0
.../plugins/placeholder/lang/ru.js | 0
.../plugins/placeholder/lang/si.js | 0
.../plugins/placeholder/lang/sk.js | 0
.../plugins/placeholder/lang/sl.js | 0
.../plugins/placeholder/lang/sq.js | 0
.../plugins/placeholder/lang/sv.js | 0
.../plugins/placeholder/lang/th.js | 0
.../plugins/placeholder/lang/tr.js | 0
.../plugins/placeholder/lang/tt.js | 0
.../plugins/placeholder/lang/ug.js | 12 +
.../plugins/placeholder/lang/uk.js | 0
.../plugins/placeholder/lang/vi.js | 0
.../plugins/placeholder/lang/zh-cn.js | 0
.../plugins/placeholder/lang/zh.js | 0
.../plugins/placeholder/plugin.js | 0
.../placeholder/samples/placeholder.html | 0
.../ckeditor_4.5.6}/plugins/popup/plugin.js | 0
.../preview/icons/hidpi/preview-rtl.png | Bin
.../plugins/preview/icons/hidpi/preview.png | Bin
.../plugins/preview/icons/preview-rtl.png | Bin
.../plugins/preview/icons/preview.png | Bin
.../plugins/preview/lang/af.js | 0
.../plugins/preview/lang/ar.js | 0
.../plugins/preview/lang/bg.js | 0
.../plugins/preview/lang/bn.js | 0
.../plugins/preview/lang/bs.js | 0
.../plugins/preview/lang/ca.js | 0
.../plugins/preview/lang/cs.js | 0
.../plugins/preview/lang/cy.js | 0
.../plugins/preview/lang/da.js | 0
.../plugins/preview/lang/de.js | 0
.../plugins/preview/lang/el.js | 0
.../plugins/preview/lang/en-au.js | 0
.../plugins/preview/lang/en-ca.js | 0
.../plugins/preview/lang/en-gb.js | 0
.../plugins/preview/lang/en.js | 0
.../plugins/preview/lang/eo.js | 0
.../plugins/preview/lang/es.js | 0
.../plugins/preview/lang/et.js | 0
.../plugins/preview/lang/eu.js | 0
.../plugins/preview/lang/fa.js | 0
.../plugins/preview/lang/fi.js | 0
.../plugins/preview/lang/fo.js | 0
.../plugins/preview/lang/fr-ca.js | 0
.../plugins/preview/lang/fr.js | 0
.../plugins/preview/lang/gl.js | 0
.../plugins/preview/lang/gu.js | 0
.../plugins/preview/lang/he.js | 0
.../plugins/preview/lang/hi.js | 0
.../plugins/preview/lang/hr.js | 0
.../plugins/preview/lang/hu.js | 0
.../plugins/preview/lang/id.js | 0
.../plugins/preview/lang/is.js | 0
.../plugins/preview/lang/it.js | 0
.../plugins/preview/lang/ja.js | 0
.../plugins/preview/lang/ka.js | 0
.../plugins/preview/lang/km.js | 0
.../plugins/preview/lang/ko.js | 0
.../plugins/preview/lang/ku.js | 0
.../plugins/preview/lang/lt.js | 0
.../plugins/preview/lang/lv.js | 0
.../plugins/preview/lang/mk.js | 0
.../plugins/preview/lang/mn.js | 0
.../plugins/preview/lang/ms.js | 0
.../plugins/preview/lang/nb.js | 0
.../plugins/preview/lang/nl.js | 0
.../plugins/preview/lang/no.js | 0
.../plugins/preview/lang/pl.js | 0
.../plugins/preview/lang/pt-br.js | 0
.../plugins/preview/lang/pt.js | 0
.../plugins/preview/lang/ro.js | 0
.../plugins/preview/lang/ru.js | 0
.../plugins/preview/lang/si.js | 0
.../plugins/preview/lang/sk.js | 0
.../plugins/preview/lang/sl.js | 0
.../plugins/preview/lang/sq.js | 0
.../plugins/preview/lang/sr-latn.js | 0
.../plugins/preview/lang/sr.js | 0
.../plugins/preview/lang/sv.js | 0
.../plugins/preview/lang/th.js | 0
.../plugins/preview/lang/tr.js | 0
.../plugins/preview/lang/tt.js | 0
.../plugins/preview/lang/ug.js | 0
.../plugins/preview/lang/uk.js | 0
.../plugins/preview/lang/vi.js | 0
.../plugins/preview/lang/zh-cn.js | 0
.../plugins/preview/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/preview/plugin.js | 0
.../plugins/preview/preview.html | 0
.../plugins/print/icons/hidpi/print.png | Bin
.../plugins/print/icons/print.png | Bin
.../ckeditor_4.5.6}/plugins/print/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/el.js | 0
.../plugins/print/lang/en-au.js | 0
.../plugins/print/lang/en-ca.js | 0
.../plugins/print/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/et.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/eu.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/fo.js | 0
.../plugins/print/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/pl.js | 0
.../plugins/print/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/sq.js | 0
.../plugins/print/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/vi.js | 0
.../plugins/print/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/print/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/print/plugin.js | 0
.../removeformat/icons/hidpi/removeformat.png | Bin
.../removeformat/icons/removeformat.png | Bin
.../plugins/removeformat/lang/af.js | 0
.../plugins/removeformat/lang/ar.js | 0
.../plugins/removeformat/lang/bg.js | 0
.../plugins/removeformat/lang/bn.js | 0
.../plugins/removeformat/lang/bs.js | 0
.../plugins/removeformat/lang/ca.js | 0
.../plugins/removeformat/lang/cs.js | 0
.../plugins/removeformat/lang/cy.js | 0
.../plugins/removeformat/lang/da.js | 0
.../plugins/removeformat/lang/de.js | 0
.../plugins/removeformat/lang/el.js | 0
.../plugins/removeformat/lang/en-au.js | 0
.../plugins/removeformat/lang/en-ca.js | 0
.../plugins/removeformat/lang/en-gb.js | 0
.../plugins/removeformat/lang/en.js | 0
.../plugins/removeformat/lang/eo.js | 0
.../plugins/removeformat/lang/es.js | 0
.../plugins/removeformat/lang/et.js | 0
.../plugins/removeformat/lang/eu.js | 7 +
.../plugins/removeformat/lang/fa.js | 0
.../plugins/removeformat/lang/fi.js | 0
.../plugins/removeformat/lang/fo.js | 0
.../plugins/removeformat/lang/fr-ca.js | 0
.../plugins/removeformat/lang/fr.js | 0
.../plugins/removeformat/lang/gl.js | 0
.../plugins/removeformat/lang/gu.js | 0
.../plugins/removeformat/lang/he.js | 0
.../plugins/removeformat/lang/hi.js | 0
.../plugins/removeformat/lang/hr.js | 0
.../plugins/removeformat/lang/hu.js | 0
.../plugins/removeformat/lang/id.js | 0
.../plugins/removeformat/lang/is.js | 0
.../plugins/removeformat/lang/it.js | 0
.../plugins/removeformat/lang/ja.js | 0
.../plugins/removeformat/lang/ka.js | 0
.../plugins/removeformat/lang/km.js | 0
.../plugins/removeformat/lang/ko.js | 0
.../plugins/removeformat/lang/ku.js | 0
.../plugins/removeformat/lang/lt.js | 0
.../plugins/removeformat/lang/lv.js | 0
.../plugins/removeformat/lang/mk.js | 0
.../plugins/removeformat/lang/mn.js | 0
.../plugins/removeformat/lang/ms.js | 0
.../plugins/removeformat/lang/nb.js | 0
.../plugins/removeformat/lang/nl.js | 0
.../plugins/removeformat/lang/no.js | 0
.../plugins/removeformat/lang/pl.js | 0
.../plugins/removeformat/lang/pt-br.js | 0
.../plugins/removeformat/lang/pt.js | 0
.../plugins/removeformat/lang/ro.js | 0
.../plugins/removeformat/lang/ru.js | 0
.../plugins/removeformat/lang/si.js | 0
.../plugins/removeformat/lang/sk.js | 0
.../plugins/removeformat/lang/sl.js | 0
.../plugins/removeformat/lang/sq.js | 0
.../plugins/removeformat/lang/sr-latn.js | 0
.../plugins/removeformat/lang/sr.js | 0
.../plugins/removeformat/lang/sv.js | 0
.../plugins/removeformat/lang/th.js | 0
.../plugins/removeformat/lang/tr.js | 0
.../plugins/removeformat/lang/tt.js | 0
.../plugins/removeformat/lang/ug.js | 0
.../plugins/removeformat/lang/uk.js | 7 +
.../plugins/removeformat/lang/vi.js | 0
.../plugins/removeformat/lang/zh-cn.js | 0
.../plugins/removeformat/lang/zh.js | 0
.../plugins/removeformat/plugin.js | 0
.../ckeditor_4.5.6/plugins/resize/plugin.js | 187 +
.../plugins/richcombo/plugin.js | 0
.../plugins/save/icons/hidpi/save.png | Bin
.../plugins/save/icons/save.png | Bin
.../ckeditor_4.5.6}/plugins/save/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/el.js | 0
.../plugins/save/lang/en-au.js | 0
.../plugins/save/lang/en-ca.js | 0
.../plugins/save/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/et.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/eu.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/fo.js | 0
.../plugins/save/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/pl.js | 0
.../plugins/save/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/sq.js | 0
.../plugins/save/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/vi.js | 0
.../plugins/save/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/save/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/save/plugin.js | 0
.../selectall/icons/hidpi/selectall.png | Bin
.../plugins/selectall/icons/selectall.png | Bin
.../plugins/selectall/lang/af.js | 0
.../plugins/selectall/lang/ar.js | 0
.../plugins/selectall/lang/bg.js | 0
.../plugins/selectall/lang/bn.js | 0
.../plugins/selectall/lang/bs.js | 0
.../plugins/selectall/lang/ca.js | 0
.../plugins/selectall/lang/cs.js | 0
.../plugins/selectall/lang/cy.js | 0
.../plugins/selectall/lang/da.js | 0
.../plugins/selectall/lang/de.js | 0
.../plugins/selectall/lang/el.js | 0
.../plugins/selectall/lang/en-au.js | 0
.../plugins/selectall/lang/en-ca.js | 0
.../plugins/selectall/lang/en-gb.js | 0
.../plugins/selectall/lang/en.js | 0
.../plugins/selectall/lang/eo.js | 0
.../plugins/selectall/lang/es.js | 0
.../plugins/selectall/lang/et.js | 0
.../plugins/selectall/lang/eu.js | 0
.../plugins/selectall/lang/fa.js | 0
.../plugins/selectall/lang/fi.js | 0
.../plugins/selectall/lang/fo.js | 0
.../plugins/selectall/lang/fr-ca.js | 0
.../plugins/selectall/lang/fr.js | 0
.../plugins/selectall/lang/gl.js | 0
.../plugins/selectall/lang/gu.js | 0
.../plugins/selectall/lang/he.js | 0
.../plugins/selectall/lang/hi.js | 0
.../plugins/selectall/lang/hr.js | 0
.../plugins/selectall/lang/hu.js | 0
.../plugins/selectall/lang/id.js | 0
.../plugins/selectall/lang/is.js | 0
.../plugins/selectall/lang/it.js | 0
.../plugins/selectall/lang/ja.js | 0
.../plugins/selectall/lang/ka.js | 0
.../plugins/selectall/lang/km.js | 0
.../plugins/selectall/lang/ko.js | 0
.../plugins/selectall/lang/ku.js | 0
.../plugins/selectall/lang/lt.js | 0
.../plugins/selectall/lang/lv.js | 0
.../plugins/selectall/lang/mk.js | 0
.../plugins/selectall/lang/mn.js | 0
.../plugins/selectall/lang/ms.js | 0
.../plugins/selectall/lang/nb.js | 0
.../plugins/selectall/lang/nl.js | 0
.../plugins/selectall/lang/no.js | 0
.../plugins/selectall/lang/pl.js | 0
.../plugins/selectall/lang/pt-br.js | 0
.../plugins/selectall/lang/pt.js | 0
.../plugins/selectall/lang/ro.js | 0
.../plugins/selectall/lang/ru.js | 0
.../plugins/selectall/lang/si.js | 0
.../plugins/selectall/lang/sk.js | 0
.../plugins/selectall/lang/sl.js | 0
.../plugins/selectall/lang/sq.js | 0
.../plugins/selectall/lang/sr-latn.js | 0
.../plugins/selectall/lang/sr.js | 0
.../plugins/selectall/lang/sv.js | 0
.../plugins/selectall/lang/th.js | 0
.../plugins/selectall/lang/tr.js | 0
.../plugins/selectall/lang/tt.js | 0
.../plugins/selectall/lang/ug.js | 0
.../plugins/selectall/lang/uk.js | 0
.../plugins/selectall/lang/vi.js | 0
.../plugins/selectall/lang/zh-cn.js | 0
.../plugins/selectall/lang/zh.js | 0
.../plugins/selectall/plugin.js | 0
.../plugins/sharedspace/plugin.js | 148 +
.../sharedspace/samples/sharedspace.html | 0
.../showblocks/icons/hidpi/showblocks-rtl.png | Bin
.../showblocks/icons/hidpi/showblocks.png | Bin
.../showblocks/icons/showblocks-rtl.png | Bin
.../plugins/showblocks/icons/showblocks.png | Bin
.../showblocks/images/block_address.png | Bin
.../showblocks/images/block_blockquote.png | Bin
.../plugins/showblocks/images/block_div.png | Bin
.../plugins/showblocks/images/block_h1.png | Bin
.../plugins/showblocks/images/block_h2.png | Bin
.../plugins/showblocks/images/block_h3.png | Bin
.../plugins/showblocks/images/block_h4.png | Bin
.../plugins/showblocks/images/block_h5.png | Bin
.../plugins/showblocks/images/block_h6.png | Bin
.../plugins/showblocks/images/block_p.png | Bin
.../plugins/showblocks/images/block_pre.png | Bin
.../plugins/showblocks/lang/af.js | 0
.../plugins/showblocks/lang/ar.js | 0
.../plugins/showblocks/lang/bg.js | 0
.../plugins/showblocks/lang/bn.js | 0
.../plugins/showblocks/lang/bs.js | 0
.../plugins/showblocks/lang/ca.js | 0
.../plugins/showblocks/lang/cs.js | 0
.../plugins/showblocks/lang/cy.js | 0
.../plugins/showblocks/lang/da.js | 0
.../plugins/showblocks/lang/de.js | 0
.../plugins/showblocks/lang/el.js | 0
.../plugins/showblocks/lang/en-au.js | 0
.../plugins/showblocks/lang/en-ca.js | 0
.../plugins/showblocks/lang/en-gb.js | 0
.../plugins/showblocks/lang/en.js | 0
.../plugins/showblocks/lang/eo.js | 0
.../plugins/showblocks/lang/es.js | 0
.../plugins/showblocks/lang/et.js | 0
.../plugins/showblocks/lang/eu.js | 7 +
.../plugins/showblocks/lang/fa.js | 0
.../plugins/showblocks/lang/fi.js | 0
.../plugins/showblocks/lang/fo.js | 0
.../plugins/showblocks/lang/fr-ca.js | 0
.../plugins/showblocks/lang/fr.js | 0
.../plugins/showblocks/lang/gl.js | 0
.../plugins/showblocks/lang/gu.js | 0
.../plugins/showblocks/lang/he.js | 0
.../plugins/showblocks/lang/hi.js | 0
.../plugins/showblocks/lang/hr.js | 0
.../plugins/showblocks/lang/hu.js | 0
.../plugins/showblocks/lang/id.js | 0
.../plugins/showblocks/lang/is.js | 0
.../plugins/showblocks/lang/it.js | 0
.../plugins/showblocks/lang/ja.js | 0
.../plugins/showblocks/lang/ka.js | 0
.../plugins/showblocks/lang/km.js | 0
.../plugins/showblocks/lang/ko.js | 0
.../plugins/showblocks/lang/ku.js | 0
.../plugins/showblocks/lang/lt.js | 0
.../plugins/showblocks/lang/lv.js | 0
.../plugins/showblocks/lang/mk.js | 0
.../plugins/showblocks/lang/mn.js | 0
.../plugins/showblocks/lang/ms.js | 0
.../plugins/showblocks/lang/nb.js | 0
.../plugins/showblocks/lang/nl.js | 0
.../plugins/showblocks/lang/no.js | 0
.../plugins/showblocks/lang/pl.js | 0
.../plugins/showblocks/lang/pt-br.js | 0
.../plugins/showblocks/lang/pt.js | 0
.../plugins/showblocks/lang/ro.js | 0
.../plugins/showblocks/lang/ru.js | 0
.../plugins/showblocks/lang/si.js | 0
.../plugins/showblocks/lang/sk.js | 0
.../plugins/showblocks/lang/sl.js | 0
.../plugins/showblocks/lang/sq.js | 0
.../plugins/showblocks/lang/sr-latn.js | 0
.../plugins/showblocks/lang/sr.js | 0
.../plugins/showblocks/lang/sv.js | 0
.../plugins/showblocks/lang/th.js | 0
.../plugins/showblocks/lang/tr.js | 0
.../plugins/showblocks/lang/tt.js | 0
.../plugins/showblocks/lang/ug.js | 0
.../plugins/showblocks/lang/uk.js | 0
.../plugins/showblocks/lang/vi.js | 0
.../plugins/showblocks/lang/zh-cn.js | 0
.../plugins/showblocks/lang/zh.js | 0
.../plugins/showblocks/plugin.js | 0
.../plugins/showborders/plugin.js | 0
.../plugins/smiley/dialogs/smiley.js | 0
.../plugins/smiley/icons/hidpi/smiley.png | Bin
.../plugins/smiley/icons/smiley.png | Bin
.../plugins/smiley/images/angel_smile.gif | Bin
.../plugins/smiley/images/angel_smile.png | Bin
.../plugins/smiley/images/angry_smile.gif | Bin
.../plugins/smiley/images/angry_smile.png | Bin
.../plugins/smiley/images/broken_heart.gif | Bin
.../plugins/smiley/images/broken_heart.png | Bin
.../plugins/smiley/images/confused_smile.gif | Bin
.../plugins/smiley/images/confused_smile.png | Bin
.../plugins/smiley/images/cry_smile.gif | Bin
.../plugins/smiley/images/cry_smile.png | Bin
.../plugins/smiley/images/devil_smile.gif | Bin
.../plugins/smiley/images/devil_smile.png | Bin
.../smiley/images/embaressed_smile.gif | Bin
.../smiley/images/embarrassed_smile.gif | Bin
.../smiley/images/embarrassed_smile.png | Bin
.../plugins/smiley/images/envelope.gif | Bin
.../plugins/smiley/images/envelope.png | Bin
.../plugins/smiley/images/heart.gif | Bin
.../plugins/smiley/images/heart.png | Bin
.../plugins/smiley/images/kiss.gif | Bin
.../plugins/smiley/images/kiss.png | Bin
.../plugins/smiley/images/lightbulb.gif | Bin
.../plugins/smiley/images/lightbulb.png | Bin
.../plugins/smiley/images/omg_smile.gif | Bin
.../plugins/smiley/images/omg_smile.png | Bin
.../plugins/smiley/images/regular_smile.gif | Bin
.../plugins/smiley/images/regular_smile.png | Bin
.../plugins/smiley/images/sad_smile.gif | Bin
.../plugins/smiley/images/sad_smile.png | Bin
.../plugins/smiley/images/shades_smile.gif | Bin
.../plugins/smiley/images/shades_smile.png | Bin
.../plugins/smiley/images/teeth_smile.gif | Bin
.../plugins/smiley/images/teeth_smile.png | Bin
.../plugins/smiley/images/thumbs_down.gif | Bin
.../plugins/smiley/images/thumbs_down.png | Bin
.../plugins/smiley/images/thumbs_up.gif | Bin
.../plugins/smiley/images/thumbs_up.png | Bin
.../plugins/smiley/images/tongue_smile.gif | Bin
.../plugins/smiley/images/tongue_smile.png | Bin
.../plugins/smiley/images/tounge_smile.gif | Bin
.../images/whatchutalkingabout_smile.gif | Bin
.../images/whatchutalkingabout_smile.png | Bin
.../plugins/smiley/images/wink_smile.gif | Bin
.../plugins/smiley/images/wink_smile.png | Bin
.../ckeditor_4.5.6}/plugins/smiley/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/el.js | 0
.../plugins/smiley/lang/en-au.js | 0
.../plugins/smiley/lang/en-ca.js | 0
.../plugins/smiley/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/et.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/eu.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/fo.js | 0
.../plugins/smiley/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/pl.js | 0
.../plugins/smiley/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/sq.js | 0
.../plugins/smiley/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/vi.js | 0
.../plugins/smiley/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/smiley/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/smiley/plugin.js | 0
.../sourcearea/icons/hidpi/source-rtl.png | Bin
.../plugins/sourcearea/icons/hidpi/source.png | Bin
.../plugins/sourcearea/icons/source-rtl.png | Bin
.../plugins/sourcearea/icons/source.png | Bin
.../plugins/sourcearea/lang/af.js | 0
.../plugins/sourcearea/lang/ar.js | 0
.../plugins/sourcearea/lang/bg.js | 0
.../plugins/sourcearea/lang/bn.js | 0
.../plugins/sourcearea/lang/bs.js | 0
.../plugins/sourcearea/lang/ca.js | 0
.../plugins/sourcearea/lang/cs.js | 0
.../plugins/sourcearea/lang/cy.js | 0
.../plugins/sourcearea/lang/da.js | 0
.../plugins/sourcearea/lang/de.js | 0
.../plugins/sourcearea/lang/el.js | 0
.../plugins/sourcearea/lang/en-au.js | 0
.../plugins/sourcearea/lang/en-ca.js | 0
.../plugins/sourcearea/lang/en-gb.js | 0
.../plugins/sourcearea/lang/en.js | 0
.../plugins/sourcearea/lang/eo.js | 0
.../plugins/sourcearea/lang/es.js | 0
.../plugins/sourcearea/lang/et.js | 0
.../plugins/sourcearea/lang/eu.js | 7 +
.../plugins/sourcearea/lang/fa.js | 0
.../plugins/sourcearea/lang/fi.js | 0
.../plugins/sourcearea/lang/fo.js | 0
.../plugins/sourcearea/lang/fr-ca.js | 0
.../plugins/sourcearea/lang/fr.js | 0
.../plugins/sourcearea/lang/gl.js | 0
.../plugins/sourcearea/lang/gu.js | 0
.../plugins/sourcearea/lang/he.js | 0
.../plugins/sourcearea/lang/hi.js | 0
.../plugins/sourcearea/lang/hr.js | 0
.../plugins/sourcearea/lang/hu.js | 0
.../plugins/sourcearea/lang/id.js | 0
.../plugins/sourcearea/lang/is.js | 0
.../plugins/sourcearea/lang/it.js | 0
.../plugins/sourcearea/lang/ja.js | 0
.../plugins/sourcearea/lang/ka.js | 0
.../plugins/sourcearea/lang/km.js | 0
.../plugins/sourcearea/lang/ko.js | 0
.../plugins/sourcearea/lang/ku.js | 0
.../plugins/sourcearea/lang/lt.js | 0
.../plugins/sourcearea/lang/lv.js | 0
.../plugins/sourcearea/lang/mk.js | 0
.../plugins/sourcearea/lang/mn.js | 0
.../plugins/sourcearea/lang/ms.js | 0
.../plugins/sourcearea/lang/nb.js | 0
.../plugins/sourcearea/lang/nl.js | 0
.../plugins/sourcearea/lang/no.js | 0
.../plugins/sourcearea/lang/pl.js | 0
.../plugins/sourcearea/lang/pt-br.js | 0
.../plugins/sourcearea/lang/pt.js | 0
.../plugins/sourcearea/lang/ro.js | 0
.../plugins/sourcearea/lang/ru.js | 0
.../plugins/sourcearea/lang/si.js | 0
.../plugins/sourcearea/lang/sk.js | 0
.../plugins/sourcearea/lang/sl.js | 0
.../plugins/sourcearea/lang/sq.js | 0
.../plugins/sourcearea/lang/sr-latn.js | 0
.../plugins/sourcearea/lang/sr.js | 0
.../plugins/sourcearea/lang/sv.js | 0
.../plugins/sourcearea/lang/th.js | 0
.../plugins/sourcearea/lang/tr.js | 0
.../plugins/sourcearea/lang/tt.js | 0
.../plugins/sourcearea/lang/ug.js | 0
.../plugins/sourcearea/lang/uk.js | 0
.../plugins/sourcearea/lang/vi.js | 0
.../plugins/sourcearea/lang/zh-cn.js | 0
.../plugins/sourcearea/lang/zh.js | 0
.../plugins/sourcearea/plugin.js | 0
.../sourcedialog/dialogs/sourcedialog.js | 0
.../icons/hidpi/sourcedialog-rtl.png | Bin
.../sourcedialog/icons/hidpi/sourcedialog.png | Bin
.../sourcedialog/icons/sourcedialog-rtl.png | Bin
.../sourcedialog/icons/sourcedialog.png | Bin
.../plugins/sourcedialog/lang/af.js | 0
.../plugins/sourcedialog/lang/ar.js | 0
.../plugins/sourcedialog/lang/bg.js | 0
.../plugins/sourcedialog/lang/bn.js | 0
.../plugins/sourcedialog/lang/bs.js | 0
.../plugins/sourcedialog/lang/ca.js | 0
.../plugins/sourcedialog/lang/cs.js | 0
.../plugins/sourcedialog/lang/cy.js | 0
.../plugins/sourcedialog/lang/da.js | 0
.../plugins/sourcedialog/lang/de.js | 0
.../plugins/sourcedialog/lang/el.js | 0
.../plugins/sourcedialog/lang/en-au.js | 0
.../plugins/sourcedialog/lang/en-ca.js | 0
.../plugins/sourcedialog/lang/en-gb.js | 0
.../plugins/sourcedialog/lang/en.js | 0
.../plugins/sourcedialog/lang/eo.js | 0
.../plugins/sourcedialog/lang/es.js | 0
.../plugins/sourcedialog/lang/et.js | 0
.../plugins/sourcedialog/lang/eu.js | 9 +
.../plugins/sourcedialog/lang/fa.js | 0
.../plugins/sourcedialog/lang/fi.js | 0
.../plugins/sourcedialog/lang/fo.js | 0
.../plugins/sourcedialog/lang/fr-ca.js | 0
.../plugins/sourcedialog/lang/fr.js | 0
.../plugins/sourcedialog/lang/gl.js | 0
.../plugins/sourcedialog/lang/gu.js | 0
.../plugins/sourcedialog/lang/he.js | 0
.../plugins/sourcedialog/lang/hi.js | 0
.../plugins/sourcedialog/lang/hr.js | 0
.../plugins/sourcedialog/lang/hu.js | 0
.../plugins/sourcedialog/lang/id.js | 0
.../plugins/sourcedialog/lang/is.js | 0
.../plugins/sourcedialog/lang/it.js | 0
.../plugins/sourcedialog/lang/ja.js | 0
.../plugins/sourcedialog/lang/ka.js | 0
.../plugins/sourcedialog/lang/km.js | 0
.../plugins/sourcedialog/lang/ko.js | 0
.../plugins/sourcedialog/lang/ku.js | 0
.../plugins/sourcedialog/lang/lt.js | 0
.../plugins/sourcedialog/lang/lv.js | 0
.../plugins/sourcedialog/lang/mn.js | 0
.../plugins/sourcedialog/lang/ms.js | 0
.../plugins/sourcedialog/lang/nb.js | 0
.../plugins/sourcedialog/lang/nl.js | 0
.../plugins/sourcedialog/lang/no.js | 0
.../plugins/sourcedialog/lang/pl.js | 0
.../plugins/sourcedialog/lang/pt-br.js | 0
.../plugins/sourcedialog/lang/pt.js | 0
.../plugins/sourcedialog/lang/ro.js | 0
.../plugins/sourcedialog/lang/ru.js | 0
.../plugins/sourcedialog/lang/si.js | 0
.../plugins/sourcedialog/lang/sk.js | 0
.../plugins/sourcedialog/lang/sl.js | 0
.../plugins/sourcedialog/lang/sq.js | 0
.../plugins/sourcedialog/lang/sr-latn.js | 0
.../plugins/sourcedialog/lang/sr.js | 0
.../plugins/sourcedialog/lang/sv.js | 0
.../plugins/sourcedialog/lang/th.js | 0
.../plugins/sourcedialog/lang/tr.js | 0
.../plugins/sourcedialog/lang/tt.js | 0
.../plugins/sourcedialog/lang/ug.js | 0
.../plugins/sourcedialog/lang/uk.js | 0
.../plugins/sourcedialog/lang/vi.js | 0
.../plugins/sourcedialog/lang/zh-cn.js | 0
.../plugins/sourcedialog/lang/zh.js | 0
.../plugins/sourcedialog/plugin.js | 0
.../sourcedialog/samples/sourcedialog.html | 0
.../dialogs/lang/_translationstatus.txt | 0
.../plugins/specialchar/dialogs/lang/af.js | 0
.../plugins/specialchar/dialogs/lang/ar.js | 0
.../plugins/specialchar/dialogs/lang/bg.js | 0
.../plugins/specialchar/dialogs/lang/ca.js | 0
.../plugins/specialchar/dialogs/lang/cs.js | 0
.../plugins/specialchar/dialogs/lang/cy.js | 0
.../plugins/specialchar/dialogs/lang/da.js | 0
.../plugins/specialchar/dialogs/lang/de.js | 0
.../plugins/specialchar/dialogs/lang/el.js | 0
.../plugins/specialchar/dialogs/lang/en-gb.js | 0
.../plugins/specialchar/dialogs/lang/en.js | 0
.../plugins/specialchar/dialogs/lang/eo.js | 0
.../plugins/specialchar/dialogs/lang/es.js | 0
.../plugins/specialchar/dialogs/lang/et.js | 0
.../plugins/specialchar/dialogs/lang/eu.js | 125 +
.../plugins/specialchar/dialogs/lang/fa.js | 0
.../plugins/specialchar/dialogs/lang/fi.js | 0
.../plugins/specialchar/dialogs/lang/fr-ca.js | 0
.../plugins/specialchar/dialogs/lang/fr.js | 125 +
.../plugins/specialchar/dialogs/lang/gl.js | 0
.../plugins/specialchar/dialogs/lang/he.js | 0
.../plugins/specialchar/dialogs/lang/hr.js | 0
.../plugins/specialchar/dialogs/lang/hu.js | 0
.../plugins/specialchar/dialogs/lang/id.js | 0
.../plugins/specialchar/dialogs/lang/it.js | 0
.../plugins/specialchar/dialogs/lang/ja.js | 0
.../plugins/specialchar/dialogs/lang/km.js | 0
.../plugins/specialchar/dialogs/lang/ko.js | 0
.../plugins/specialchar/dialogs/lang/ku.js | 0
.../plugins/specialchar/dialogs/lang/lt.js | 0
.../plugins/specialchar/dialogs/lang/lv.js | 0
.../plugins/specialchar/dialogs/lang/nb.js | 0
.../plugins/specialchar/dialogs/lang/nl.js | 0
.../plugins/specialchar/dialogs/lang/no.js | 0
.../plugins/specialchar/dialogs/lang/pl.js | 125 +
.../plugins/specialchar/dialogs/lang/pt-br.js | 0
.../plugins/specialchar/dialogs/lang/pt.js | 0
.../plugins/specialchar/dialogs/lang/ru.js | 0
.../plugins/specialchar/dialogs/lang/si.js | 0
.../plugins/specialchar/dialogs/lang/sk.js | 0
.../plugins/specialchar/dialogs/lang/sl.js | 0
.../plugins/specialchar/dialogs/lang/sq.js | 0
.../plugins/specialchar/dialogs/lang/sv.js | 0
.../plugins/specialchar/dialogs/lang/th.js | 0
.../plugins/specialchar/dialogs/lang/tr.js | 0
.../plugins/specialchar/dialogs/lang/tt.js | 0
.../plugins/specialchar/dialogs/lang/ug.js | 0
.../plugins/specialchar/dialogs/lang/uk.js | 0
.../plugins/specialchar/dialogs/lang/vi.js | 0
.../plugins/specialchar/dialogs/lang/zh-cn.js | 0
.../plugins/specialchar/dialogs/lang/zh.js | 0
.../specialchar/dialogs/specialchar.js | 0
.../specialchar/icons/hidpi/specialchar.png | Bin
.../plugins/specialchar/icons/specialchar.png | Bin
.../specialchar/lang/_translationstatus.txt | 0
.../plugins/specialchar/lang/af.js | 0
.../plugins/specialchar/lang/ar.js | 0
.../plugins/specialchar/lang/bg.js | 0
.../plugins/specialchar/lang/bn.js | 0
.../plugins/specialchar/lang/bs.js | 0
.../plugins/specialchar/lang/ca.js | 0
.../plugins/specialchar/lang/cs.js | 0
.../plugins/specialchar/lang/cy.js | 0
.../plugins/specialchar/lang/da.js | 0
.../plugins/specialchar/lang/de.js | 0
.../plugins/specialchar/lang/el.js | 0
.../plugins/specialchar/lang/en-au.js | 0
.../plugins/specialchar/lang/en-ca.js | 0
.../plugins/specialchar/lang/en-gb.js | 0
.../plugins/specialchar/lang/en.js | 0
.../plugins/specialchar/lang/eo.js | 0
.../plugins/specialchar/lang/es.js | 0
.../plugins/specialchar/lang/et.js | 0
.../plugins/specialchar/lang/eu.js | 9 +
.../plugins/specialchar/lang/fa.js | 0
.../plugins/specialchar/lang/fi.js | 0
.../plugins/specialchar/lang/fo.js | 0
.../plugins/specialchar/lang/fr-ca.js | 0
.../plugins/specialchar/lang/fr.js | 0
.../plugins/specialchar/lang/gl.js | 0
.../plugins/specialchar/lang/gu.js | 0
.../plugins/specialchar/lang/he.js | 0
.../plugins/specialchar/lang/hi.js | 0
.../plugins/specialchar/lang/hr.js | 0
.../plugins/specialchar/lang/hu.js | 0
.../plugins/specialchar/lang/id.js | 0
.../plugins/specialchar/lang/is.js | 0
.../plugins/specialchar/lang/it.js | 0
.../plugins/specialchar/lang/ja.js | 0
.../plugins/specialchar/lang/ka.js | 0
.../plugins/specialchar/lang/km.js | 0
.../plugins/specialchar/lang/ko.js | 0
.../plugins/specialchar/lang/ku.js | 0
.../plugins/specialchar/lang/lt.js | 0
.../plugins/specialchar/lang/lv.js | 0
.../plugins/specialchar/lang/mk.js | 0
.../plugins/specialchar/lang/mn.js | 0
.../plugins/specialchar/lang/ms.js | 0
.../plugins/specialchar/lang/nb.js | 0
.../plugins/specialchar/lang/nl.js | 0
.../plugins/specialchar/lang/no.js | 0
.../plugins/specialchar/lang/pl.js | 0
.../plugins/specialchar/lang/pt-br.js | 0
.../plugins/specialchar/lang/pt.js | 0
.../plugins/specialchar/lang/ro.js | 0
.../plugins/specialchar/lang/ru.js | 0
.../plugins/specialchar/lang/si.js | 0
.../plugins/specialchar/lang/sk.js | 0
.../plugins/specialchar/lang/sl.js | 0
.../plugins/specialchar/lang/sq.js | 0
.../plugins/specialchar/lang/sr-latn.js | 0
.../plugins/specialchar/lang/sr.js | 0
.../plugins/specialchar/lang/sv.js | 0
.../plugins/specialchar/lang/th.js | 0
.../plugins/specialchar/lang/tr.js | 0
.../plugins/specialchar/lang/tt.js | 0
.../plugins/specialchar/lang/ug.js | 0
.../plugins/specialchar/lang/uk.js | 0
.../plugins/specialchar/lang/vi.js | 0
.../plugins/specialchar/lang/zh-cn.js | 0
.../plugins/specialchar/lang/zh.js | 0
.../plugins/specialchar/plugin.js | 83 +
.../plugins/stylescombo/lang/af.js | 0
.../plugins/stylescombo/lang/ar.js | 0
.../plugins/stylescombo/lang/bg.js | 0
.../plugins/stylescombo/lang/bn.js | 0
.../plugins/stylescombo/lang/bs.js | 0
.../plugins/stylescombo/lang/ca.js | 0
.../plugins/stylescombo/lang/cs.js | 0
.../plugins/stylescombo/lang/cy.js | 0
.../plugins/stylescombo/lang/da.js | 0
.../plugins/stylescombo/lang/de.js | 0
.../plugins/stylescombo/lang/el.js | 0
.../plugins/stylescombo/lang/en-au.js | 0
.../plugins/stylescombo/lang/en-ca.js | 0
.../plugins/stylescombo/lang/en-gb.js | 0
.../plugins/stylescombo/lang/en.js | 0
.../plugins/stylescombo/lang/eo.js | 0
.../plugins/stylescombo/lang/es.js | 0
.../plugins/stylescombo/lang/et.js | 0
.../plugins/stylescombo/lang/eu.js | 11 +
.../plugins/stylescombo/lang/fa.js | 0
.../plugins/stylescombo/lang/fi.js | 0
.../plugins/stylescombo/lang/fo.js | 0
.../plugins/stylescombo/lang/fr-ca.js | 0
.../plugins/stylescombo/lang/fr.js | 0
.../plugins/stylescombo/lang/gl.js | 0
.../plugins/stylescombo/lang/gu.js | 0
.../plugins/stylescombo/lang/he.js | 0
.../plugins/stylescombo/lang/hi.js | 0
.../plugins/stylescombo/lang/hr.js | 0
.../plugins/stylescombo/lang/hu.js | 0
.../plugins/stylescombo/lang/id.js | 0
.../plugins/stylescombo/lang/is.js | 0
.../plugins/stylescombo/lang/it.js | 0
.../plugins/stylescombo/lang/ja.js | 0
.../plugins/stylescombo/lang/ka.js | 0
.../plugins/stylescombo/lang/km.js | 0
.../plugins/stylescombo/lang/ko.js | 0
.../plugins/stylescombo/lang/ku.js | 0
.../plugins/stylescombo/lang/lt.js | 0
.../plugins/stylescombo/lang/lv.js | 0
.../plugins/stylescombo/lang/mk.js | 0
.../plugins/stylescombo/lang/mn.js | 0
.../plugins/stylescombo/lang/ms.js | 0
.../plugins/stylescombo/lang/nb.js | 0
.../plugins/stylescombo/lang/nl.js | 0
.../plugins/stylescombo/lang/no.js | 0
.../plugins/stylescombo/lang/pl.js | 0
.../plugins/stylescombo/lang/pt-br.js | 0
.../plugins/stylescombo/lang/pt.js | 0
.../plugins/stylescombo/lang/ro.js | 0
.../plugins/stylescombo/lang/ru.js | 0
.../plugins/stylescombo/lang/si.js | 0
.../plugins/stylescombo/lang/sk.js | 0
.../plugins/stylescombo/lang/sl.js | 0
.../plugins/stylescombo/lang/sq.js | 0
.../plugins/stylescombo/lang/sr-latn.js | 0
.../plugins/stylescombo/lang/sr.js | 0
.../plugins/stylescombo/lang/sv.js | 0
.../plugins/stylescombo/lang/th.js | 0
.../plugins/stylescombo/lang/tr.js | 0
.../plugins/stylescombo/lang/tt.js | 0
.../plugins/stylescombo/lang/ug.js | 0
.../plugins/stylescombo/lang/uk.js | 0
.../plugins/stylescombo/lang/vi.js | 0
.../plugins/stylescombo/lang/zh-cn.js | 0
.../plugins/stylescombo/lang/zh.js | 0
.../plugins/stylescombo/plugin.js | 0
.../plugins/stylesheetparser/plugin.js | 158 +
.../samples/assets/sample.css | 0
.../samples/stylesheetparser.html | 0
.../lib/ckeditor_4.5.6/plugins/tab/plugin.js | 302 +
.../plugins/table/dialogs/table.js | 0
.../plugins/table/icons/hidpi/table.png | Bin
.../plugins/table/icons/table.png | Bin
.../ckeditor_4.5.6}/plugins/table/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/el.js | 0
.../plugins/table/lang/en-au.js | 0
.../plugins/table/lang/en-ca.js | 0
.../plugins/table/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/et.js | 0
.../ckeditor_4.5.6/plugins/table/lang/eu.js | 74 +
.../ckeditor_4.5.6}/plugins/table/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/fo.js | 0
.../plugins/table/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/pl.js | 0
.../plugins/table/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/sq.js | 0
.../plugins/table/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/vi.js | 0
.../plugins/table/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/table/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/table/plugin.js | 0
.../plugins/tableresize/dev/tableresize.html | 0
.../plugins/tableresize/plugin.js | 0
.../tableresize/samples/tableresize.html | 0
.../plugins/tabletools/dialogs/tableCell.js | 0
.../plugins/tabletools/plugin.js | 0
.../plugins/templates/dialogs/templates.css | 0
.../plugins/templates/dialogs/templates.js | 0
.../templates/icons/hidpi/templates-rtl.png | Bin
.../templates/icons/hidpi/templates.png | Bin
.../plugins/templates/icons/templates-rtl.png | Bin
.../plugins/templates/icons/templates.png | Bin
.../plugins/templates/lang/af.js | 0
.../plugins/templates/lang/ar.js | 0
.../plugins/templates/lang/bg.js | 0
.../plugins/templates/lang/bn.js | 0
.../plugins/templates/lang/bs.js | 0
.../plugins/templates/lang/ca.js | 0
.../plugins/templates/lang/cs.js | 0
.../plugins/templates/lang/cy.js | 0
.../plugins/templates/lang/da.js | 0
.../plugins/templates/lang/de.js | 0
.../plugins/templates/lang/el.js | 0
.../plugins/templates/lang/en-au.js | 0
.../plugins/templates/lang/en-ca.js | 0
.../plugins/templates/lang/en-gb.js | 0
.../plugins/templates/lang/en.js | 0
.../plugins/templates/lang/eo.js | 0
.../plugins/templates/lang/es.js | 0
.../plugins/templates/lang/et.js | 0
.../plugins/templates/lang/eu.js | 12 +
.../plugins/templates/lang/fa.js | 0
.../plugins/templates/lang/fi.js | 0
.../plugins/templates/lang/fo.js | 0
.../plugins/templates/lang/fr-ca.js | 0
.../plugins/templates/lang/fr.js | 0
.../plugins/templates/lang/gl.js | 0
.../plugins/templates/lang/gu.js | 0
.../plugins/templates/lang/he.js | 0
.../plugins/templates/lang/hi.js | 0
.../plugins/templates/lang/hr.js | 0
.../plugins/templates/lang/hu.js | 0
.../plugins/templates/lang/id.js | 0
.../plugins/templates/lang/is.js | 0
.../plugins/templates/lang/it.js | 0
.../plugins/templates/lang/ja.js | 0
.../plugins/templates/lang/ka.js | 0
.../plugins/templates/lang/km.js | 0
.../plugins/templates/lang/ko.js | 0
.../plugins/templates/lang/ku.js | 0
.../plugins/templates/lang/lt.js | 0
.../plugins/templates/lang/lv.js | 0
.../plugins/templates/lang/mk.js | 0
.../plugins/templates/lang/mn.js | 0
.../plugins/templates/lang/ms.js | 0
.../plugins/templates/lang/nb.js | 0
.../plugins/templates/lang/nl.js | 0
.../plugins/templates/lang/no.js | 0
.../plugins/templates/lang/pl.js | 0
.../plugins/templates/lang/pt-br.js | 0
.../plugins/templates/lang/pt.js | 0
.../plugins/templates/lang/ro.js | 0
.../plugins/templates/lang/ru.js | 0
.../plugins/templates/lang/si.js | 0
.../plugins/templates/lang/sk.js | 0
.../plugins/templates/lang/sl.js | 0
.../plugins/templates/lang/sq.js | 0
.../plugins/templates/lang/sr-latn.js | 0
.../plugins/templates/lang/sr.js | 0
.../plugins/templates/lang/sv.js | 0
.../plugins/templates/lang/th.js | 0
.../plugins/templates/lang/tr.js | 0
.../plugins/templates/lang/tt.js | 0
.../plugins/templates/lang/ug.js | 0
.../plugins/templates/lang/uk.js | 0
.../plugins/templates/lang/vi.js | 0
.../plugins/templates/lang/zh-cn.js | 0
.../plugins/templates/lang/zh.js | 0
.../plugins/templates/plugin.js | 0
.../plugins/templates/templates/default.js | 0
.../templates/templates/images/template1.gif | Bin
.../templates/templates/images/template2.gif | Bin
.../templates/templates/images/template3.gif | Bin
.../plugins/toolbar/lang/af.js | 0
.../plugins/toolbar/lang/ar.js | 0
.../plugins/toolbar/lang/bg.js | 0
.../plugins/toolbar/lang/bn.js | 0
.../plugins/toolbar/lang/bs.js | 0
.../plugins/toolbar/lang/ca.js | 0
.../plugins/toolbar/lang/cs.js | 0
.../plugins/toolbar/lang/cy.js | 0
.../plugins/toolbar/lang/da.js | 0
.../plugins/toolbar/lang/de.js | 0
.../plugins/toolbar/lang/el.js | 0
.../plugins/toolbar/lang/en-au.js | 0
.../plugins/toolbar/lang/en-ca.js | 0
.../plugins/toolbar/lang/en-gb.js | 0
.../plugins/toolbar/lang/en.js | 0
.../plugins/toolbar/lang/eo.js | 0
.../plugins/toolbar/lang/es.js | 0
.../plugins/toolbar/lang/et.js | 0
.../ckeditor_4.5.6/plugins/toolbar/lang/eu.js | 22 +
.../plugins/toolbar/lang/fa.js | 0
.../plugins/toolbar/lang/fi.js | 0
.../plugins/toolbar/lang/fo.js | 0
.../plugins/toolbar/lang/fr-ca.js | 0
.../plugins/toolbar/lang/fr.js | 0
.../plugins/toolbar/lang/gl.js | 0
.../plugins/toolbar/lang/gu.js | 0
.../plugins/toolbar/lang/he.js | 0
.../plugins/toolbar/lang/hi.js | 0
.../plugins/toolbar/lang/hr.js | 0
.../plugins/toolbar/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/toolbar/lang/id.js | 22 +
.../plugins/toolbar/lang/is.js | 0
.../plugins/toolbar/lang/it.js | 0
.../plugins/toolbar/lang/ja.js | 0
.../plugins/toolbar/lang/ka.js | 0
.../plugins/toolbar/lang/km.js | 0
.../plugins/toolbar/lang/ko.js | 0
.../plugins/toolbar/lang/ku.js | 0
.../plugins/toolbar/lang/lt.js | 0
.../plugins/toolbar/lang/lv.js | 0
.../plugins/toolbar/lang/mk.js | 0
.../plugins/toolbar/lang/mn.js | 0
.../plugins/toolbar/lang/ms.js | 0
.../plugins/toolbar/lang/nb.js | 0
.../plugins/toolbar/lang/nl.js | 0
.../plugins/toolbar/lang/no.js | 0
.../plugins/toolbar/lang/pl.js | 0
.../plugins/toolbar/lang/pt-br.js | 0
.../plugins/toolbar/lang/pt.js | 0
.../plugins/toolbar/lang/ro.js | 0
.../plugins/toolbar/lang/ru.js | 0
.../plugins/toolbar/lang/si.js | 0
.../plugins/toolbar/lang/sk.js | 0
.../plugins/toolbar/lang/sl.js | 0
.../plugins/toolbar/lang/sq.js | 0
.../plugins/toolbar/lang/sr-latn.js | 0
.../plugins/toolbar/lang/sr.js | 0
.../plugins/toolbar/lang/sv.js | 0
.../plugins/toolbar/lang/th.js | 0
.../plugins/toolbar/lang/tr.js | 0
.../plugins/toolbar/lang/tt.js | 0
.../plugins/toolbar/lang/ug.js | 0
.../plugins/toolbar/lang/uk.js | 0
.../plugins/toolbar/lang/vi.js | 0
.../plugins/toolbar/lang/zh-cn.js | 0
.../plugins/toolbar/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/toolbar/plugin.js | 803 +
.../plugins/toolbar/samples/toolbar.html | 0
.../plugins/uicolor/dialogs/uicolor.js | 0
.../plugins/uicolor/icons/hidpi/uicolor.png | Bin
.../plugins/uicolor/icons/uicolor.png | Bin
.../uicolor/lang/_translationstatus.txt | 0
.../plugins/uicolor/lang/af.js | 0
.../plugins/uicolor/lang/ar.js | 0
.../plugins/uicolor/lang/bg.js | 0
.../plugins/uicolor/lang/ca.js | 0
.../plugins/uicolor/lang/cs.js | 0
.../plugins/uicolor/lang/cy.js | 0
.../plugins/uicolor/lang/da.js | 0
.../plugins/uicolor/lang/de.js | 0
.../plugins/uicolor/lang/el.js | 0
.../plugins/uicolor/lang/en-gb.js | 0
.../plugins/uicolor/lang/en.js | 0
.../plugins/uicolor/lang/eo.js | 0
.../plugins/uicolor/lang/es.js | 0
.../plugins/uicolor/lang/et.js | 0
.../ckeditor_4.5.6/plugins/uicolor/lang/eu.js | 11 +
.../plugins/uicolor/lang/fa.js | 0
.../plugins/uicolor/lang/fi.js | 0
.../plugins/uicolor/lang/fr-ca.js | 0
.../plugins/uicolor/lang/fr.js | 0
.../plugins/uicolor/lang/gl.js | 0
.../plugins/uicolor/lang/he.js | 0
.../plugins/uicolor/lang/hr.js | 0
.../plugins/uicolor/lang/hu.js | 0
.../plugins/uicolor/lang/id.js | 0
.../plugins/uicolor/lang/it.js | 0
.../plugins/uicolor/lang/ja.js | 0
.../plugins/uicolor/lang/km.js | 0
.../plugins/uicolor/lang/ko.js | 0
.../plugins/uicolor/lang/ku.js | 0
.../plugins/uicolor/lang/lv.js | 0
.../plugins/uicolor/lang/mk.js | 0
.../plugins/uicolor/lang/nb.js | 0
.../plugins/uicolor/lang/nl.js | 0
.../plugins/uicolor/lang/no.js | 0
.../plugins/uicolor/lang/pl.js | 0
.../plugins/uicolor/lang/pt-br.js | 0
.../plugins/uicolor/lang/pt.js | 0
.../plugins/uicolor/lang/ru.js | 0
.../plugins/uicolor/lang/si.js | 0
.../plugins/uicolor/lang/sk.js | 0
.../plugins/uicolor/lang/sl.js | 0
.../plugins/uicolor/lang/sq.js | 0
.../plugins/uicolor/lang/sv.js | 0
.../plugins/uicolor/lang/tr.js | 0
.../plugins/uicolor/lang/tt.js | 0
.../plugins/uicolor/lang/ug.js | 0
.../plugins/uicolor/lang/uk.js | 0
.../plugins/uicolor/lang/vi.js | 0
.../plugins/uicolor/lang/zh-cn.js | 0
.../plugins/uicolor/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/uicolor/plugin.js | 0
.../plugins/uicolor/samples/uicolor.html | 0
.../plugins/uicolor/yui/assets/hue_bg.png | Bin
.../plugins/uicolor/yui/assets/hue_thumb.png | Bin
.../uicolor/yui/assets/picker_mask.png | Bin
.../uicolor/yui/assets/picker_thumb.png | Bin
.../plugins/uicolor/yui/assets/yui.css | 0
.../plugins/uicolor/yui/yui.js | 0
.../plugins/undo/dev/snapshot.html | 0
.../plugins/undo/icons/hidpi/redo-rtl.png | Bin
.../plugins/undo/icons/hidpi/redo.png | Bin
.../plugins/undo/icons/hidpi/undo-rtl.png | Bin
.../plugins/undo/icons/hidpi/undo.png | Bin
.../plugins/undo/icons/redo-rtl.png | Bin
.../plugins/undo/icons/redo.png | Bin
.../plugins/undo/icons/undo-rtl.png | Bin
.../plugins/undo/icons/undo.png | Bin
.../ckeditor_4.5.6}/plugins/undo/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/bn.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/bs.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/el.js | 0
.../plugins/undo/lang/en-au.js | 0
.../plugins/undo/lang/en-ca.js | 0
.../plugins/undo/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/es.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/et.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/eu.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/fo.js | 0
.../plugins/undo/lang/fr-ca.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/gu.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/hi.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/hu.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/id.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/is.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ka.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/lt.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/mk.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/mn.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ms.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/pl.js | 0
.../plugins/undo/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ro.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/si.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/sq.js | 0
.../plugins/undo/lang/sr-latn.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/sr.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/th.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/tt.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/ug.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/vi.js | 0
.../plugins/undo/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/undo/lang/zh.js | 0
.../ckeditor_4.5.6}/plugins/undo/plugin.js | 0
.../plugins/uploadimage/plugin.js | 119 +
.../plugins/uploadwidget/dev/cors.html | 0
.../uploadwidget/dev/filereaderplugin.js | 0
.../plugins/uploadwidget/dev/upload.html | 0
.../plugins/uploadwidget/lang/cs.js | 0
.../plugins/uploadwidget/lang/da.js | 0
.../plugins/uploadwidget/lang/de.js | 0
.../plugins/uploadwidget/lang/en.js | 0
.../plugins/uploadwidget/lang/eo.js | 0
.../plugins/uploadwidget/lang/eu.js | 12 +
.../plugins/uploadwidget/lang/fr.js | 0
.../plugins/uploadwidget/lang/gl.js | 0
.../plugins/uploadwidget/lang/hu.js | 0
.../plugins/uploadwidget/lang/id.js | 12 +
.../plugins/uploadwidget/lang/it.js | 0
.../plugins/uploadwidget/lang/ko.js | 0
.../plugins/uploadwidget/lang/ku.js | 0
.../plugins/uploadwidget/lang/nb.js | 0
.../plugins/uploadwidget/lang/nl.js | 0
.../plugins/uploadwidget/lang/pl.js | 0
.../plugins/uploadwidget/lang/pt-br.js | 0
.../plugins/uploadwidget/lang/ru.js | 0
.../plugins/uploadwidget/lang/sv.js | 0
.../plugins/uploadwidget/lang/tr.js | 0
.../plugins/uploadwidget/lang/ug.js | 12 +
.../plugins/uploadwidget/lang/uk.js | 12 +
.../plugins/uploadwidget/lang/zh-cn.js | 0
.../plugins/uploadwidget/lang/zh.js | 0
.../plugins/uploadwidget/plugin.js | 511 +
.../plugins/widget/dev/assets/contents.css | 0
.../plugins/widget/dev/assets/sample.jpg | Bin
.../widget/dev/assets/simplebox/contents.css | 0
.../dev/assets/simplebox/dialogs/simplebox.js | 0
.../dev/assets/simplebox/icons/simplebox.png | Bin
.../widget/dev/assets/simplebox/plugin.js | 0
.../plugins/widget/dev/console.js | 0
.../plugins/widget/dev/nestedwidgets.html | 0
.../plugins/widget/dev/widgetstyles.html | 0
.../plugins/widget/images/handle.png | Bin
.../ckeditor_4.5.6}/plugins/widget/lang/af.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/ar.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/bg.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/ca.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/cs.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/cy.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/da.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/de.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/el.js | 0
.../plugins/widget/lang/en-gb.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/en.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/eo.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/es.js | 0
.../ckeditor_4.5.6/plugins/widget/lang/eu.js | 7 +
.../ckeditor_4.5.6}/plugins/widget/lang/fa.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/fi.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/fr.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/gl.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/he.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/hr.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/hu.js | 0
.../ckeditor_4.5.6/plugins/widget/lang/id.js | 7 +
.../ckeditor_4.5.6}/plugins/widget/lang/it.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/ja.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/km.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/ko.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/ku.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/lv.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/nb.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/nl.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/no.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/pl.js | 0
.../plugins/widget/lang/pt-br.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/pt.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/ru.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/sk.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/sl.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/sq.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/sv.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/tr.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/tt.js | 0
.../ckeditor_4.5.6/plugins/widget/lang/ug.js | 7 +
.../ckeditor_4.5.6}/plugins/widget/lang/uk.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/vi.js | 0
.../plugins/widget/lang/zh-cn.js | 0
.../ckeditor_4.5.6}/plugins/widget/lang/zh.js | 0
.../ckeditor_4.5.6/plugins/widget/plugin.js | 3988 ++++
.../plugins/wysiwygarea/plugin.js | 708 +
.../plugins/wysiwygarea/samples/fullpage.html | 0
.../lib/ckeditor_4.5.6}/plugins/xml/plugin.js | 0
.../ckeditor_4.5.6/samples/css/samples.css | 1640 ++
.../samples/img/github-top.png | Bin
.../ckeditor_4.5.6}/samples/img/header-bg.png | Bin
.../samples/img/header-separator.png | Bin
.../lib/ckeditor_4.5.6}/samples/img/logo.png | Bin
.../samples/img/navigation-tip.png | Bin
.../lib/ckeditor_4.5.6}/samples/index.html | 0
.../lib/ckeditor_4.5.6}/samples/js/sample.js | 0
.../main/lib/ckeditor_4.5.6}/samples/js/sf.js | 0
.../ckeditor_4.5.6}/samples/less/custom.less | 0
.../ckeditor_4.5.6}/samples/less/samples.less | 0
.../lib/ckeditor_4.5.6}/samples/old/ajax.html | 0
.../lib/ckeditor_4.5.6}/samples/old/api.html | 0
.../ckeditor_4.5.6}/samples/old/appendto.html | 0
.../samples/old}/assets/inlineall/logo.png | Bin
.../old}/assets/outputxhtml/outputxhtml.css | 0
.../samples/old}/assets/posteddata.php | 0
.../samples/old}/assets/sample.jpg | Bin
.../old}/assets/uilanguages/languages.js | 0
.../samples/old/datafiltering.html | 0
.../samples/old/divreplace.html | 0
.../ckeditor_4.5.6}/samples/old/index.html | 0
.../samples/old/inlineall.html | 0
.../samples/old/inlinebycode.html | 0
.../samples/old/inlinetextarea.html | 0
.../ckeditor_4.5.6}/samples/old/jquery.html | 0
.../ckeditor_4.5.6}/samples/old/readonly.html | 0
.../samples/old/replacebyclass.html | 0
.../samples/old/replacebycode.html | 0
.../ckeditor_4.5.6}/samples/old/sample.css | 0
.../lib/ckeditor_4.5.6/samples/old}/sample.js | 0
.../samples/old/sample_posteddata.php | 0
.../ckeditor_4.5.6}/samples/old/tabindex.html | 0
.../ckeditor_4.5.6}/samples/old/uicolor.html | 0
.../samples/old/uilanguages.html | 0
.../samples/old/xhtmlstyle.html | 0
.../samples/toolbarconfigurator/bender.js | 0
.../toolbarconfigurator/css/fontello.css | 0
.../toolbarconfigurator/font/LICENSE.txt | 0
.../toolbarconfigurator/font/config.json | 0
.../toolbarconfigurator/font/fontello.eot | Bin
.../toolbarconfigurator/font/fontello.svg | 0
.../toolbarconfigurator/font/fontello.ttf | Bin
.../toolbarconfigurator/font/fontello.woff | Bin
.../samples/toolbarconfigurator/index.html | 0
.../js/abstracttoolbarmodifier.js | 0
.../js/fulltoolbareditor.js | 0
.../toolbarconfigurator/js/toolbarmodifier.js | 0
.../js/toolbartextmodifier.js | 0
.../toolbarconfigurator/less/base.less | 0
.../less/toolbarmodifier.less | 0
.../lib/codemirror/LICENSE | 0
.../lib/codemirror/README.md | 0
.../lib/codemirror/codemirror.css | 0
.../lib/codemirror/codemirror.js | 0
.../lib/codemirror/javascript.js | 0
.../lib/codemirror/neo.css | 0
.../lib/codemirror/show-hint.css | 0
.../lib/codemirror/show-hint.js | 0
.../samples/toolbarconfigurator/package.json | 0
.../samples/toolbarconfigurator/tests/one.js | 0
.../ckeditor_4.5.6}/skins/kama/colorpanel.css | 0
.../lib/ckeditor_4.5.6}/skins/kama/dialog.css | 0
.../ckeditor_4.5.6}/skins/kama/dialog_ie.css | 0
.../ckeditor_4.5.6}/skins/kama/dialog_ie7.css | 0
.../ckeditor_4.5.6}/skins/kama/dialog_ie8.css | 0
.../skins/kama/dialog_iequirks.css | 0
.../lib/ckeditor_4.5.6}/skins/kama/editor.css | 0
.../ckeditor_4.5.6}/skins/kama/editor_ie.css | 0
.../ckeditor_4.5.6}/skins/kama/editor_ie7.css | 0
.../ckeditor_4.5.6}/skins/kama/editor_ie8.css | 0
.../skins/kama/editor_iequirks.css | 0
.../skins/kama/elementspath.css | 0
.../skins/kama/icons/about.png | Bin
.../skins/kama/icons/anchor-rtl.png | Bin
.../skins/kama/icons/anchor.png | Bin
.../skins/kama/icons/bgcolor.png | Bin
.../skins/kama/icons/bidiltr.png | Bin
.../skins/kama/icons/bidirtl.png | Bin
.../skins/kama/icons/blockquote.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/bold.png | Bin
.../skins/kama/icons/bulletedlist-rtl.png | Bin
.../skins/kama/icons/bulletedlist.png | Bin
.../skins/kama/icons/button.png | Bin
.../skins/kama/icons/checkbox.png | Bin
.../skins/kama/icons/copy-rtl.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/copy.png | Bin
.../skins/kama/icons/creatediv.png | Bin
.../skins/kama/icons/cut-rtl.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/cut.png | Bin
.../skins/kama/icons/docprops-rtl.png | Bin
.../skins/kama/icons/docprops.png | Bin
.../skins/kama/icons/find-rtl.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/find.png | Bin
.../skins/kama/icons/flash.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/form.png | Bin
.../skins/kama/icons/hiddenfield.png | Bin
.../skins/kama/icons/horizontalrule.png | Bin
.../skins/kama/icons/icons.png | Bin
.../skins/kama/icons/iframe.png | Bin
.../skins/kama/icons/image.png | Bin
.../skins/kama/icons/imagebutton.png | Bin
.../skins/kama/icons/indent-rtl.png | Bin
.../skins/kama/icons/indent.png | Bin
.../skins/kama/icons/italic.png | Bin
.../skins/kama/icons/justifyblock.png | Bin
.../skins/kama/icons/justifycenter.png | Bin
.../skins/kama/icons/justifyleft.png | Bin
.../skins/kama/icons/justifyright.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/link.png | Bin
.../skins/kama/icons/maximize.png | Bin
.../skins/kama/icons/newpage-rtl.png | Bin
.../skins/kama/icons/newpage.png | Bin
.../skins/kama/icons/numberedlist-rtl.png | Bin
.../skins/kama/icons/numberedlist.png | Bin
.../skins/kama/icons/outdent-rtl.png | Bin
.../skins/kama/icons/outdent.png | Bin
.../skins/kama/icons/pagebreak-rtl.png | Bin
.../skins/kama/icons/pagebreak.png | Bin
.../skins/kama/icons/paste-rtl.png | Bin
.../skins/kama/icons/paste.png | Bin
.../skins/kama/icons/pastefromword-rtl.png | Bin
.../skins/kama/icons/pastefromword.png | Bin
.../skins/kama/icons/pastetext-rtl.png | Bin
.../skins/kama/icons/pastetext.png | Bin
.../skins/kama/icons/placeholder.png | Bin
.../skins/kama/icons/preview-rtl.png | Bin
.../skins/kama/icons/preview.png | Bin
.../skins/kama/icons/print.png | Bin
.../skins/kama/icons/radio.png | Bin
.../skins/kama/icons/redo-rtl.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/redo.png | Bin
.../skins/kama/icons/removeformat.png | Bin
.../skins/kama/icons/replace.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/save.png | Bin
.../skins/kama/icons/scayt.png | Bin
.../skins/kama/icons/select-rtl.png | Bin
.../skins/kama/icons/select.png | Bin
.../skins/kama/icons/selectall.png | Bin
.../skins/kama/icons/showblocks-rtl.png | Bin
.../skins/kama/icons/showblocks.png | Bin
.../skins/kama/icons/smiley.png | Bin
.../skins/kama/icons/source-rtl.png | Bin
.../skins/kama/icons/source.png | Bin
.../skins/kama/icons/specialchar.png | Bin
.../skins/kama/icons/spellchecker.png | Bin
.../skins/kama/icons/strike.png | Bin
.../skins/kama/icons/subscript.png | Bin
.../skins/kama/icons/superscript.png | Bin
.../skins/kama/icons/table.png | Bin
.../skins/kama/icons/templates-rtl.png | Bin
.../skins/kama/icons/templates.png | Bin
.../skins/kama/icons/textarea-rtl.png | Bin
.../skins/kama/icons/textarea.png | Bin
.../skins/kama/icons/textcolor.png | Bin
.../skins/kama/icons/textfield.png | Bin
.../skins/kama/icons/underline.png | Bin
.../skins/kama/icons/undo-rtl.png | Bin
.../ckeditor_4.5.6}/skins/kama/icons/undo.png | Bin
.../skins/kama/icons/unlink.png | Bin
.../skins/kama/images/dialog_sides.gif | Bin
.../skins/kama/images/dialog_sides.png | Bin
.../skins/kama/images/dialog_sides_rtl.png | Bin
.../skins/kama/images/mini.gif | Bin
.../skins/kama/images/spinner.gif | Bin
.../skins/kama/images/sprites.png | Bin
.../skins/kama/images/sprites_ie6.png | Bin
.../skins/kama/images/toolbar_start.gif | Bin
.../lib/ckeditor_4.5.6}/skins/kama/mainui.css | 0
.../lib/ckeditor_4.5.6}/skins/kama/menu.css | 0
.../skins/kama/notification.css | 0
.../lib/ckeditor_4.5.6}/skins/kama/panel.css | 0
.../ckeditor_4.5.6}/skins/kama/presets.css | 0
.../lib/ckeditor_4.5.6}/skins/kama/readme.md | 0
.../lib/ckeditor_4.5.6}/skins/kama/reset.css | 0
.../ckeditor_4.5.6}/skins/kama/richcombo.css | 0
.../lib/ckeditor_4.5.6}/skins/kama/skin.js | 0
.../ckeditor_4.5.6}/skins/kama/toolbar.css | 0
.../skins/moono/colorpanel.css | 0
.../skins/moono/dev/icons16.png | Bin
.../skins/moono/dev/icons16.svg | 0
.../skins/moono/dev/icons32.png | Bin
.../skins/moono/dev/icons32.svg | 0
.../skins/moono/dev/locations.json | 0
.../ckeditor_4.5.6}/skins/moono/dialog.css | 0
.../ckeditor_4.5.6}/skins/moono/dialog_ie.css | 0
.../skins/moono/dialog_ie7.css | 0
.../skins/moono/dialog_ie8.css | 0
.../skins/moono/dialog_iequirks.css | 0
.../ckeditor_4.5.6}/skins/moono/editor.css | 0
.../skins/moono/editor_gecko.css | 0
.../ckeditor_4.5.6}/skins/moono/editor_ie.css | 0
.../skins/moono/editor_ie7.css | 0
.../skins/moono/editor_ie8.css | 0
.../skins/moono/editor_iequirks.css | 0
.../skins/moono/elementspath.css | 0
.../skins/moono/images/arrow.png | Bin
.../skins/moono/images/close.png | Bin
.../skins/moono/images/hidpi/close.png | Bin
.../skins/moono/images/hidpi/lock-open.png | Bin
.../skins/moono/images/hidpi/lock.png | Bin
.../skins/moono/images/hidpi/refresh.png | Bin
.../skins/moono/images/lock-open.png | Bin
.../skins/moono/images/lock.png | Bin
.../skins/moono/images/refresh.png | Bin
.../skins/moono/images/spinner.gif | Bin
.../ckeditor_4.5.6}/skins/moono/mainui.css | 0
.../lib/ckeditor_4.5.6}/skins/moono/menu.css | 0
.../skins/moono/notification.css | 0
.../lib/ckeditor_4.5.6}/skins/moono/panel.css | 0
.../ckeditor_4.5.6}/skins/moono/presets.css | 0
.../lib/ckeditor_4.5.6}/skins/moono/readme.md | 0
.../lib/ckeditor_4.5.6}/skins/moono/reset.css | 0
.../ckeditor_4.5.6}/skins/moono/richcombo.css | 0
.../lib/ckeditor_4.5.6}/skins/moono/skin.js | 0
.../ckeditor_4.5.6}/skins/moono/toolbar.css | 0
.../src/main/lib/ckeditor_4.5.6}/styles.js | 0
.../src/main}/lib/jsTree_3.2.1/jstree.js | 0
.../jsTree_3.2.1/themes/default-dark/32px.png | Bin
.../jsTree_3.2.1/themes/default-dark/40px.png | Bin
.../themes/default-dark/style.css | 0
.../themes/default-dark/style.min.css | 0
.../themes/default-dark/throbber.gif | Bin
.../lib/jsTree_3.2.1}/themes/default/32px.png | Bin
.../lib/jsTree_3.2.1}/themes/default/40px.png | Bin
.../lib/jsTree_3.2.1/themes/default/style.css | 0
.../jsTree_3.2.1/themes/default/style.min.css | 0
.../jsTree_3.2.1}/themes/default/throbber.gif | Bin
modules/js-editor/src/test/index.html | 33 +
.../transformer/testTransformer.js | 254 +
.../testAknAuthorialNotePlugin.js | 2 +-
.../testAuthorialNoteWidget.js | 78 +
.../aknCitation/testAknCitationPlugin.js | 4 +-
.../aknCitations/testAknCitationsPlugin.js | 4 +-
.../aknHtmlTable/testAknHtmlPlugin.js | 2 +-
.../aknRecital/testAknRecitalPlugin.js | 75 +
.../aknRecitals/testAknRecitalsPlugin.js | 4 +-
.../testHierarchicalElementTransformer.js | 106 +-
.../testLeosMathematicalFormulaPlugin.js | 2 +-
.../testLeosNonEditablePlugin.js | 2 +-
.../leosSubScript/testLeosSubScriptPlugin.js | 2 +-
.../testLeosSuperScriptPlugin.js | 2 +-
.../transformer/testAttributeTransformer.js | 2 +-
.../unit/transformer/testConfigNormalizer.js | 2 +-
.../transformer/testFragmentTransformer.js | 2 +-
.../testTransformationConfigManager.js | 2 +-
.../testTransformationConfigResolver.js | 32 +-
.../unit/transformer/testTransformer.js | 113 +
.../js/editor/util/ckEditorFragmentFactory.js | 2 +-
.../editor/util/transformationsConfigUtil.js | 2 +-
modules/js-web/pom.xml | 149 +
.../js-web/src/etc/jasmine/specRunner.config | 9 +
modules/js-web/src/etc/jetty/web.xml | 66 +
.../js-web/src/etc/linters/jshintConfig.json | 26 +
.../src/main/assets/css/leos-nouislider.css | 21 +
.../main/assets}/css/leos-side-comments.css | 23 +-
.../src/main/assets/css/leos-sliderPins.css | 46 +
.../src/main/assets/img}/user.png | Bin
.../src/main/js/web/SliderPinsConnector.js | 24 +
.../src/main/js/web/SliderPinsExtension.js | 66 +
.../src/main/js/web/actionManagerConnector.js | 24 +
.../src/main/js/web/actionManagerExtension.js | 318 +
.../js-web/src/main/js/web/documentView.js | 21 +
.../src/main/js/web/documentViewWrapper.js | 26 +
.../js-web/src/main/js/web/feedbackView.js | 21 +
.../src/main/js/web/feedbackViewWrapper.js | 26 +
.../js-web/src/main/js/web/legacy/navigate.js | 49 +
.../src/main/js/web/legacy}/versionCompare.js | 2 +-
.../main/js/web/legalTextCommentsConnector.js | 24 +
.../main/js/web/legalTextCommentsExtension.js | 305 +
.../src/main/js/web/leosCommentTemplate.html | 11 +
.../src/main/js/web/leosWebBootstrap.js | 64 +
.../src/main/js/web/lockManagerConnector.js | 24 +
.../src/main/js/web/lockManagerExtension.js | 93 +
.../src/main/js/web/mathJaxConnector.js | 24 +
.../src/main/js/web/mathJaxExtension.js | 46 +
.../src/main/js/web/rangeSliderComponent.js | 114 +
.../src/main/js/web/rangeSliderConnector.js | 23 +
.../src/main/js/web/sideCommentsConnector.js | 24 +
.../src/main/js/web/sideCommentsExtension.js | 116 +
.../main/js/web/sliderPins/css/sliderPins.css | 37 +
.../main/js/web/sliderPins/js/sliderPins.js | 226 +
.../src/main/lib/bootstrap_3.3.6/config.json | 393 +
.../lib/bootstrap_3.3.6/css/bootstrap.css | 582 +
.../main/lib/bootstrap_3.3.6/js/popover.js | 108 +
.../main/lib/bootstrap_3.3.6/js/tooltip.js | 514 +
.../main/lib/emitter_1.2.0/README_LEOS.txt | 10 +
.../src/main/lib/emitter_1.2.0/index.js | 167 +
.../lib/noUiSlider_8.3.0/css/nouislider.css | 165 +
.../noUiSlider_8.3.0/css/nouislider.pips.css | 97 +
.../css/nouislider.tooltips.css | 22 +
.../lib/noUiSlider_8.3.0/js/nouislider.js | 1899 ++
.../main/lib/side-comments/README_LEOS.txt | 15 +
.../lib/side-comments/css/side-comments.css | 119 +
.../css/themes}/default-theme.css | 22 +-
.../side-comments/js/helpers/mobile-check.js | 13 +
.../src/main/lib/side-comments/js/main.js | 219 +
.../src/main/lib/side-comments/js/section.js | 271 +
.../lib/side-comments/templates/comment.html | 23 +
.../lib/side-comments/templates/section.html | 34 +
.../js-web/src/main/lib/wNumb_1.0.2/wNumb.js | 335 +
modules/model/pom.xml | 4 +-
.../leos/model/AbstractAuditableEntity.java | 2 +-
.../ec/leos/model/AbstractBaseEntity.java | 2 +-
.../europa/ec/leos/model/AuditableEntity.java | 2 +-
.../eu/europa/ec/leos/model/BaseEntity.java | 2 +-
.../ec/leos/model/content/LeosDocument.java | 2 +-
.../model/content/LeosDocumentProperties.java | 2 +-
.../ec/leos/model/content/LeosFile.java | 34 +-
.../model/content/LeosFileProperties.java | 6 +-
.../ec/leos/model/content/LeosFolder.java | 2 +-
.../model/content/LeosFolderProperties.java | 2 +-
.../ec/leos/model/content/LeosObject.java | 2 +-
.../model/content/LeosObjectProperties.java | 2 +-
.../ec/leos/model/content/LeosTypeId.java | 2 +-
.../leos/model/security/SecurityContext.java | 2 +-
.../europa/ec/leos/model/user/Department.java | 2 +-
.../europa/ec/leos/model/user/Permission.java | 2 +-
.../eu/europa/ec/leos/model/user/Role.java | 2 +-
.../eu/europa/ec/leos/model/user/User.java | 2 +-
.../java/eu/europa/ec/leos/vo/CommentVO.java | 2 +-
.../java/eu/europa/ec/leos/vo/MetaDataVO.java | 2 +-
.../ec/leos/vo/TableOfContentItemVO.java | 38 +-
.../java/eu/europa/ec/leos/vo/UserVO.java | 2 +-
.../eu/europa/ec/leos/vo/catalog/Catalog.java | 2 +-
.../ec/leos/vo/catalog/CatalogItem.java | 2 +-
.../ec/leos/vo/lock/LockActionInfo.java | 2 +-
.../eu/europa/ec/leos/vo/lock/LockData.java | 12 +-
.../eu/europa/ec/leos/vo/lock/LockLevel.java | 2 +-
.../src/main/resources/META-INF/orm-leos.xml | 15 -
.../resources/META-INF/persistence-leos.xml | 15 -
modules/pom.xml | 13 +-
modules/repositories/pom.xml | 4 +-
.../content/ContentRepository.java | 2 +-
.../content/ContentRepositoryImpl.java | 2 +-
.../support/cmis/CmisConstants.java | 2 +-
.../support/cmis/CmisSessionFactory.java | 2 +-
.../support/cmis/CmisSessionFactoryImpl.java | 2 +-
.../cmis/OperationContextProvider.java | 2 +-
.../support/cmis/StorageProperties.java | 2 +-
.../repositories/user/UserRepository.java | 2 +-
.../eu/europa/ec/leos/persistenceContext.xml | 0
.../eu/europa/ec/leos/repositoriesContext.xml | 15 -
.../content/ContentRepositoryImplTest.java | 2 +-
.../cmis/OperationContextProviderTest.java | 2 +-
.../repositories/user/UserRepositoryTest.java | 2 +-
modules/services/pom.xml | 8 +-
.../compare/ContentComparatorService.java | 7 +-
.../JavaDiffUtilContentComparator.java | 8 +-
.../compare/XMLContentComparator.java | 7 +-
.../leos/services/content/ArticleService.java | 23 +-
.../services/content/ArticleServiceImpl.java | 36 +-
.../leos/services/content/CommentService.java | 2 +-
.../services/content/CommentServiceImpl.java | 2 +-
.../services/content/ContentServiceImpl.java | 2 +-
.../services/content/DocumentService.java | 2 +-
.../leos/services/content/ElementService.java | 38 +
.../services/content/ElementServiceImpl.java | 71 +
.../services/content/PreambleService.java | 51 -
.../services/content/PreambleServiceImpl.java | 112 -
.../leos/services/content/RulesService.java | 2 +-
.../services/content/RulesServiceImpl.java | 2 +-
.../services/content/TemplateService.java | 2 +-
.../services/content/TemplateServiceImpl.java | 2 +-
.../services/content/WorkspaceService.java | 2 +-
.../converter/AbstractMapConverter.java | 2 +-
.../converter/DescriptionMapConverter.java | 2 +-
.../converter/LanguageMapConverter.java | 2 +-
.../content/converter/NameMapConverter.java | 2 +-
.../exception/LeosDocumentLockException.java | 2 +-
.../LeosPermissionDeniedException.java | 2 +-
.../services/format/FormatterService.java | 2 +-
.../services/format/FormatterServiceImpl.java | 2 +-
.../format/LocalLoadingUserAgent.java | 3 +-
.../locking/LockUpdateBroadcastListener.java | 2 +-
.../locking/LockUpdateBroadcaster.java | 2 +-
.../leos/services/locking/LockingService.java | 2 +-
.../services/locking/LockingServiceImpl.java | 2 +-
.../locking/handler/DocumentLockHandler.java | 2 +-
.../locking/handler/ElementLockHandler.java | 2 +-
.../services/locking/handler/LockHandler.java | 7 +-
.../locking/handler/LockHandlerFactory.java | 5 +-
.../locking/handler/ReadLockHandler.java | 2 +-
.../repository/EditableLockRepository.java | 2 +-
.../locking/repository/LockRepository.java | 2 +-
.../repository/ReadableRepository.java | 2 +-
.../leos/services/user/PermissionService.java | 2 +-
.../services/user/PermissionServiceImpl.java | 2 +-
.../ec/leos/services/user/UserService.java | 2 +-
.../leos/services/user/UserServiceImpl.java | 2 +-
.../eu/europa/ec/leos/servicesContext.xml | 15 -
.../content/ArticleServiceImplTest.java | 76 +-
.../content/CommentServiceImplTest.java | 2 +-
.../content/ContentServiceImplTest.java | 2 +-
.../content/ElementServiceImplTest.java | 220 +
.../content/PreambleServiceImplTest.java | 149 -
.../content/TemplateServiceImplTest.java | 2 +-
.../locking/LockingServiceImplTest.java | 2 +-
.../src/test/resources/logback-test.xml | 15 -
modules/support/pom.xml | 4 +-
.../ec/leos/support/ByteArrayBuilder.java | 2 +-
.../comparators/VersionComparator.java | 53 +
.../leos/support/log/SLF4JBridgeListener.java | 2 +-
.../log/SpringTransactionIndicator.java | 2 +-
.../ec/leos/support/web/GuiUtility.java | 6 +-
.../ec/leos/support/web/UrlBuilder.java | 2 +-
.../ec/leos/support/xml/IdGenerator.java | 2 +-
.../support/xml/TransformationManager.java | 6 +-
.../support/xml/VtdXmlContentProcessor.java | 47 +-
.../leos/support/xml/XmlCommentProcessor.java | 2 +-
.../leos/support/xml/XmlContentProcessor.java | 2 +-
.../europa/ec/leos/support/xml/XmlHelper.java | 2 +-
.../support/xml/XmlMetaDataProcessor.java | 2 +-
.../support/xml/XmlMetaDataProcessorImpl.java | 84 -
.../FreemarkerTransformationManager.java | 2 +-
.../xml/freemarker/XmlNodeModelHandler.java | 2 +-
.../ec/leos/support/xml/vtd/Element.java | 7 +-
.../ec/leos/support/xml/vtd/FragmentType.java | 7 +-
.../ec/leos/support/xml/vtd/IntHolder.java | 7 +-
.../ec/leos/support/xml/vtd/VTDHelper.java | 7 +-
.../eu/europa/ec/leos/freemarker.properties | 0
.../akn_article_actions_wrapper.ftl | 58 +
.../ec/leos}/freemarker/akn_document_view.ftl | 4 +-
.../ec/leos/freemarker/akn_feedback_view.ftl | 37 +
.../freemarker/akn_fragment_xml_wrapper.ftl | 68 +
.../leos}/freemarker/akn_generate_cover.ftl | 9 +-
.../ec/leos}/freemarker/akn_html_preview.ftl | 4 +-
.../ec/leos/freemarker/akn_html_wrapper.ftl | 80 +
.../akn_preamble_actions_wrapper.ftl | 50 +
.../ec/leos/freemarker/akn_xml_mapper.ftl | 132 +
.../ec/leos}/freemarker/bill_bookmark_pdf.ftl | 4 +-
.../europa/ec/leos}/freemarker/bill_toc.ftl | 4 +-
.../ec/leos}/freemarker/bill_toc_html.ftl | 4 +-
.../leos}/freemarker/set_global_variables.ftl | 4 +-
.../ec/leos/freemarkerContext.properties | 7 +
.../eu/europa/ec/leos/freemarkerContext.xml | 26 +
.../eu/europa/ec/leos/supportContext.xml | 15 -
.../comparators/VersionComparatorTest.java | 149 +
.../xml/VtdXmlContentProcessorTest.java | 306 +-
.../xml/XmlMetaDataProcessorImplTest.java | 83 -
modules/testSupport/pom.xml | 5 +-
.../europa/ec/leos/test/support/LeosTest.java | 2 +-
.../leos/test/support/model/ModelHelper.java | 2 +-
.../AbstractLeosRepositoryTest.java | 2 +-
.../repositories/ColumnAndValueCondition.java | 2 +-
.../support/repositories/InsertDbHelper.java | 2 +-
.../support/repositories/ReaderDbHelper.java | 2 +-
.../web/presenter/LeosPresenterTest.java | 2 +-
.../eu/europa/ec/leos/test-jdbc.properties | 10 +-
.../ec/leos/test-persistenceContext.xml | 15 -
.../ec/leos/test-repositoriesContext.xml | 15 -
modules/themes/pom.xml | 124 +
.../ec/leos/web/ui/themes/LeosTheme.java | 4 +-
.../europa/ec/leos/web/ui/themes/Themes.java | 3 +-
.../webapp/VAADIN/themes/decide/_common.scss | 62 +
.../VAADIN/themes/decide/_customization.scss | 64 +
.../webapp/VAADIN/themes/decide/addons.scss | 7 +
.../VAADIN/themes/decide/css/article_xml.css | 140 +
.../themes/decide/css/authnotes_xml.css | 108 +
.../VAADIN/themes/decide/css/bill_actions.css | 54 +
.../VAADIN/themes/decide/css/bill_xml.css | 371 +
.../VAADIN/themes/decide/css/changes_xml.css | 27 +
.../themes/decide/css/compare_styles.css | 82 +
.../VAADIN/themes/decide/css/cover_page.css | 75 +
.../VAADIN/themes/decide/css/data-hint.css | 227 +
.../decide/css/feedback-view-specific.css | 17 +
.../VAADIN/themes/decide/css/leosComments.css | 91 +
.../themes/decide/css/leosHighlight.css | 42 +
.../VAADIN/themes/decide/css/pdf_styles.css | 93 +
.../webapp/VAADIN/themes/decide/favicon.ico | Bin
.../themes/decide/fonts/Vaadin-Icons.eot | Bin
.../themes/decide/fonts/Vaadin-Icons.svg | 0
.../themes/decide/fonts/Vaadin-Icons.ttf | Bin
.../themes/decide/fonts/Vaadin-Icons.woff | Bin
.../VAADIN/themes/decide/icons/16/bell.png | Bin
.../themes/decide/icons/16/changes-on.png} | Bin
.../themes/decide/icons/16/chevron-down.png | Bin
.../themes/decide/icons/16/chevron-left.png | Bin
.../themes/decide/icons/16/chevron-right.png | Bin
.../themes/decide/icons/16/chevron-up.png | Bin
.../themes/decide/icons/16/compare-with.png | Bin
.../VAADIN/themes/decide/icons/16/cross.png | Bin
.../VAADIN/themes/decide/icons/16/dap.png | Bin
.../themes/decide/icons/16/development.png | Bin
.../themes/decide/icons/16/document-html.png | Bin
.../themes/decide/icons/16/document-pdf.png | Bin
.../themes/decide/icons/16/document-xml.png | Bin
.../themes/decide/icons/16/edit-text.png | Bin
.../themes/decide/icons/16/info-white.png | Bin
.../themes/decide/icons/16/info-yellow.png | Bin
.../themes/decide/icons/16/insert-after.png | Bin
.../themes/decide/icons/16/insert-before.png | Bin
.../themes/decide/icons/16/left-brace.png | Bin 0 -> 93 bytes
.../decide/icons/16/leosComment_color.png | Bin
.../themes/decide/icons/16/lock-black.png | Bin
.../themes/decide/icons/16/lock-yellow.png | Bin
.../VAADIN/themes/decide/icons/16/refresh.png | Bin
.../themes/decide/icons/16/right-brace.png | Bin 0 -> 114 bytes
.../themes/decide/icons/16/settings.png | Bin
.../themes/decide/icons/16/toc-edit.png | Bin
.../themes/decide}/icons/16/toc-left.png | Bin
.../VAADIN/themes/decide/icons/16/toc-off.png | Bin
.../VAADIN/themes/decide/icons/16/toc-on.png} | Bin
.../themes/decide}/icons/16/toc-right.png | Bin
.../themes/decide/icons/16/toc-tree.png | Bin
.../themes/decide/icons/16/tree-category.png | Bin
.../themes/decide/icons/16/tree-expand.png | Bin
.../themes/decide/icons/16/tree-template.png | Bin
.../VAADIN/themes/decide/icons/16/upload.png | Bin
.../themes/decide/icons/32/cross-circle.png | Bin
.../decide/icons/32/document-locked.png | Bin
.../themes/decide/icons/32/document.png | Bin
.../VAADIN/themes/decide/img/breadcrumb.gif | Bin
.../VAADIN/themes/decide/img/header_logo.png | Bin
.../webapp/VAADIN/themes/decide/img/house.png | Bin
.../decide/img/logo-ce-horizontal-en.png | Bin 0 -> 30820 bytes
.../VAADIN/themes/decide/img/logo_en.gif | Bin
.../themes/decide/layouts/HeaderTemplate.html | 24 +
.../themes/decide/scss/component/_card.scss | 1 +
.../decide/scss/component/_cardFilters.scss | 17 +-
.../decide/scss/component/_documentView.scss | 102 +
.../themes/decide/scss/component/_footer.scss | 1 +
.../themes/decide/scss/component/_header.scss | 178 +
.../scss/component/_repositoryView.scss | 1 +
.../decide/scss/component/_versionSlider.scss | 17 +
.../themes/decide/scss/component/_window.scss | 1 +
.../decide/scss/extension/_button-ext.scss | 34 +
.../decide/scss/extension/_menu-ext.scss | 13 +
.../scss/extension/_optiongroup-ext.scss | 21 +
.../webapp/VAADIN/themes/decide/styles.scss | 37 +
modules/ui/pom.xml | 275 +
.../js/LeosJavaScriptComponentConnector.java | 62 +
.../js/LeosJavaScriptConnectorHelper.java | 61 +
.../js/LeosJavaScriptExtensionConnector.java | 56 +
.../toc}/VTocRulesClientSideCriterion.java | 8 +-
.../web/event/NavigationRequestEvent.java | 2 +-
.../leos/web/event/NavigationUpdateEvent.java | 2 +-
.../ec/leos/web/event/NotificationEvent.java | 2 +-
.../event/component/EditTocRequestEvent.java | 2 +-
.../event/component/HeaderResizeEvent.java | 2 +-
.../component/LayoutChangeRequestEvent.java | 41 +
.../MarkedTextNavigationRequestEvent.java | 37 +
.../event/component/ReleaseAllLocksEvent.java | 2 +-
.../event/component/SplitPositionEvent.java | 42 +
.../component/VersionListRequestEvent.java | 18 +
.../component/VersionListResponseEvent.java | 29 +
.../leos/web/event/view/LeaveViewEvent.java | 2 +-
.../view/document/CloseDocumentEvent.java | 2 +-
.../view/document/CompareVersionEvent.java | 2 +-
.../document/CompareVersionRequestEvent.java | 2 +-
.../document/DeleteElementRequestEvent.java | 33 +
.../view/document/DocumentUpdatedEvent.java | 17 +
.../document/DownloadXmlRequestEvent.java | 2 +-
.../document/EditElementRequestEvent.java | 34 +
.../document/EditElementResponseEvent.java | 47 +
.../document/EditMetadataRequestEvent.java | 2 +-
.../view/document/EnterDocumentViewEvent.java | 2 +-
.../FetchCrossRefTocRequestEvent.java | 27 +
.../FetchCrossRefTocResponseEvent.java | 29 +
.../document/FetchElementRequestEvent.java | 33 +
.../document/FetchElementResponseEvent.java | 39 +
.../document/InsertElementRequestEvent.java | 44 +
.../document/LegalTextCommentToggleEvent.java | 19 +
.../document/MarkedContentRequestEvent.java | 40 +
.../view/document/RefreshDocumentEvent.java | 2 +-
.../view/document/RefreshElementEvent.java | 39 +
.../document/SaveElementRequestEvent.java | 41 +
.../view/feedback/CommentsAvailableEvent.java | 38 +
.../view/feedback/DeleteCommentEvent.java | 2 +-
.../view/feedback/EnterFeedbackViewEvent.java | 2 +-
.../view/feedback/InsertCommentEvent.java | 2 +-
.../view/feedback/LoadCommentsEvent.java | 18 +
.../view/feedback/UpdateCommentEvent.java | 2 +-
.../view/logout/EnterLogoutViewEvent.java | 2 +-
.../view/repository/DeleteDocumentEvent.java | 2 +-
.../repository/DeleteDocumentRequest.java | 2 +-
.../DocumentCreateWizardRequestEvent.java | 2 +-
.../view/repository/EditContributorEvent.java | 2 +-
.../repository/EditContributorRequest.java | 2 +-
.../repository/EnterRepositoryViewEvent.java | 2 +-
.../repository/RefreshDocumentListEvent.java | 2 +-
.../repository/RemoveContributorRequest.java | 2 +-
.../view/repository/SelectDocumentEvent.java | 2 +-
.../view/repository/StageChangeRequest.java | 2 +-
.../EnterUnauthorizedViewEvent.java | 2 +-
.../event/window/CloseElementEditorEvent.java | 28 +
.../window/CloseMetadataEditorEvent.java | 2 +-
.../web/event/window/CloseTocEditorEvent.java | 2 +-
.../window/SaveMetaDataRequestEvent.java | 2 +-
.../web/event/window/SaveTocRequestEvent.java | 2 +-
.../web/event/window/ShowVersionsEvent.java | 2 +-
.../CreateLeosDocumentRequestEvent.java | 2 +-
.../europa/ec/leos/web/model/DocumentVO.java | 2 +-
.../eu/europa/ec/leos/web/model/LockVO.java | 92 +
.../europa/ec/leos/web/model/SectionVO.java | 2 +-
.../ec/leos/web/model/TocAndAncestorsVO.java | 56 +
.../europa/ec/leos/web/model/TocItemVO.java | 2 +-
.../leos/web/presenter/AbstractPresenter.java | 2 +-
.../web/presenter/ComparisonPresenter.java | 142 +
.../leos/web/presenter/DocumentPresenter.java | 117 +-
.../leos/web/presenter/FeedbackPresenter.java | 42 +-
.../leos/web/presenter/LogoutPresenter.java | 2 +-
.../web/presenter/RepositoryPresenter.java | 2 +-
.../web/presenter/UnauthorizedPresenter.java | 2 +-
.../js/LeosJavaScriptComponentState.java | 23 +
.../js/LeosJavaScriptExtensionState.java | 23 +
.../shared/js/LeosJavaScriptServerRpc.java | 21 +
.../ec/leos/web/support/LeosCacheToken.java | 2 +-
.../leos/web/support/LeosSessionListener.java | 2 +-
.../ec/leos/web/support/LockHelper.java | 2 +-
.../web/support/LockNotificationManager.java | 2 +-
.../leos/web/support/NotificationManager.java | 2 +-
.../ec/leos/web/support/SessionAttribute.java | 2 +-
.../web/support/SessionExpiredListener.java | 2 +-
.../web/support/cfg/ConfigurationHelper.java | 2 +-
.../support/event/DeadEventLogSubscriber.java | 2 +-
.../leos/web/support/i18n/LanguageHelper.java | 2 +-
.../leos/web/support/i18n/MessageHelper.java | 2 +-
.../resources/StaticResourcesServlet.java | 166 +
.../vaadin/AuthenticationSessionListener.java | 28 +-
.../vaadin/EventBusSessionListener.java | 2 +-
.../vaadin/LeosBootstrapSessionListener.java | 82 +
.../vaadin/LeosSpringVaadinServlet.java | 2 +-
.../LeosSubscriberExceptionHandler.java | 8 +-
.../support/xml/DownloadStreamResource.java | 2 +-
.../java/eu/europa/ec/leos/web/ui/LeosUI.java | 2 +-
.../web/ui/component/LegalTextComponent.java | 414 +
.../ui/component/LegalTextPaneComponent.java | 237 +
.../ui/component/LeosJavaScriptComponent.java | 45 +
.../web/ui/component/MarkedTextComponent.java | 202 +
.../web/ui/component/MenuBarComponent.java | 251 +
.../ui/component/MetaDataFormComponent.java | 2 +-
.../ui/component/RangeSliderComponent.java | 128 +
.../web/ui/component/RangeSliderState.java | 23 +
.../ui/component/VersionListComponent.java | 2 +-
.../web/ui/component/VersionSliderPopup.java | 272 +
.../ec/leos/web/ui/component/card/Card.java | 2 +-
.../web/ui/component/card/CardFactory.java | 2 +-
.../web/ui/component/card/CardHolder.java | 2 +-
.../web/ui/component/card/DataController.java | 2 +-
.../web/ui/component/card/DynamicFilters.java | 5 +-
.../ui/component/card/ListTypeProperty.java | 2 +-
.../web/ui/component/card/RoleFilter.java | 5 +-
.../documentCard/ContributorList.java | 2 +-
.../component/documentCard/DocumentCard.java | 2 +-
.../documentCard/DocumentCardDesign.java | 2 +-
.../LangCodeToDescriptionConverter.java | 2 +-
.../documentCard/PropertyBoundButton.java | 2 +-
.../documentCard/StagePopupView.java | 2 +-
.../leos/web/ui/component/layout/Footer.java | 2 +-
.../leos/web/ui/component/layout/Header.java | 85 +-
.../ui/component/toc/EditTocDropHandler.java | 2 +-
.../web/ui/component/toc/EditTocTree.java | 2 +-
.../toc/TableOfContentComponent.java | 42 +-
.../web/ui/component/toc/TocKeyMapper.java | 2 +-
.../toc/TocRulesClientSideCriterion.java | 2 +-
.../ec/leos/web/ui/converter/CatalogUtil.java | 2 +-
.../web/ui/converter/StageIconConverter.java | 2 +-
.../web/ui/converter/StageValueConverter.java | 2 +-
.../TableOfContentItemConverter.java | 2 +-
.../ui/converter/UserDisplayConverter.java | 2 +-
.../ui/extension/ActionManagerExtension.java | 32 +
.../extension/LegalTextCommentsExtension.java | 77 +
.../ui/extension/LegalTextCommentsState.java | 23 +
.../web/ui/extension/LeosEditorExtension.java | 191 +
.../web/ui/extension/LeosEditorState.java | 21 +
.../ui/extension/LeosJavaScriptExtension.java | 45 +
.../ui/extension/LockManagerExtension.java | 70 +
.../web/ui/extension/LockManagerState.java | 25 +
.../extension/MarkedTextNavigationHelper.java | 34 +
.../web/ui/extension/MathJaxExtension.java | 49 +
.../ui/extension/SideCommentsExtension.java | 181 +
.../web/ui/extension/SideCommentsState.java | 28 +
.../leos/web/ui/extension/SliderPinState.java | 27 +
.../web/ui/extension/SliderPinsExtension.java | 79 +
.../ec/leos/web/ui/screen/LeosScreen.java | 2 +-
.../ec/leos/web/ui/screen/ViewSettings.java | 97 +
.../ui/screen/document/ColumnPosition.java | 18 +
.../ui/screen/document/DocumentViewImpl.java | 302 +
.../screen/document/DocumentViewSettings.java | 28 +
.../screen/external/ExternalLinkHandler.java | 2 +-
.../feedback/FeedbackMenuComponent.java | 122 +
.../ui/screen/feedback/FeedbackViewImpl.java | 51 +-
.../screen/feedback/FeedbackViewSettings.java | 5 +-
.../screen/repository/RepositoryViewImpl.java | 19 +-
.../ui/screen/security/LogoutViewImpl.java | 2 +-
.../screen/security/UnauthorizedViewImpl.java | 2 +-
.../AbstractEditChangeMonitorWindow.java | 2 +-
.../web/ui/window/AbstractEditWindow.java | 2 +-
.../ec/leos/web/ui/window/AbstractWindow.java | 2 +-
.../window/CompareDocumentVersionWindow.java | 20 +-
.../ec/leos/web/ui/window/DownloadWindow.java | 2 +-
.../web/ui/window/EditContributorWindow.java | 7 +-
.../web/ui/window/EditMetaDataWindow.java | 2 +-
.../ec/leos/web/ui/window/EditTocWindow.java | 8 +-
.../web/ui/window/VersionsListWindow.java | 12 +-
.../ec/leos/web/ui/wizard/AbstractWizard.java | 2 +-
.../ec/leos/web/ui/wizard/WizardStep.java | 2 +-
.../wizard/document/CreateDocumentWizard.java | 2 +-
.../document/DocumentCreateWizardVO.java | 2 +-
.../web/ui/wizard/document/MetaDataStep.java | 2 +-
.../document/TemplateSelectionStep.java | 12 +-
.../europa/ec/leos/web/view/DocumentView.java | 64 +
.../europa/ec/leos/web/view/FeedbackView.java | 6 +-
.../eu/europa/ec/leos/web/view/LeosView.java | 2 +-
.../europa/ec/leos/web/view/LogoutView.java | 2 +-
.../ec/leos/web/view/RepositoryView.java | 2 +-
.../ec/leos/web/view/UnauthorizedView.java | 2 +-
.../leos/web/view/subView/FilterSubView.java | 2 +-
.../ec/leos/web/view/subView/LeosSubView.java | 2 +-
.../documentCard/DocumentCardDesign.html | 51 +
.../resources}/messages/message.properties | 33 +-
.../ec/leos/web/support/LeosBuildInfo.java | 2 +-
.../web/presenter/DocumentPresenterTest.java | 974 +
.../web/presenter/FeedbackPresenterTest.java | 14 +-
.../web/presenter/LogoutPresenterTest.java | 2 +-
.../presenter/RepositoryPresenterTest.java | 2 +-
.../presenter/UnauthorizedPresenterTest.java | 2 +-
.../support/SessionExpiredListenerTest.java | 2 +-
modules/web-os/pom.xml | 210 +
.../{web => web-os}/src/etc/jetty/jetty.xml | 0
.../src/etc/jetty/realm.properties | 0
.../{web => web-os}/src/etc/js/jshint.conf.js | 0
.../src/etc/tomcat/context.xml | 0
.../src/etc/tomcat/tomcat-users.xml | 0
.../src/main/filters/leos.properties | 3 -
.../src/main/filters/local.properties | 0
.../eu/europa/ec/leos/application.properties | 12 +-
.../eu/europa/ec/leos/applicationContext.xml | 8 +-
.../src/main/resources/logback.xml | 0
.../messages/specific-message.properties | 25 +
.../web-os/src/main/webapp/WEB-INF/web.xml | 175 +
modules/web/pom.xml | 494 -
.../LeosUIComponentsStateUpdateEvent.java | 27 -
.../event/component/SplitPositionEvent.java | 32 -
.../web/event/component/TocPositionEvent.java | 35 -
.../document/DeleteArticleRequestEvent.java | 27 -
.../document/EditArticleRequestEvent.java | 28 -
.../document/EditCitationsRequestEvent.java | 28 -
.../document/EditRecitalsRequestEvent.java | 28 -
.../document/InsertArticleRequestEvent.java | 40 -
.../document/LoadCrossReferenceTocEvent.java | 34 -
.../document/LoadElementContentEvent.java | 40 -
.../document/SaveArticleRequestEvent.java | 34 -
.../document/SaveCitationsRequestEvent.java | 34 -
.../document/SaveRecitalsRequestEvent.java | 34 -
.../feedback/LoadExistingCommentsEvent.java | 18 -
.../event/window/CloseArticleEditorEvent.java | 28 -
.../window/CloseCitationsEditorEvent.java | 29 -
.../window/CloseRecitalsEditorEvent.java | 29 -
.../eu/europa/ec/leos/web/model/LockVO.java | 100 -
.../europa/ec/leos/web/model/TocItemsVO.java | 61 -
.../ec/leos/web/model/ViewSettings.java | 59 -
.../web/presenter/ComparisionPresenter.java | 118 -
.../leos/web/presenter/PreamblePresenter.java | 157 -
.../resources/StaticResourcesServlet.java | 165 -
.../vaadin/JsBootstrapSessionListener.java | 71 -
.../vaadin/PresenterSessionListener.java | 43 -
.../web/ui/component/CKEditorComponent.java | 281 -
.../leos/web/ui/component/CKEditorState.java | 86 -
.../web/ui/component/CommentsComponent.java | 169 -
.../leos/web/ui/component/CommentsState.java | 28 -
.../web/ui/component/LegalTextComponent.java | 410 -
.../ui/component/LegalTextPaneComponent.java | 150 -
.../web/ui/component/MenuBarComponent.java | 239 -
.../web/ui/component/SharedLockComponent.java | 48 -
.../web/ui/component/SharedLockState.java | 37 -
.../ui/screen/document/DocumentViewImpl.java | 362 -
.../screen/document/DocumentViewSettings.java | 20 -
.../web/ui/screen/document/TocPosition.java | 19 -
.../feedback/FeedbackMenuComponent.java | 137 -
.../leos/web/ui/window/EditArticleWindow.java | 132 -
.../web/ui/window/EditCitationsWindow.java | 124 -
.../web/ui/window/EditRecitalsWindow.java | 125 -
.../europa/ec/leos/web/view/DocumentView.java | 69 -
.../src/main/js/web/bootstrapLeosEditor.js | 27 -
.../js/web/connector/ckEditorConnector.js | 132 -
.../js/web/connector/commentsConnector.js | 28 -
.../js/web/connector/sharedLockConnector.js | 22 -
.../js/web/sideComments/css/side-comments.css | 134 -
.../main/js/web/sideComments/lib/emitter.js | 187 -
.../js/web/sideComments/lib/mobile-check.js | 35 -
.../src/main/js/web/sideComments/lib/text.js | 399 -
.../web/src/main/js/web/sideComments/main.js | 254 -
.../src/main/js/web/sideComments/section.js | 304 -
.../web/sideComments/sideCommentsBootstrap.js | 61 -
.../web/sideComments/templates/comment.html | 37 -
.../web/sideComments/templates/section.html | 52 -
modules/web/src/main/js/web/util/legaltext.js | 151 -
modules/web/src/main/js/web/util/navigate.js | 29 -
.../eu/europa/ec/leos/freemarkerContext.xml | 23 -
.../documentCard/DocumentCardDesign.html | 51 -
.../webapp/VAADIN/themes/decide/_common.scss | 62 -
.../VAADIN/themes/decide/_customization.scss | 103 -
.../webapp/VAADIN/themes/decide/addons.scss | 20 -
.../VAADIN/themes/decide/css/article_xml.css | 140 -
.../themes/decide/css/authnotes_xml.css | 108 -
.../VAADIN/themes/decide/css/bill_actions.css | 74 -
.../VAADIN/themes/decide/css/bill_xml.css | 374 -
.../themes/decide/css/compare_styles.css | 82 -
.../VAADIN/themes/decide/css/cover_page.css | 75 -
.../VAADIN/themes/decide/css/data-hint.css | 227 -
.../decide/css/feedback-view-specific.css | 17 -
.../themes/decide/css/leosHighlight.css | 42 -
.../VAADIN/themes/decide/css/pdf_styles.css | 93 -
.../themes/decide/icons/24/lock-yellow.png | Bin 1910 -> 0 bytes
.../decide/img/logo-ce-horizontal-en.png | Bin 18948 -> 0 bytes
.../themes/decide/layouts/HeaderTemplate.html | 40 -
.../decide/scss/component/_documentView.scss | 56 -
.../themes/decide/scss/component/_header.scss | 180 -
.../webapp/VAADIN/themes/decide/styles.css | 11383 ------------
.../webapp/VAADIN/themes/decide/styles.scss | 35 -
.../webapp/VAADIN/themes/leos/_common.scss | 62 -
.../webapp/VAADIN/themes/leos/addons.scss | 20 -
.../VAADIN/themes/leos/css/article_xml.css | 140 -
.../VAADIN/themes/leos/css/authnotes_xml.css | 108 -
.../VAADIN/themes/leos/css/bill_actions.css | 74 -
.../VAADIN/themes/leos/css/bill_xml.css | 374 -
.../VAADIN/themes/leos/css/compare_styles.css | 82 -
.../VAADIN/themes/leos/css/cover_page.css | 75 -
.../VAADIN/themes/leos/css/data-hint.css | 227 -
.../leos/css/feedback-view-specific.css | 17 -
.../VAADIN/themes/leos/css/leosHighlight.css | 42 -
.../VAADIN/themes/leos/css/pdf_styles.css | 93 -
.../leos/demo/demo_prototype_chart_01.png | Bin 11325 -> 0 bytes
.../webapp/VAADIN/themes/leos/favicon.ico | Bin 766 -> 0 bytes
.../VAADIN/themes/leos/fonts/Vaadin-Icons.eot | Bin 98736 -> 0 bytes
.../VAADIN/themes/leos/fonts/Vaadin-Icons.svg | 1090 --
.../VAADIN/themes/leos/fonts/Vaadin-Icons.ttf | Bin 98552 -> 0 bytes
.../themes/leos/fonts/Vaadin-Icons.woff | Bin 98632 -> 0 bytes
.../VAADIN/themes/leos/icons/16/bell.png | Bin 740 -> 0 bytes
.../themes/leos/icons/16/chevron-down.png | Bin 456 -> 0 bytes
.../themes/leos/icons/16/chevron-left.png | Bin 469 -> 0 bytes
.../themes/leos/icons/16/chevron-right.png | Bin 467 -> 0 bytes
.../themes/leos/icons/16/chevron-up.png | Bin 471 -> 0 bytes
.../themes/leos/icons/16/compare-with.png | Bin 458 -> 0 bytes
.../VAADIN/themes/leos/icons/16/cross.png | Bin 476 -> 0 bytes
.../VAADIN/themes/leos/icons/16/dap.png | Bin 806 -> 0 bytes
.../themes/leos/icons/16/development.png | Bin 547 -> 0 bytes
.../themes/leos/icons/16/document-html.png | Bin 702 -> 0 bytes
.../themes/leos/icons/16/document-pdf.png | Bin 703 -> 0 bytes
.../themes/leos/icons/16/document-xml.png | Bin 594 -> 0 bytes
.../VAADIN/themes/leos/icons/16/edit-text.png | Bin 445 -> 0 bytes
.../themes/leos/icons/16/info-white.png | Bin 644 -> 0 bytes
.../themes/leos/icons/16/info-yellow.png | Bin 688 -> 0 bytes
.../themes/leos/icons/16/insert-after.png | Bin 632 -> 0 bytes
.../themes/leos/icons/16/insert-before.png | Bin 631 -> 0 bytes
.../leos/icons/16/leosComment_color.png | Bin 625 -> 0 bytes
.../themes/leos/icons/16/lock-black.png | Bin 420 -> 0 bytes
.../themes/leos/icons/16/lock-yellow.png | Bin 1473 -> 0 bytes
.../VAADIN/themes/leos/icons/16/refresh.png | Bin 457 -> 0 bytes
.../VAADIN/themes/leos/icons/16/settings.png | Bin 736 -> 0 bytes
.../VAADIN/themes/leos/icons/16/toc-edit.png | Bin 597 -> 0 bytes
.../VAADIN/themes/leos/icons/16/toc-off.png | Bin 304 -> 0 bytes
.../VAADIN/themes/leos/icons/16/toc-tree.png | Bin 548 -> 0 bytes
.../themes/leos/icons/16/tree-category.png | Bin 632 -> 0 bytes
.../themes/leos/icons/16/tree-expand.png | Bin 1237 -> 0 bytes
.../themes/leos/icons/16/tree-template.png | Bin 385 -> 0 bytes
.../VAADIN/themes/leos/icons/16/upload.png | Bin 1574 -> 0 bytes
.../themes/leos/icons/24/lock-yellow.png | Bin 1910 -> 0 bytes
.../themes/leos/icons/32/cross-circle.png | Bin 3187 -> 0 bytes
.../themes/leos/icons/32/document-locked.png | Bin 1523 -> 0 bytes
.../VAADIN/themes/leos/icons/32/document.png | Bin 1031 -> 0 bytes
.../VAADIN/themes/leos/img/breadcrumb.gif | Bin 63 -> 0 bytes
.../VAADIN/themes/leos/img/header_logo.png | Bin 8963 -> 0 bytes
.../webapp/VAADIN/themes/leos/img/house.png | Bin 461 -> 0 bytes
.../themes/leos/img/logo-ce-horizontal-en.png | Bin 18948 -> 0 bytes
.../webapp/VAADIN/themes/leos/img/logo_en.gif | Bin 3852 -> 0 bytes
.../themes/leos/layouts/HeaderTemplate.html | 40 -
.../main/webapp/VAADIN/themes/leos/leos.scss | 101 -
.../themes/leos/scss/component/_header.scss | 179 -
.../leos/scss/component/buttonGroup.scss | 82 -
.../leos/scss/component/documentCard.scss | 204 -
.../leos/scss/component/filterSubView.scss | 97 -
.../themes/leos/scss/layout/footer.scss | 29 -
.../themes/leos/scss/layout/header.scss | 85 -
.../themes/leos/scss/layout/leosUI.scss | 29 -
.../themes/leos/scss/views/documentView.scss | 126 -
.../themes/leos/scss/views/feedbackView.scss | 18 -
.../leos/scss/views/repositoryView.scss | 34 -
.../leos/scss/views/unauthorizedView.scss | 25 -
.../themes/leos/scss/window/window.scss | 17 -
.../wizard/document/templateSelection.scss | 27 -
.../webapp/VAADIN/themes/leos/styles.scss | 62 -
.../akn_article_actions_wrapper.ftl | 71 -
.../WEB-INF/freemarker/akn_feedback_view.ftl | 23 -
.../freemarker/akn_fragment_xml_wrapper.ftl | 54 -
.../WEB-INF/freemarker/akn_html_wrapper.ftl | 90 -
.../akn_preamble_actions_wrapper.ftl | 73 -
.../WEB-INF/freemarker/akn_xml_mapper.ftl | 136 -
modules/web/src/main/webapp/WEB-INF/web.xml | 175 -
.../web/presenter/DocumentPresenterTest.java | 685 -
.../web/presenter/PreamblePresenterTest.java | 332 -
modules/webservices/pom.xml | 4 +-
.../webservices/rest/DocumentRestService.java | 2 +-
.../eu/europa/ec/leos/webServicesContext.xml | 6 +
modules/widgetset/pom.xml | 99 +
.../europa/ec/leos/web/LeosWidgetSet.gwt.xml | 12 +-
pom.xml | 283 +-
run-database.bat | 16 +-
run-leos.bat | 2 +-
.../README.txt | 2 +-
.../etc/jetty/realm.properties | 4 +
.../pom.xml | 9 +
.../server/LeosServiceFactoryImpl.java | 6 +-
.../FEEDBACK_copy-of_template-SJ-016.xml | 188 -
...CK_copy-of_template-SJ-016_open_source.xml | 189 +
.../FEEDBACK_copy-of_template-SJ-024.xml | 252 -
...CK_copy-of_template-SJ-024_open_source.xml | 253 +
.../leos/samples/copy-of-template-SJ-016.xml | 188 -
.../copy-of-template-SJ-016_open_source.xml | 189 +
.../leos/samples/copy-of-template-SJ-024.xml | 252 -
.../copy-of-template-SJ-024_open_source.xml | 253 +
.../main/resources/leos/templates/SJ-016.xml | 14 +-
.../main/resources/leos/templates/SJ-024.xml | 14 +-
.../main/resources/leos/templates/catalog.xml | 16 +-
.../src/main/resources/log4j.properties | 5 +-
.../WEB-INF/classes/repository.properties | 17 +-
.../src/main/webapp/WEB-INF/web.xml | 203 +
tools/database-h2/pom.xml | 62 +
.../src/main/sql/DDL/01.create_tables.sql | 2 +-
.../src/test/data/leos_user.csv | 0
tools/database/pom.xml | 62 -
tools/license/headers/scss_definition.xml | 2 +-
tools/pom.xml | 31 +
10662 files changed, 116249 insertions(+), 325699 deletions(-)
create mode 100644 .mvn/jvm.config
create mode 100644 .mvn/maven.config
create mode 100644 docs/HOWTO/08_Document_Viewer.txt
delete mode 100644 docs/HOWTO/08_Leos_editor.txt
create mode 100644 docs/HOWTO/09_Document_Table_of_Content.txt
create mode 100644 docs/HOWTO/10_Document_Changes_Pane.txt
delete mode 100644 docs/HOWTO/11_Compare_two_versions.txt
create mode 100644 docs/HOWTO/11_Leos_editor.txt
rename docs/HOWTO/{09_Articles.txt => 12_Articles.txt} (100%)
delete mode 100644 docs/HOWTO/12_Edit_metadata.txt
delete mode 100644 docs/HOWTO/13_Document_Table_of_Content.txt
rename docs/HOWTO/{10_Preview_document.txt => 13_Preview_document.txt} (100%)
delete mode 100644 docs/HOWTO/14_Collaborative_editing.txt
create mode 100644 docs/HOWTO/14_Edit_metadata.txt
delete mode 100644 docs/HOWTO/15_Comments_viewer.txt
create mode 100644 docs/HOWTO/15_Compare_two_versions.txt
create mode 100644 docs/HOWTO/16_Collaborative_editing.txt
create mode 100644 docs/HOWTO/17_Comments_viewer.txt
rename docs/HOWTO/{16_User Roles.txt => 18_User Roles.txt} (100%)
delete mode 100644 docs/HOWTO/1_Create_document.txt
delete mode 100644 docs/HOWTO/2_Open_document.txt
delete mode 100644 docs/HOWTO/3_Delete_document.txt
delete mode 100644 docs/HOWTO/4_Search_documents.txt
delete mode 100644 docs/HOWTO/5_Manage_contributors.txt
delete mode 100644 docs/HOWTO/6_Document_stages.txt
delete mode 100644 docs/HOWTO/7_Document_filters.txt
delete mode 100644 docs/HOWTO/9_Articles.txt
delete mode 100644 docs/HOWTO/User Roles.txt
create mode 100644 docs/ReleaseNotes_v3.0/ReleaseNotes_v3.0.txt
delete mode 100644 modules/editor/pom.xml
delete mode 100644 modules/editor/src/etc/jetty/webdefault.xml
delete mode 100644 modules/editor/src/etc/tomcat/web.xml
delete mode 100644 modules/editor/src/main/webapp/WEB-INF/web.xml
delete mode 100644 modules/editor/src/main/webapp/dev/leosEditor.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/core/leosUserInfo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/css/data-hint.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/css/jstree/themes/default/style.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/leosBootstrap.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/leosBootstrapConfig.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/CHANGES.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/LICENSE.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/README.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/adapters/jquery.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/contents.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/ckeditor_base.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/command.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/commanddefinition.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/config.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/creators/inline.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/creators/themedui.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dom/documentfragment.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dom/domobject.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dom/element.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dom/node.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dom/range.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dom/text.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dom/walker.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/dtd.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/editable.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/editor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/env.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/eventInfo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/filter.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/htmldataprocessor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/loader.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/resourcemanager.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/selection.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/skin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/style.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/tools.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/core/ui.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/dev/console/console.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/dev/console/console.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/dialogs/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/a11yhelp/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/about/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/about/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/about/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/about/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/autogrow/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/autogrow/samples/autogrow.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/basicstyles/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/basicstyles/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/basicstyles/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/bbcode/dev/bbcode.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/bbcode/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/bbcode/samples/bbcode.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/bidi/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/bidi/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/blockquote/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/button/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/clipboard/dev/clipboard.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/clipboard/dialogs/paste.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/clipboard/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/clipboard/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/clipboard/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/clipboard/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/codesnippet/samples/codesnippet.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colorbutton/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colorbutton/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colorbutton/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colorbutton/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colorbutton/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colorbutton/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colorbutton/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colordialog/dialogs/colordialog.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colordialog/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colordialog/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colordialog/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colordialog/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/colordialog/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/contextmenu/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/contextmenu/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/contextmenu/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/devtools/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/devtools/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/devtools/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/devtools/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/devtools/samples/devtools.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/dialog/dialogDefinition.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/dialog/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/dialog/samples/dialog.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/dialogui/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/div/dialogs/div.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/div/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/div/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/div/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/div/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/div/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/div/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/divarea/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/divarea/samples/divarea.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/docprops/samples/docprops.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/elementspath/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/elementspath/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/elementspath/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/enterkey/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/enterkey/samples/enterkey.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/fakeobjects/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/fakeobjects/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/fakeobjects/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/filebrowser/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/find/dialogs/find.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/find/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/find/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/find/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/find/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/find/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/flash/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/flash/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/flash/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/flash/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/flash/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/flash/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/floatingspace/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/floatpanel/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/font/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/font/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/font/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/font/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/format/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/format/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/format/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/format/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/button.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/checkbox.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/form.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/hiddenfield.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/radio.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/select.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/textarea.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/dialogs/textfield.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/icons/hiddenfield.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/images/hiddenfield.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/forms/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/horizontalrule/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/horizontalrule/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/htmlwriter/samples/outputforflash.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/htmlwriter/samples/outputhtml.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/iframe/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/iframe/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/iframe/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/iframe/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/iframe/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/dialogs/image.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/images/noimage.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/dev/image2.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/dialogs/image2.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/image2/samples/image2.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/indent/dev/indent.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/indent/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/indent/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/indentblock/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/indentlist/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/justify/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/language/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/language/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/language/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/lineutils/dev/dnd.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/lineutils/dev/magicfinger.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/lineutils/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/link/dialogs/link.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/link/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/link/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/link/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/link/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/link/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/link/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/list/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/list/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/list/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/list/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/list/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/liststyle/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/liststyle/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/liststyle/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/magicline/dev/magicline.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/magicline/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/magicline/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/magicline/samples/magicline.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/mathjax/dev/mathjax.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/mathjax/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/mathjax/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/mathjax/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/mathjax/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/mathjax/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/mathjax/samples/mathjax.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/maximize/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/maximize/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/menu/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/newpage/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/newpage/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pagebreak/images/pagebreak.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pagebreak/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pagebreak/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pagebreak/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pagebreak/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastefromword/filter/default.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastefromword/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastefromword/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastefromword/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastefromword/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastetext/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastetext/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/pastetext/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/dev/placeholder.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/placeholder/samples/placeholder.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/print/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/removeformat/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/removeformat/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/removeformat/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/removeformat/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/resize/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/save/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/selectall/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/sharedspace/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/sharedspace/samples/sharedspace.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/showblocks/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/smiley/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/smiley/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/sourcearea/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/sourcearea/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/sourcearea/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/sourcedialog/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/sourcedialog/samples/sourcedialog.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/dialogs/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/dialogs/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/dialogs/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/dialogs/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/dialogs/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/dialogs/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/specialchar/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/stylescombo/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/stylescombo/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/stylescombo/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/stylescombo/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/stylescombo/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/stylesheetparser/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/stylesheetparser/samples/stylesheetparser.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/tab/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/table/dialogs/table.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/table/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/table/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/table/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/table/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/table/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/table/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/tableresize/dev/tableresize.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/tableresize/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/tableresize/samples/tableresize.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/tabletools/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/templates/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/templates/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/templates/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/toolbar/samples/toolbar.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/uicolor/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/uicolor/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/uicolor/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/uicolor/samples/uicolor.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/undo/dev/snapshot.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/undo/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/undo/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/widget/dev/nestedwidgets.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/widget/dev/widgetstyles.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/widget/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/widget/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/widget/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/wysiwygarea/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/plugins/wysiwygarea/samples/fullpage.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/ajax.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/api.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/appendto.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/datafiltering.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/divreplace.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/index.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/inlineall.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/inlinebycode.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/inlinetextarea.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/jquery.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/readonly.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/replacebyclass.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/replacebycode.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/sample.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/sample_posteddata.php
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/tabindex.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/uicolor.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/uilanguages.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples/xhtmlstyle.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/dialog.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/editor.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/elementspath.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/mainui.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/panel.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/presets.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/readme.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/reset.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/richcombo.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/skin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/kama/toolbar.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/dialog.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/editor.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/elementspath.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/mainui.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/menu.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/panel.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/presets.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/readme.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/reset.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/richcombo.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/skin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/skins/moono/toolbar.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/CHANGES.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/adapters/jquery.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/ckeditor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/config.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/_bootstrap.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/ckeditor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/ckeditor_basic.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/command.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/commanddefinition.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/config.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dataprocessor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/comment.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/document.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/element.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/elementpath.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/event.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/iterator.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/node.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/nodelist.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/range.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/rangelist.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dom/window.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/dtd.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/editor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/editor_basic.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/env.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/event.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/filter.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/focusmanager.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmldataprocessor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/basicwriter.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/cdata.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/comment.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/element.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/filter.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/fragment.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/node.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/htmlparser/text.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/keystrokehandler.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/lang.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/loader.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/plugindefinition.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/plugins.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/resourcemanager.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/scriptloader.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/selection.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/skin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/style.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/template.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/core/tools.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/dev/console/focusconsole.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/_translationstatus.txt
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/a11yhelp.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/dialogs/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/a11yhelp/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/dialogs/about.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/dialogs/hidpi/logo_ckeditor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/dialogs/logo_ckeditor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/icons/about.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/icons/hidpi/about.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/about/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/adobeair/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/ajax/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/autoembed/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/autogrow/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/bold.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/hidpi/bold.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/hidpi/italic.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/hidpi/strike.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/hidpi/subscript.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/hidpi/superscript.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/hidpi/underline.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/italic.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/strike.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/subscript.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/superscript.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/icons/underline.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/basicstyles/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/icons/bidiltr.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/icons/bidirtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/icons/hidpi/bidiltr.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/icons/hidpi/bidirtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/bidi/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/icons/blockquote.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/icons/hidpi/blockquote.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/blockquote/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/button/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/dialogs/paste.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/copy-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/copy.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/cut-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/cut.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/hidpi/copy-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/hidpi/copy.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/hidpi/cut-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/hidpi/cut.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/hidpi/paste-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/hidpi/paste.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/paste-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/icons/paste.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/clipboard/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/dialogs/codesnippet.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/icons/codesnippet.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/icons/hidpi/codesnippet.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/CHANGES.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/LICENSE
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/README.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/README.ru.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/highlight.pack.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/arta.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/ascetic.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/brown_paper.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/brown_papersq.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/default.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/docco.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/far.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/foundation.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/github.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/googlecode.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/idea.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/ir_black.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/magula.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/mono-blue.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/monokai.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/obsidian.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/paraiso.light.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/pojoaque.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/railscasts.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/rainbow.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/school_book.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/school_book.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/solarized_dark.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/solarized_light.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/sunburst.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/tomorrow.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/vs.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/xcode.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/lib/highlight/styles/zenburn.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/codesnippet/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/icons/bgcolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/icons/hidpi/bgcolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/icons/hidpi/textcolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/icons/textcolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colorbutton/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/colordialog/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/contextmenu/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/_translationstatus.txt
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/devtools/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/dialog/samples/assets/my_dialog.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/dialogadvtab/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/dialogui/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/dialogs/div.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/icons/creatediv.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/icons/hidpi/creatediv.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/div/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/divarea/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/dialogs/docprops.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/icons/docprops-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/icons/docprops.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/icons/hidpi/docprops-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/icons/hidpi/docprops.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/docprops/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/elementspath/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/embed/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/embedbase/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/embedbase/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/embedbase/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/entities/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/fakeobjects/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/filebrowser/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/filetools/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/dialogs/find.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/icons/find-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/icons/find.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/icons/hidpi/find-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/icons/hidpi/find.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/icons/hidpi/replace.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/icons/replace.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/find/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/dialogs/flash.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/icons/flash.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/icons/hidpi/flash.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/images/placeholder.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/flash/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/floatpanel/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/font/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/format/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/button.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/checkbox.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/form.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/button.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/checkbox.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/form.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/hiddenfield.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/imagebutton.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/radio.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/select-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/select.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/textarea-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/textarea.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/textfield-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/hidpi/textfield.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/imagebutton.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/radio.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/select-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/select.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/textarea-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/textarea.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/textfield-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/icons/textfield.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/forms/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/icons/hidpi/horizontalrule.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/icons/horizontalrule.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/horizontalrule/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/htmlwriter/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/htmlwriter/samples/assets/outputforflash/outputforflash.fla
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/htmlwriter/samples/assets/outputforflash/outputforflash.swf
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/htmlwriter/samples/assets/outputforflash/swfobject.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/dialogs/iframe.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/icons/hidpi/iframe.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/icons/iframe.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/images/placeholder.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframe/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/iframedialog/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image/icons/hidpi/image.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image/icons/image.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/dev/assets/image1.jpg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/dev/assets/image2.jpg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/dev/contents.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/icons/hidpi/image.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/icons/image.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/samples/assets/image1.jpg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/image2/samples/assets/image2.jpg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/hidpi/indent-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/hidpi/indent.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/hidpi/outdent-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/hidpi/outdent.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/indent-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/indent.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/outdent-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/icons/outdent.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/indent/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/hidpi/justifyblock.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/hidpi/justifycenter.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/hidpi/justifyleft.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/hidpi/justifyright.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/justifyblock.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/justifycenter.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/justifyleft.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/icons/justifyright.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/justify/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/icons/hidpi/language.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/icons/language.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/language/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/dialogs/anchor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/dialogs/link.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/anchor-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/anchor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/hidpi/anchor-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/hidpi/anchor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/hidpi/link.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/hidpi/unlink.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/link.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/icons/unlink.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/images/anchor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/images/hidpi/anchor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/link/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/bulletedlist-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/bulletedlist.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/hidpi/bulletedlist-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/hidpi/bulletedlist.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/hidpi/numberedlist-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/hidpi/numberedlist.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/numberedlist-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/icons/numberedlist.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/list/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/listblock/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/dialogs/liststyle.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/liststyle/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/images/hidpi/icon-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/images/hidpi/icon.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/images/icon-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/images/icon.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/magicline/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/dialogs/mathjax.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/icons/hidpi/mathjax.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/icons/mathjax.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/images/loader.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/mathjax/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/icons/hidpi/maximize.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/icons/maximize.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/maximize/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/menubutton/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/icons/hidpi/newpage-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/icons/hidpi/newpage.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/icons/newpage-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/icons/newpage.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/newpage/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/notification/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/icons/hidpi/pagebreak.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/icons/pagebreak-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/icons/pagebreak.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pagebreak/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/panel/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/panelbutton/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/icons/hidpi/pastefromword-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/icons/hidpi/pastefromword.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/icons/pastefromword-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/icons/pastefromword.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastefromword/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/icons/hidpi/pastetext-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/icons/hidpi/pastetext.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/icons/pastetext-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/icons/pastetext.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/pastetext/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/dialogs/placeholder.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/icons/hidpi/placeholder.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/icons/placeholder.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/placeholder/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/popup/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/icons/hidpi/preview-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/icons/hidpi/preview.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/icons/preview-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/icons/preview.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/preview/preview.html
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/icons/hidpi/print.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/icons/print.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/print/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/icons/hidpi/removeformat.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/icons/removeformat.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/removeformat/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/resize/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/richcombo/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/icons/hidpi/save.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/icons/save.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/save/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/icons/hidpi/selectall.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/icons/selectall.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/selectall/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sharedspace/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/icons/hidpi/showblocks-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/icons/hidpi/showblocks.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/icons/showblocks-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/icons/showblocks.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_address.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_blockquote.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_div.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_h1.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_h2.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_h3.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_h4.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_h5.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_h6.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_p.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/images/block_pre.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showblocks/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/showborders/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/dialogs/smiley.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/icons/hidpi/smiley.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/icons/smiley.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/angel_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/angel_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/angry_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/angry_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/broken_heart.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/broken_heart.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/confused_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/confused_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/cry_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/cry_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/devil_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/devil_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/embaressed_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/embarrassed_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/embarrassed_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/envelope.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/envelope.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/heart.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/heart.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/kiss.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/kiss.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/lightbulb.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/lightbulb.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/omg_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/omg_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/regular_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/regular_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/sad_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/sad_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/shades_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/shades_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/teeth_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/teeth_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/thumbs_down.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/thumbs_down.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/thumbs_up.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/thumbs_up.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/tongue_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/tongue_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/tounge_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/whatchutalkingabout_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/whatchutalkingabout_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/wink_smile.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/images/wink_smile.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/smiley/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/icons/hidpi/source-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/icons/hidpi/source.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/icons/source-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/icons/source.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcearea/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/dialogs/sourcedialog.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/icons/hidpi/sourcedialog.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/icons/sourcedialog-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/icons/sourcedialog.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/sourcedialog/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/_translationstatus.txt
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/dialogs/specialchar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/icons/hidpi/specialchar.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/icons/specialchar.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/_translationstatus.txt
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/specialchar/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylescombo/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylesheetparser/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/stylesheetparser/samples/assets/sample.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/tab/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/icons/hidpi/table.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/icons/table.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/table/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/tabletools/dialogs/tableCell.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/dialogs/templates.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/dialogs/templates.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/icons/hidpi/templates-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/icons/hidpi/templates.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/icons/templates-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/icons/templates.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/templates/default.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/templates/images/template1.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/templates/images/template2.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/templates/templates/images/template3.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/toolbar/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/dialogs/uicolor.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/icons/hidpi/uicolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/icons/uicolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/_translationstatus.txt
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/yui/assets/hue_bg.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/yui/assets/hue_thumb.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/yui/assets/picker_mask.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/yui/assets/picker_thumb.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/yui/assets/yui.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uicolor/yui/yui.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/hidpi/redo-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/hidpi/redo.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/hidpi/undo-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/hidpi/undo.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/redo-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/redo.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/undo-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/icons/undo.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/id.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/si.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/undo/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uploadimage/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/uploadwidget/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/dev/assets/contents.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/dev/assets/sample.jpg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/dev/assets/simplebox/contents.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/dev/assets/simplebox/dialogs/simplebox.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/dev/assets/simplebox/icons/simplebox.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/dev/assets/simplebox/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/dev/console.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/images/handle.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/sq.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/tt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/widget/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/wysiwygarea/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/plugins/xml/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/samples/css/samples.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/samples/old/assets/inlineall/logo.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/samples/old/assets/outputxhtml/outputxhtml.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/samples/old/assets/posteddata.php
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/samples/old/assets/sample.jpg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/samples/old/assets/uilanguages/languages.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/samples/old/sample.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/colorpanel.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/dialog_ie.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/dialog_ie7.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/dialog_ie8.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/dialog_iequirks.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/editor_ie.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/editor_ie7.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/editor_ie8.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/editor_iequirks.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/about.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/anchor-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/anchor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/bgcolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/bidiltr.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/bidirtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/blockquote.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/bold.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/bulletedlist-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/bulletedlist.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/button.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/checkbox.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/copy-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/copy.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/creatediv.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/cut-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/cut.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/docprops-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/docprops.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/find-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/find.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/flash.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/form.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/hiddenfield.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/horizontalrule.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/icons.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/iframe.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/image.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/imagebutton.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/indent-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/indent.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/italic.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/justifyblock.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/justifycenter.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/justifyleft.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/justifyright.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/link.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/maximize.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/newpage-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/newpage.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/numberedlist-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/numberedlist.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/outdent-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/outdent.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/pagebreak-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/pagebreak.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/paste-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/paste.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/pastefromword-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/pastefromword.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/pastetext-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/pastetext.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/placeholder.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/preview-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/preview.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/print.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/radio.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/redo-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/redo.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/removeformat.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/replace.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/save.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/scayt.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/select-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/select.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/selectall.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/showblocks-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/showblocks.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/smiley.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/source-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/source.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/specialchar.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/spellchecker.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/strike.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/subscript.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/superscript.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/table.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/templates-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/templates.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/textarea-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/textarea.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/textcolor.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/textfield.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/underline.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/undo-rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/undo.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/icons/unlink.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/images/dialog_sides.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/images/dialog_sides.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/images/dialog_sides_rtl.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/images/mini.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/images/sprites.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/images/sprites_ie6.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/images/toolbar_start.gif
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/kama/menu.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/colorpanel.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dev/icons16.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dev/icons16.svg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dev/icons32.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dev/icons32.svg
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dev/locations.json
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dialog_ie.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dialog_ie7.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dialog_ie8.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/dialog_iequirks.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/editor_gecko.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/editor_ie.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/editor_ie7.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/editor_ie8.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/editor_iequirks.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/arrow.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/close.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/hidpi/close.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/hidpi/lock-open.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/hidpi/lock.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/hidpi/refresh.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/lock-open.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/lock.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/skins/moono/images/refresh.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3/styles.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/jquery_2.1.3/jquery.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/lodash_2.4.1/lodash.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/loglevel_1.2.0/loglevel.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/native-promise-only_0.7.6-a/npo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/css/lite.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/css/opentip.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/accept_one.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/lite_AcceptAll.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/lite_AcceptOne.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/lite_RejectAll.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/lite_RejectOne.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/lite_ToggleShow.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/lite_ToggleTracking.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/icons/reject_one.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/LICENSE
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/NOTICE
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/README.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/bookmark.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/dom.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/ice.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/opentip-adapter.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/rangy/rangy-core.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/js/selection.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/lite-includes.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/lite-interface.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/lite_1.1.30/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/dialogs/options.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/af.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ar.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/bg.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/bn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/bs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/cs.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/cy.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/da.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/de.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/el.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/en-au.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/en-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/en-gb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/en.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/eo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/es.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/et.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/eu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/fa.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/fi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/fo.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/fr-ca.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/fr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/gl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/gu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/he.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/hi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/hr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/hu.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/is.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/it.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ja.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ka.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/km.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ko.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ku.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/lt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/lv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/mk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/mn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ms.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/nb.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/nl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/no.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/pl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/pt-br.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/pt.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ro.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ru.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/sk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/sl.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/sr-latn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/sr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/sv.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/th.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/tr.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/ug.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/uk.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/vi.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/zh-cn.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/lang/zh.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3/LICENSE.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3/README.md
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3/dialogs/options.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3/dialogs/toolbar.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3/icons/hidpi/scayt.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3/icons/scayt.png
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3/plugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/requirejs_2.1.16/require.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/lib/requirejs_2.1.20/require.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/plugins/leosComments/leosCommentsPlugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/plugins/leosComments/leosCommentsWidget.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/plugins/leosCrossReference/css/jstree/themes/default/style.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/plugins/leosHighlight/css/leosHighlight.css
delete mode 100644 modules/editor/src/main/webapp/js/editor/plugins/leosHighlight/leosHighlightPlugin.js
delete mode 100644 modules/editor/src/main/webapp/js/editor/plugins/leosInlineEditor/leosInlineEditorPlugin.js
delete mode 100644 modules/editor/src/test/etc/leosCustomConfig.txt
delete mode 100644 modules/editor/src/test/etc/leosSpecRunner.template
delete mode 100644 modules/editor/src/test/webapp/js/editor/integration/transformer/testTransformer.js
delete mode 100644 modules/editor/src/test/webapp/js/editor/unit/core/testLeosUserInfo.js
delete mode 100644 modules/editor/src/test/webapp/js/editor/unit/pluginModules/aknAuthorialNote/testAuthorialNoteWidget.js
delete mode 100644 modules/editor/src/test/webapp/js/editor/unit/pluginModules/aknNumberedParagraph/testAknNumberedParagraphPlugin.js
delete mode 100644 modules/editor/src/test/webapp/js/editor/unit/pluginModules/aknRecital/testAknRecitalPlugin.js
delete mode 100644 modules/editor/src/test/webapp/js/editor/unit/transformer/testTransformer.js
delete mode 100644 modules/integration/pom.xml
create mode 100644 modules/js-core/pom.xml
create mode 100644 modules/js-core/src/etc/jasmine/specRunner.config
create mode 100644 modules/js-core/src/etc/jetty/web.xml
create mode 100644 modules/js-core/src/etc/linters/jshintConfig.json
create mode 100644 modules/js-core/src/main/js/leosBootstrap.js
create mode 100644 modules/js-core/src/main/js/leosCore.js
create mode 100644 modules/js-core/src/main/js/leosCoreBootstrap.js
rename modules/{editor/src/main/webapp/js/editor => js-core/src/main}/lib/dateFormat_1.2.3/dateFormat.js (100%)
rename modules/{editor/src/main/webapp/js/editor => js-core/src/main}/lib/jquery_2.1.4/jquery.js (100%)
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/LICENSE
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/README.md
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_Hash.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_LazyWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_LodashWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_Map.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_MapCache.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_Reflect.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_Set.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_SetCache.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_Stack.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_Symbol.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_Uint8Array.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_WeakMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_addMapEntry.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_addSetEntry.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_apply.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayAggregator.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayConcat.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayEach.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayEachRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayEvery.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayFilter.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayIncludes.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayIncludesWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayPush.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayReduce.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arrayReduceRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_arraySome.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assignInDefaults.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assignMergeValue.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assignValue.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assocDelete.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assocGet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assocHas.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assocIndexOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_assocSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseAggregator.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseAssign.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseAt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseCastArrayLikeObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseCastFunction.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseCastPath.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseClamp.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseClone.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseConforms.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseCreate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseDelay.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseDifference.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseEach.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseEachRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseEvery.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseExtremum.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseFill.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseFilter.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseFind.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseFindIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseFlatten.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseFor.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseForIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseForOwn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseForOwnRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseForRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseFunctions.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseGet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseHas.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseHasIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseInRange.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseIndexOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseIndexOfWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseIntersection.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseInverter.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseInvoke.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseIsEqual.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseIsEqualDeep.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseIsMatch.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseIteratee.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseKeys.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseKeysIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseLodash.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseMatches.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseMatchesProperty.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseMerge.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseMergeDeep.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseOrderBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_basePick.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_basePickBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseProperty.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_basePropertyDeep.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_basePullAll.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_basePullAt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseRandom.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseRange.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseReduce.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSetData.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSlice.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSome.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSortBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSortedIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSortedIndexBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSortedUniq.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSortedUniqBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseSum.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseTimes.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseToPairs.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseUnary.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseUniq.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseUnset.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseUpdate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseValues.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseWhile.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseWrapperValue.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseXor.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_baseZipObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cacheHas.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cachePush.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_charsEndIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_charsStartIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_checkGlobal.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cloneArrayBuffer.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cloneBuffer.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cloneMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cloneRegExp.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cloneSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cloneSymbol.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_cloneTypedArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_compareAscending.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_compareMultiple.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_composeArgs.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_composeArgsRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_copyArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_copyObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_copyObjectWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_copySymbols.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_countHolders.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createAggregator.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createAssigner.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createBaseEach.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createBaseFor.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createBaseWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createCaseFirst.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createCompounder.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createCtorWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createCurryWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createFlow.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createHybridWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createInverter.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createOver.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createPadding.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createPartialWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createRange.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createRecurryWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createRound.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_createWrapper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_deburrLetter.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_equalArrays.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_equalByTag.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_equalObjects.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_escapeHtmlChar.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_escapeStringChar.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getData.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getFuncName.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getLength.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getMatchData.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getNative.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getPlaceholder.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getSymbols.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getTag.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_getView.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_hasPath.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_hashDelete.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_hashGet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_hashHas.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_hashSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_indexKeys.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_indexOfNaN.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_initCloneArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_initCloneByTag.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_initCloneObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isHostObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isIterateeCall.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isKey.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isKeyable.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isLaziable.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isPrototype.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_isStrictComparable.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_iteratorToArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_lazyClone.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_lazyReverse.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_lazyValue.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mapClear.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mapDelete.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mapGet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mapHas.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mapSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mapToArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mergeData.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_mergeDefaults.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_metaMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_nativeCreate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_parent.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_reEscape.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_reEvaluate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_reInterpolate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_realNames.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_reorder.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_replaceHolders.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_root.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_setData.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_setToArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stackClear.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stackDelete.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stackGet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stackHas.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stackSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stringSize.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stringToArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_stringToPath.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_unescapeHtmlChar.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/_wrapperClone.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/add.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/after.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/array.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/ary.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/assign.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/assignIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/assignInWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/assignWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/at.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/attempt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/before.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/bind.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/bindAll.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/bindKey.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/camelCase.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/capitalize.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/castArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/ceil.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/chain.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/chunk.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/clamp.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/clone.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/cloneDeep.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/cloneDeepWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/cloneWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/collection.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/commit.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/compact.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/concat.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/cond.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/conforms.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/constant.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/countBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/create.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/curry.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/curryRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/date.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/debounce.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/deburr.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/defaults.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/defaultsDeep.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/defer.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/delay.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/difference.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/differenceBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/differenceWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/drop.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/dropRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/dropRightWhile.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/dropWhile.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/each.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/eachRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/endsWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/eq.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/escape.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/escapeRegExp.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/every.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/extend.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/extendWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/fill.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/filter.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/find.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/findIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/findKey.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/findLast.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/findLastIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/findLastKey.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/flatMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/flatten.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/flattenDeep.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/flattenDepth.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/flip.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/floor.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/flow.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/flowRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/forEach.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/forEachRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/forIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/forInRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/forOwn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/forOwnRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/fromPairs.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/function.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/functions.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/functionsIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/get.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/groupBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/gt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/gte.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/has.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/hasIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/head.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/identity.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/inRange.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/includes.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/indexOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/initial.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/intersection.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/intersectionBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/intersectionWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/invert.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/invertBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/invoke.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/invokeMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isArguments.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isArrayBuffer.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isArrayLike.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isArrayLikeObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isBoolean.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isBuffer.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isDate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isElement.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isEmpty.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isEqual.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isEqualWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isError.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isFinite.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isFunction.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isInteger.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isLength.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isMatch.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isMatchWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isNaN.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isNative.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isNil.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isNull.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isNumber.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isObjectLike.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isPlainObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isRegExp.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isSafeInteger.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isString.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isSymbol.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isTypedArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isUndefined.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isWeakMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/isWeakSet.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/iteratee.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/join.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/kebabCase.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/keyBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/keys.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/keysIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/lang.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/last.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/lastIndexOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/lowerCase.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/lowerFirst.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/lt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/lte.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/main.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/map.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/mapKeys.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/mapValues.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/matches.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/matchesProperty.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/math.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/max.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/maxBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/mean.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/memoize.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/merge.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/mergeWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/method.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/methodOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/min.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/minBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/mixin.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/negate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/next.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/noop.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/now.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/nthArg.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/number.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/object.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/omit.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/omitBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/once.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/orderBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/over.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/overArgs.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/overEvery.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/overSome.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/package.json
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pad.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/padEnd.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/padStart.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/parseInt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/partial.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/partialRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/partition.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pick.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pickBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/plant.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/property.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/propertyOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pull.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pullAll.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pullAllBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pullAllWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/pullAt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/random.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/range.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/rangeRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/rearg.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/reduce.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/reduceRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/reject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/remove.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/repeat.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/replace.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/rest.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/result.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/reverse.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/round.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sample.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sampleSize.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/seq.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/set.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/setWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/shuffle.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/size.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/slice.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/snakeCase.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/some.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedIndexBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedIndexOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedLastIndex.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedLastIndexBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedLastIndexOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedUniq.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sortedUniqBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/split.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/spread.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/startCase.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/startsWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/string.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/subtract.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sum.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/sumBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/tail.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/take.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/takeRight.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/takeRightWhile.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/takeWhile.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/tap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/template.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/templateSettings.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/throttle.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/thru.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/times.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toArray.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toInteger.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toIterator.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toJSON.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toLength.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toLower.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toNumber.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toPairs.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toPairsIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toPath.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toPlainObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toSafeInteger.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toString.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/toUpper.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/transform.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/trim.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/trimEnd.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/trimStart.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/truncate.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/unary.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/unescape.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/union.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/unionBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/unionWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/uniq.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/uniqBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/uniqWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/uniqueId.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/unset.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/unzip.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/unzipWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/update.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/updateWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/upperCase.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/upperFirst.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/util.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/value.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/valueOf.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/values.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/valuesIn.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/without.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/words.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/wrap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/wrapperAt.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/wrapperChain.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/wrapperFlatMap.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/wrapperLodash.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/wrapperReverse.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/wrapperValue.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/xor.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/xorBy.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/xorWith.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/zip.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/zipObject.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/zipObjectDeep.js
create mode 100644 modules/js-core/src/main/lib/lodash_4.6.1-amd/zipWith.js
rename modules/{editor/src/main/webapp/js/editor => js-core/src/main}/lib/loglevel_1.4.0/loglevel.js (100%)
rename modules/{editor/src/main/webapp/js/editor => js-core/src/main}/lib/native-promise-only_0.8.1/npo.js (100%)
create mode 100644 modules/js-core/src/main/lib/postal.diagnostics/README_LEOS.txt
create mode 100644 modules/js-core/src/main/lib/postal.diagnostics/postal.diagnostics.js
create mode 100644 modules/js-core/src/main/lib/postal.js_2.0.0/postal.js
rename modules/{editor/src/main/webapp/js/editor => js-core/src/main}/lib/requirejs-domready_2.0.1/domReady.js (100%)
rename modules/{editor/src/main/webapp/js/editor => js-core/src/main}/lib/requirejs-promise_1.2.0/requirejs-promise.js (100%)
create mode 100644 modules/js-core/src/main/lib/requirejs-text_2.0.14/text.js
create mode 100644 modules/js-core/src/main/lib/requirejs_2.1.22/require.js
rename modules/{editor/src/main/webapp/js/editor/lib/stampit_1.1.0 => js-core/src/main/lib/stampit_1.2.0}/stampit.js (96%)
create mode 100644 modules/js-core/src/main/lib/waypoints_4.0.0/jquery.waypoints.js
create mode 100644 modules/js-core/src/main/lib/waypoints_4.0.0/shortcuts/inview.js
create mode 100644 modules/js-core/src/test/index.html
create mode 100644 modules/js-editor/docs/examples/modules_and_stampit/1st_refactoring/nodeParserStamp.js
create mode 100644 modules/js-editor/docs/examples/modules_and_stampit/2nd_refactoring/coreNodeStamp.js
create mode 100644 modules/js-editor/docs/examples/modules_and_stampit/2nd_refactoring/elementNodeStamp.js
create mode 100644 modules/js-editor/docs/examples/modules_and_stampit/2nd_refactoring/textNodeStamp.js
create mode 100644 modules/js-editor/docs/examples/modules_and_stampit/3rd_refactoring/nodeParserCompositeStamp.js
create mode 100644 modules/js-editor/docs/examples/modules_and_stampit/original_code/elementFactory.js
create mode 100644 modules/js-editor/docs/examples/parse_html_fragment/fragmentParserStamp.js
create mode 100644 modules/js-editor/docs/examples/plugin_module/example/examplePlugin.js
rename modules/{editor/src/main/webapp/js/editor/plugins/aknAuthorialNote/icons/authorialnotewidget.png => js-editor/docs/examples/plugin_module/example/icons/example.png} (100%)
create mode 100644 modules/js-editor/pom.xml
create mode 100644 modules/js-editor/src/etc/jasmine/specRunner.config
create mode 100644 modules/js-editor/src/etc/jetty/web.xml
rename modules/{editor => js-editor}/src/etc/linters/jshintConfig.js (100%)
create mode 100644 modules/js-editor/src/main/assets/css/data-hint.css
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main/assets}/css/jstree/themes/default/32px.png (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main/assets}/css/jstree/themes/default/40px.png (100%)
create mode 100644 modules/js-editor/src/main/assets/css/jstree/themes/default/style.css
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main/assets}/css/jstree/themes/default/throbber.gif (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main/assets}/css/leosEditor.css (97%)
create mode 100644 modules/js-editor/src/main/js/editor/core/actionHandler.js
create mode 100644 modules/js-editor/src/main/js/editor/core/bookmarkHandler.js
create mode 100644 modules/js-editor/src/main/js/editor/core/bookmarkTemplate.html
create mode 100644 modules/js-editor/src/main/js/editor/core/elementEditor.js
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/core/leosTools.js (96%)
create mode 100644 modules/js-editor/src/main/js/editor/core/scrollAdapter.js
create mode 100644 modules/js-editor/src/main/js/editor/leosEditorBootstrap.js
create mode 100644 modules/js-editor/src/main/js/editor/leosEditorConnector.js
create mode 100644 modules/js-editor/src/main/js/editor/leosEditorExtension.js
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknAlinea/aknAlineaPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknArticle/aknArticleHeadingWidget.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknArticle/aknArticleNumberWidget.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknArticle/aknArticlePlugin.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknArticle/css/aknArticle.css (89%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknArticle/css/aknArticleHeading.css (90%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknArticle/css/aknArticleNumber.css (90%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknAuthorialNote/aknAuthorialNotePlugin.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknAuthorialNote/authorialNoteWidget.js (78%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknAuthorialNote/css/aknAuthorialNote.css (95%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/aknAuthorialNote/icons/authorialnotewidget.png
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknCitation/aknCitationPlugin.js (95%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknCitation/css/aknCitation.css (82%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknCitations/aknCitationsPlugin.js (94%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknCitations/css/aknCitations.css (87%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlAnchor/aknHtmlAnchorPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlBold/aknHtmlBoldPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlItalic/aknHtmlItalicPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlOrderedList/aknHtmlOrderedListPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlParagraph/aknHtmlParagraphPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlSubScript/aknHtmlSubScriptPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlSuperScript/aknHtmlSuperScriptPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlTable/aknHtmlTablePlugin.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlUnderline/aknHtmlUnderlinePlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknHtmlUnorderedList/aknHtmlUnorderedListPlugin.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknNumberedParagraph/aknNumberedParagraphPlugin.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknNumberedParagraph/brTransformationConfig.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknNumberedParagraph/css/aknNumberedParagraph.css (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknOrderedList/aknOrderedListPlugin.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknOrderedList/css/aknOrderedList.css (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknRecital/aknRecitalPlugin.js (81%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknRecital/css/aknRecital.css (78%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknRecitals/aknRecitalsPlugin.js (94%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknRecitals/css/aknRecitals.css (87%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknUnorderedList/aknUnorderedListPlugin.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/aknUnorderedList/css/aknUnOrderedList.css (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/indentlist/indentListPlugin.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosAttrHandler/leosAttrHandlerPlugin.js (98%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosComments/css/leosComments.css
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosComments/icons/left-brace.png
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosComments/icons/leosComment.png (100%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosComments/icons/leosComment_color.png (100%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosComments/icons/right-brace.png
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosComments/leosCommentsPlugin.js
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosComments/leosCommentsWidget.js
rename modules/{editor/src/main/webapp/js/editor/lib/jsTree_3.2.1 => js-editor/src/main/js/editor/plugins/leosCrossReference/css/jstree}/themes/default/32px.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/jsTree_3.2.1 => js-editor/src/main/js/editor/plugins/leosCrossReference/css/jstree}/themes/default/40px.png (100%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosCrossReference/css/jstree/themes/default/style.css
rename modules/{editor/src/main/webapp/js/editor/lib/jsTree_3.2.1 => js-editor/src/main/js/editor/plugins/leosCrossReference/css/jstree}/themes/default/throbber.gif (100%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosCrossReference/css/leosCrossReference.css (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosCrossReference/icons/leoscrossreference.png (100%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosCrossReference/leosCrossReferenceDialog.js (96%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosCrossReference/leosCrossReferencePlugin.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosCrossReference/leosCrossReferenceWidget.js (79%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosDropHandler/leosDropHandlerPlugin.js
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosFixNestedPs/leosFixNestedPsPlugin.js (98%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosFloatingSpace/leosFloatingSpacePlugin.js
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosHierarchicalElementShiftEnterHandler/leosHierarchicalElementShiftEnterHandler.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosHierarchicalElementTransformer/hierarchicalElementTransformer.js (99%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosHighlight/css/leosHighlight.css
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosHighlight/leosHighlightPlugin.js
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosInlineCancel/icons/leosinlinecancel.png
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosInlineCancel/leosInlineCancelDialog.js
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosInlineCancel/leosInlineCancelPlugin.js
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosInlineEditor/css/leosInlineEditor.css
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosInlineEditor/leosInlineEditorPlugin.js
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosInlineSave/icons/leosinlinesave.png
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosInlineSave/leosInlineSavePlugin.js
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosMathematicalFormula/leosMathematicalFormulaPlugin.js (97%)
create mode 100644 modules/js-editor/src/main/js/editor/plugins/leosMessageBus/leosMessageBusPlugin.js
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosNonEditable/icons/leosnoneditable.png (100%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosNonEditable/leosNonEditablePlugin.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosShowblocks/css/leosShowblocks.css (90%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosShowblocks/icons/leosshowblocks-rtl.png (100%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosShowblocks/icons/leosshowblocks.png (100%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosShowblocks/leosShowblocksPlugin.js (81%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosTransformer/leosTransformerPlugin.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/leosWidget/leosWidgetPlugin.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/plugins/pluginTools.js (88%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/profiles/aknArticle.js (97%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/profiles/aknCitations.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/profiles/aknRecitals.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/profiles/basic.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/profiles/development.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/profiles/inlineAknArticle.js (83%)
create mode 100644 modules/js-editor/src/main/js/editor/profiles/inlineAknCitations.js
create mode 100644 modules/js-editor/src/main/js/editor/profiles/inlineAknRecitals.js
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/transformer/attributeTransformer.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/transformer/configNormalizer.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/transformer/fragmentTransformer.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/transformer/transformationConfigManager.js (98%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/transformer/transformationConfigResolver.js (99%)
rename modules/{editor/src/main/webapp => js-editor/src/main}/js/editor/transformer/transformer.js (95%)
create mode 100644 modules/js-editor/src/main/lib/ck_scayt_4.5.6/CHANGELOG.md
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7 => js-editor/src/main/lib/ck_scayt_4.5.6}/LICENSE.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7 => js-editor/src/main/lib/ck_scayt_4.5.6}/README.md (100%)
create mode 100644 modules/js-editor/src/main/lib/ck_scayt_4.5.6/dialogs/options.js
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7 => js-editor/src/main/lib/ck_scayt_4.5.6}/dialogs/toolbar.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7 => js-editor/src/main/lib/ck_scayt_4.5.6}/icons/hidpi/scayt.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.4.7 => js-editor/src/main/lib/ck_scayt_4.5.6}/icons/scayt.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/plugins/scayt_4.5.3 => js-editor/src/main/lib/ck_scayt_4.5.6}/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ck_scayt_4.5.6/plugin.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/CHANGES.md
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/LICENSE.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/README.md (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/adapters/jquery.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/ckeditor.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/config.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/contents.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/_bootstrap.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/ckeditor.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/ckeditor_base.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/ckeditor_basic.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/command.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/commanddefinition.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/config.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/creators/inline.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/creators/themedui.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dataprocessor.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/comment.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/document.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/documentfragment.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/domobject.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/dom/element.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/elementpath.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/event.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/iterator.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/dom/node.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/nodelist.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/dom/range.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/rangelist.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/text.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/walker.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/dom/window.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/dtd.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/editable.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/editor.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/editor_basic.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/env.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/event.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/eventInfo.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/filter.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/focusmanager.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/htmldataprocessor.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/basicwriter.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/cdata.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/comment.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/element.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/filter.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/fragment.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/node.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/htmlparser/text.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/keystrokehandler.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/lang.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/loader.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/log.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/plugindefinition.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/plugins.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/resourcemanager.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/scriptloader.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/selection.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/skin.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/style.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/core/template.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/core/tools.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/core/ui.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/dev/console/console.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/dev/console/console.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/dev/console/focusconsole.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/dev/dtd/dtd.html
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/_translationstatus.txt (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/lang/ug.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/a11yhelp.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/_translationstatus.txt (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/en.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/dialogs/lang/eo.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/dialogs/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/fr-ca.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/dialogs/lang/fr.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/ko.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/dialogs/lang/ku.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/ro.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/dialogs/lang/ru.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/dialogs/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/dialogs/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/a11yhelp/dialogs/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/a11yhelp/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/dialogs/about.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/dialogs/hidpi/logo_ckeditor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/dialogs/logo_ckeditor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/icons/about.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/icons/hidpi/about.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/about/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/about/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/adobeair/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/ajax/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/en.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/eo.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/eu.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/fr.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/it.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/ko.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/pt-br.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/ru.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/tr.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/uk.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/lang/zh-cn.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autoembed/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autoembed/plugin.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/autogrow/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autogrow/samples/autogrow.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/autolink/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/bold.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/hidpi/bold.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/hidpi/italic.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/hidpi/strike.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/hidpi/subscript.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/hidpi/superscript.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/hidpi/underline.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/italic.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/strike.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/subscript.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/superscript.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/icons/underline.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/basicstyles/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/basicstyles/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/basicstyles/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bbcode/dev/bbcode.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bbcode/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bbcode/samples/bbcode.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/icons/bidiltr.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/icons/bidirtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/icons/hidpi/bidiltr.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/icons/hidpi/bidirtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/bidi/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/icons/blockquote.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/icons/hidpi/blockquote.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/blockquote/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/es.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/button/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/button/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/button/lang/ug.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/button/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/button/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/dev/clipboard.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/dev/console.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/dev/dnd.html (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/clipboard/dialogs/paste.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/copy-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/copy.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/cut-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/cut.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/hidpi/copy-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/hidpi/copy.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/hidpi/cut-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/hidpi/cut.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/hidpi/paste-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/hidpi/paste.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/paste-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/icons/paste.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/clipboard/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/clipboard/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/clipboard/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/clipboard/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/dialogs/codesnippet.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/icons/codesnippet.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/icons/hidpi/codesnippet.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/codesnippet/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/codesnippet/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/codesnippet/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/codesnippet/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/CHANGES.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/LICENSE (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/README.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/README.ru.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/highlight.pack.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/arta.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/ascetic.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/brown_paper.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/brown_papersq.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/default.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/docco.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/far.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/foundation.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/github.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/googlecode.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/idea.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/ir_black.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/magula.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/mono-blue.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/monokai.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/obsidian.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/paraiso.light.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/pojoaque.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/railscasts.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/rainbow.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/school_book.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/school_book.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/solarized_dark.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/solarized_light.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/sunburst.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/tomorrow.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/vs.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/xcode.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/lib/highlight/styles/zenburn.css (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/codesnippet/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/codesnippet/samples/codesnippet.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/icons/bgcolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/icons/hidpi/bgcolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/icons/hidpi/textcolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/icons/textcolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/colorbutton/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/colorbutton/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colorbutton/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/colorbutton/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/dialogs/colordialog.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/colordialog/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/colordialog/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/colordialog/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/colordialog/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/contextmenu/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/contextmenu/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/contextmenu/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/_translationstatus.txt (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/devtools/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/devtools/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/devtools/samples/devtools.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/dialog/dialogDefinition.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/dialog/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/dialog/samples/assets/my_dialog.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/dialog/samples/dialog.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/dialogadvtab/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/dialogui/plugin.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/div/dialogs/div.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/icons/creatediv.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/icons/hidpi/creatediv.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/div/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/div/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/divarea/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/divarea/samples/divarea.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/dialogs/docprops.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/icons/docprops-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/icons/docprops.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/icons/hidpi/docprops-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/icons/hidpi/docprops.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/docprops/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/docprops/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/docprops/samples/docprops.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/elementspath/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/elementspath/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embed/icons/embed.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embed/icons/hidpi/embed.png (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embed/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/dialogs/embedbase.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/en.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embedbase/lang/eo.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embedbase/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/gl.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embedbase/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/pt-br.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embedbase/lang/ru.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/tr.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embedbase/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embedbase/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedbase/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/embedbase/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedsemantic/icons/embedsemantic.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedsemantic/icons/hidpi/embedsemantic.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/embedsemantic/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/enterkey/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/enterkey/samples/enterkey.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/entities/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/fakeobjects/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/fakeobjects/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/filebrowser/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/dev/uploaddebugger.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/eo.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/filetools/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/gl.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/filetools/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/tr.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/filetools/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/filetools/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/filetools/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/filetools/plugin.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/find/dialogs/find.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/icons/find-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/icons/find.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/icons/hidpi/find-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/icons/hidpi/find.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/icons/hidpi/replace.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/icons/replace.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/find/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/find/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/find/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/dialogs/flash.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/icons/flash.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/icons/hidpi/flash.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/images/placeholder.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/flash/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/ug.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/flash/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/flash/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/floatingspace/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/floatpanel/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/font/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/font/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/font/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/format/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/format/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/format/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/button.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/checkbox.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/form.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/hiddenfield.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/radio.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/select.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/textarea.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/dialogs/textfield.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/button.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/checkbox.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/form.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hiddenfield.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/button.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/checkbox.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/form.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/hiddenfield.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/imagebutton.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/radio.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/select-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/select.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/textarea-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/textarea.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/textfield-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/hidpi/textfield.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/imagebutton.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/radio.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/select-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/select.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/textarea-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/textarea.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/textfield-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/icons/textfield.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/images/hiddenfield.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/forms/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/forms/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/forms/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/forms/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/forms/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/icons/hidpi/horizontalrule.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/icons/horizontalrule.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/horizontalrule/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/horizontalrule/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/htmlwriter/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/htmlwriter/samples/assets/outputforflash/outputforflash.fla (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/htmlwriter/samples/assets/outputforflash/outputforflash.swf (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/htmlwriter/samples/assets/outputforflash/swfobject.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/htmlwriter/samples/outputforflash.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/htmlwriter/samples/outputhtml.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/dialogs/iframe.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/icons/hidpi/iframe.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/icons/iframe.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/images/placeholder.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/iframe/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/iframe/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/ug.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/iframe/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframe/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/iframedialog/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/dialogs/image.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/icons/hidpi/image.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/icons/image.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/images/noimage.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/image/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/image/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/dev/assets/image1.jpg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/dev/assets/image2.jpg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/dev/contents.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/dev/image2.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/dialogs/image2.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/icons/hidpi/image.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/icons/image.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/image2/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/image2/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/image2/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/image2/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/image2/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/samples/assets/image1.jpg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/samples/assets/image2.jpg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/image2/samples/image2.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/dev/indent.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/hidpi/indent-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/hidpi/indent.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/hidpi/outdent-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/hidpi/outdent.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/indent-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/indent.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/outdent-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/icons/outdent.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/indent/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indent/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indentblock/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/indentlist/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/hidpi/justifyblock.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/hidpi/justifycenter.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/hidpi/justifyleft.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/hidpi/justifyright.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/justifyblock.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/justifycenter.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/justifyleft.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/icons/justifyright.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/justify/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/justify/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/icons/hidpi/language.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/icons/language.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/es.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/language/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/language/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/language/lang/ug.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/language/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/language/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/lineutils/dev/dnd.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/lineutils/dev/magicfinger.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/lineutils/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/dialogs/anchor.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/link/dialogs/link.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/anchor-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/anchor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/hidpi/anchor-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/hidpi/anchor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/hidpi/link.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/hidpi/unlink.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/link.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/icons/unlink.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/images/anchor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/images/hidpi/anchor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/link/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/link/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/link/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/link/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/bulletedlist-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/bulletedlist.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/hidpi/bulletedlist-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/hidpi/bulletedlist.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/hidpi/numberedlist-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/hidpi/numberedlist.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/numberedlist-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/icons/numberedlist.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/list/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/listblock/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/dialogs/liststyle.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/liststyle/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/liststyle/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/dev/magicline.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/images/hidpi/icon-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/images/hidpi/icon.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/images/icon-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/images/icon.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/magicline/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/magicline/samples/magicline.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/dev/mathjax.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/dialogs/mathjax.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/icons/hidpi/mathjax.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/icons/mathjax.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/images/loader.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/es.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/mathjax/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/mathjax/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/mathjax/lang/ug.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/mathjax/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/mathjax/samples/mathjax.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/icons/hidpi/maximize.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/icons/maximize.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/maximize/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/menu/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/menubutton/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/icons/hidpi/newpage-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/icons/hidpi/newpage.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/icons/newpage-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/icons/newpage.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/newpage/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/newpage/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/eo.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/notification/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/gl.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/notification/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/tr.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/notification/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/notification/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notification/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/notification/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/notificationaggregator/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/icons/hidpi/pagebreak.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/icons/pagebreak-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/icons/pagebreak.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/images/pagebreak.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/pagebreak/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pagebreak/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/panel/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/panelbutton/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/filter/default.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/icons/hidpi/pastefromword-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/icons/hidpi/pastefromword.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/icons/pastefromword-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/icons/pastefromword.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/pastefromword/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastefromword/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/icons/hidpi/pastetext-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/icons/hidpi/pastetext.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/icons/pastetext-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/icons/pastetext.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/pastetext/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/pastetext/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/dev/placeholder.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/dialogs/placeholder.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/icons/hidpi/placeholder.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/icons/placeholder.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/placeholder/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/placeholder/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/placeholder/lang/ug.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/placeholder/samples/placeholder.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/popup/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/icons/hidpi/preview-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/icons/hidpi/preview.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/icons/preview-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/icons/preview.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/preview/preview.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/icons/hidpi/print.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/icons/print.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/print/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/icons/hidpi/removeformat.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/icons/removeformat.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/removeformat/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/ug.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/removeformat/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/removeformat/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/resize/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/richcombo/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/icons/hidpi/save.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/icons/save.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/save/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/icons/hidpi/selectall.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/icons/selectall.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/selectall/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/sharedspace/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sharedspace/samples/sharedspace.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/icons/hidpi/showblocks-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/icons/hidpi/showblocks.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/icons/showblocks-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/icons/showblocks.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_address.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_blockquote.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_div.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_h1.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_h2.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_h3.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_h4.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_h5.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_h6.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_p.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/images/block_pre.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/showblocks/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showblocks/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/showborders/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/dialogs/smiley.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/icons/hidpi/smiley.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/icons/smiley.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/angel_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/angel_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/angry_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/angry_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/broken_heart.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/broken_heart.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/confused_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/confused_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/cry_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/cry_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/devil_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/devil_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/embaressed_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/embarrassed_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/embarrassed_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/envelope.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/envelope.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/heart.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/heart.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/kiss.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/kiss.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/lightbulb.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/lightbulb.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/omg_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/omg_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/regular_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/regular_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/sad_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/sad_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/shades_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/shades_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/teeth_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/teeth_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/thumbs_down.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/thumbs_down.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/thumbs_up.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/thumbs_up.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/tongue_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/tongue_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/tounge_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/whatchutalkingabout_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/whatchutalkingabout_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/wink_smile.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/images/wink_smile.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/smiley/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/icons/hidpi/source-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/icons/hidpi/source.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/icons/source-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/icons/source.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/sourcearea/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcearea/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/dialogs/sourcedialog.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/icons/hidpi/sourcedialog.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/icons/sourcedialog-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/icons/sourcedialog.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/sourcedialog/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/sourcedialog/samples/sourcedialog.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/_translationstatus.txt (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/specialchar/dialogs/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/fr-ca.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/specialchar/dialogs/lang/fr.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/no.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/specialchar/dialogs/lang/pl.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/dialogs/specialchar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/icons/hidpi/specialchar.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/icons/specialchar.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/_translationstatus.txt (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/specialchar/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/specialchar/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/specialchar/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/stylescombo/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylescombo/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/stylesheetparser/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylesheetparser/samples/assets/sample.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/stylesheetparser/samples/stylesheetparser.html (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/tab/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/dialogs/table.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/icons/hidpi/table.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/icons/table.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/table/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/table/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/tableresize/dev/tableresize.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/tableresize/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/tableresize/samples/tableresize.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/tabletools/dialogs/tableCell.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/tabletools/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/dialogs/templates.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/dialogs/templates.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/icons/hidpi/templates-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/icons/hidpi/templates.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/icons/templates-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/icons/templates.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/templates/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/templates/default.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/templates/images/template1.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/templates/images/template2.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/templates/templates/images/template3.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/toolbar/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/toolbar/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/toolbar/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/toolbar/samples/toolbar.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/dialogs/uicolor.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/icons/hidpi/uicolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/icons/uicolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/_translationstatus.txt (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/et.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/uicolor/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/samples/uicolor.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/yui/assets/hue_bg.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/yui/assets/hue_thumb.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/yui/assets/picker_mask.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/yui/assets/picker_thumb.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/yui/assets/yui.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uicolor/yui/yui.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/dev/snapshot.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/hidpi/redo-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/hidpi/redo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/hidpi/undo-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/hidpi/undo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/redo-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/redo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/undo-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/icons/undo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/bn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/bs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/en-au.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/en-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/es.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/et.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/eu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/fo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/fr-ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/gu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/hi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/hu.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/id.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/is.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ka.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/lt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/mk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/mn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ms.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ro.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/si.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/sr-latn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/sr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/th.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/tt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/ug.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/lang/zh.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/undo/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/uploadimage/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/dev/cors.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/dev/filereaderplugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/dev/upload.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/eo.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/uploadwidget/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/uploadwidget/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/tr.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/uploadwidget/lang/ug.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/uploadwidget/lang/uk.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/uploadwidget/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/uploadwidget/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/assets/contents.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/assets/sample.jpg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/assets/simplebox/contents.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/assets/simplebox/dialogs/simplebox.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/assets/simplebox/icons/simplebox.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/assets/simplebox/plugin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/console.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/nestedwidgets.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/dev/widgetstyles.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/images/handle.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/af.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/ar.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/bg.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/ca.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/cs.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/cy.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/da.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/de.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/el.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/en-gb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/en.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/eo.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/es.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/widget/lang/eu.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/fa.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/fi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/fr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/gl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/he.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/hr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/hu.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/widget/lang/id.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/it.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/ja.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/km.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/ko.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/ku.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/lv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/nb.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/nl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/no.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/pl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/pt-br.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/pt.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/ru.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/sk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/sl.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/sq.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/sv.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/tr.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/tt.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/widget/lang/ug.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/uk.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/vi.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/zh-cn.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/widget/lang/zh.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/widget/plugin.js
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/plugins/wysiwygarea/plugin.js
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/wysiwygarea/samples/fullpage.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/plugins/xml/plugin.js (100%)
create mode 100644 modules/js-editor/src/main/lib/ckeditor_4.5.6/samples/css/samples.css
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/img/github-top.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/img/header-bg.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/img/header-separator.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/img/logo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/img/navigation-tip.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/index.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/js/sample.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/js/sf.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/less/custom.less (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/less/samples.less (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/ajax.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/api.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/appendto.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples => js-editor/src/main/lib/ckeditor_4.5.6/samples/old}/assets/inlineall/logo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples => js-editor/src/main/lib/ckeditor_4.5.6/samples/old}/assets/outputxhtml/outputxhtml.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples => js-editor/src/main/lib/ckeditor_4.5.6/samples/old}/assets/posteddata.php (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples => js-editor/src/main/lib/ckeditor_4.5.6/samples/old}/assets/sample.jpg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples => js-editor/src/main/lib/ckeditor_4.5.6/samples/old}/assets/uilanguages/languages.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/datafiltering.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/divreplace.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/index.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/inlineall.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/inlinebycode.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/inlinetextarea.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/jquery.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/readonly.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/replacebyclass.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/replacebycode.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/sample.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7/samples => js-editor/src/main/lib/ckeditor_4.5.6/samples/old}/sample.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/sample_posteddata.php (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/tabindex.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/uicolor.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/uilanguages.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/old/xhtmlstyle.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/bender.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/css/fontello.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/font/LICENSE.txt (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/font/config.json (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/font/fontello.eot (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/font/fontello.svg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/font/fontello.ttf (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/font/fontello.woff (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/index.html (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/js/fulltoolbareditor.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/js/toolbarmodifier.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/js/toolbartextmodifier.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/less/base.less (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/less/toolbarmodifier.less (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/LICENSE (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/README.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/codemirror.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/codemirror.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/javascript.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/neo.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/show-hint.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/lib/codemirror/show-hint.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/package.json (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/samples/toolbarconfigurator/tests/one.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/colorpanel.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/dialog.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/dialog_ie.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/dialog_ie7.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/dialog_ie8.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/dialog_iequirks.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/editor.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/editor_ie.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/editor_ie7.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/editor_ie8.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/editor_iequirks.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/elementspath.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/about.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/anchor-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/anchor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/bgcolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/bidiltr.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/bidirtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/blockquote.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/bold.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/bulletedlist-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/bulletedlist.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/button.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/checkbox.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/copy-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/copy.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/creatediv.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/cut-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/cut.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/docprops-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/docprops.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/find-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/find.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/flash.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/form.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/hiddenfield.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/horizontalrule.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/icons.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/iframe.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/image.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/imagebutton.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/indent-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/indent.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/italic.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/justifyblock.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/justifycenter.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/justifyleft.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/justifyright.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/link.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/maximize.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/newpage-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/newpage.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/numberedlist-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/numberedlist.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/outdent-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/outdent.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/pagebreak-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/pagebreak.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/paste-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/paste.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/pastefromword-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/pastefromword.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/pastetext-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/pastetext.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/placeholder.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/preview-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/preview.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/print.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/radio.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/redo-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/redo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/removeformat.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/replace.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/save.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/scayt.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/select-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/select.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/selectall.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/showblocks-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/showblocks.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/smiley.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/source-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/source.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/specialchar.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/spellchecker.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/strike.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/subscript.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/superscript.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/table.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/templates-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/templates.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/textarea-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/textarea.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/textcolor.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/textfield.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/underline.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/undo-rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/undo.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/icons/unlink.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/dialog_sides.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/dialog_sides.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/dialog_sides_rtl.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/mini.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/spinner.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/sprites.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/sprites_ie6.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/images/toolbar_start.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/mainui.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/menu.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/notification.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/panel.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/presets.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/readme.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/reset.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/richcombo.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/skin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/kama/toolbar.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/colorpanel.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dev/icons16.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dev/icons16.svg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dev/icons32.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dev/icons32.svg (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dev/locations.json (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dialog.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dialog_ie.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dialog_ie7.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dialog_ie8.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/dialog_iequirks.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/editor.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/editor_gecko.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/editor_ie.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/editor_ie7.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/editor_ie8.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/editor_iequirks.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/elementspath.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/arrow.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/close.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/hidpi/close.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/hidpi/lock-open.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/hidpi/lock.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/hidpi/refresh.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/lock-open.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/lock.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/refresh.png (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/images/spinner.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/mainui.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/menu.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/notification.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/panel.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/presets.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/readme.md (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/reset.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/richcombo.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/skin.js (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.5.3 => js-editor/src/main/lib/ckeditor_4.5.6}/skins/moono/toolbar.css (100%)
rename modules/{editor/src/main/webapp/js/editor/lib/ckeditor_4.4.7 => js-editor/src/main/lib/ckeditor_4.5.6}/styles.js (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/jstree.js (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/themes/default-dark/32px.png (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/themes/default-dark/40px.png (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/themes/default-dark/style.css (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/themes/default-dark/style.min.css (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/themes/default-dark/throbber.gif (100%)
rename modules/{editor/src/main/webapp/js/editor/plugins/leosCrossReference/css/jstree => js-editor/src/main/lib/jsTree_3.2.1}/themes/default/32px.png (100%)
rename modules/{editor/src/main/webapp/js/editor/plugins/leosCrossReference/css/jstree => js-editor/src/main/lib/jsTree_3.2.1}/themes/default/40px.png (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/themes/default/style.css (100%)
rename modules/{editor/src/main/webapp/js/editor => js-editor/src/main}/lib/jsTree_3.2.1/themes/default/style.min.css (100%)
rename modules/{editor/src/main/webapp/js/editor/plugins/leosCrossReference/css/jstree => js-editor/src/main/lib/jsTree_3.2.1}/themes/default/throbber.gif (100%)
create mode 100644 modules/js-editor/src/test/index.html
create mode 100644 modules/js-editor/src/test/js/editor/integration/transformer/testTransformer.js
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/aknAuthorialNote/testAknAuthorialNotePlugin.js (97%)
create mode 100644 modules/js-editor/src/test/js/editor/unit/pluginModules/aknAuthorialNote/testAuthorialNoteWidget.js
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/aknCitation/testAknCitationPlugin.js (83%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/aknCitations/testAknCitationsPlugin.js (83%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/aknHtmlTable/testAknHtmlPlugin.js (98%)
create mode 100644 modules/js-editor/src/test/js/editor/unit/pluginModules/aknRecital/testAknRecitalPlugin.js
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/aknRecitals/testAknRecitalsPlugin.js (84%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/leosHierarchicalElementTransformer/testHierarchicalElementTransformer.js (78%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/leosMathematicalFormula/testLeosMathematicalFormulaPlugin.js (97%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/leosNonEditable/testLeosNonEditablePlugin.js (99%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/leosSubScript/testLeosSubScriptPlugin.js (97%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/pluginModules/leosSuperScript/testLeosSuperScriptPlugin.js (97%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/transformer/testAttributeTransformer.js (99%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/transformer/testConfigNormalizer.js (99%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/transformer/testFragmentTransformer.js (99%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/transformer/testTransformationConfigManager.js (99%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/unit/transformer/testTransformationConfigResolver.js (96%)
create mode 100644 modules/js-editor/src/test/js/editor/unit/transformer/testTransformer.js
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/util/ckEditorFragmentFactory.js (97%)
rename modules/{editor/src/test/webapp => js-editor/src/test}/js/editor/util/transformationsConfigUtil.js (99%)
create mode 100644 modules/js-web/pom.xml
create mode 100644 modules/js-web/src/etc/jasmine/specRunner.config
create mode 100644 modules/js-web/src/etc/jetty/web.xml
create mode 100644 modules/js-web/src/etc/linters/jshintConfig.json
create mode 100644 modules/js-web/src/main/assets/css/leos-nouislider.css
rename modules/{web/src/main/js/web/sideComments => js-web/src/main/assets}/css/leos-side-comments.css (81%)
create mode 100644 modules/js-web/src/main/assets/css/leos-sliderPins.css
rename modules/{web/src/main/js/web/sideComments/images => js-web/src/main/assets/img}/user.png (100%)
create mode 100644 modules/js-web/src/main/js/web/SliderPinsConnector.js
create mode 100644 modules/js-web/src/main/js/web/SliderPinsExtension.js
create mode 100644 modules/js-web/src/main/js/web/actionManagerConnector.js
create mode 100644 modules/js-web/src/main/js/web/actionManagerExtension.js
create mode 100644 modules/js-web/src/main/js/web/documentView.js
create mode 100644 modules/js-web/src/main/js/web/documentViewWrapper.js
create mode 100644 modules/js-web/src/main/js/web/feedbackView.js
create mode 100644 modules/js-web/src/main/js/web/feedbackViewWrapper.js
create mode 100644 modules/js-web/src/main/js/web/legacy/navigate.js
rename modules/{web/src/main/js/web/util => js-web/src/main/js/web/legacy}/versionCompare.js (97%)
create mode 100644 modules/js-web/src/main/js/web/legalTextCommentsConnector.js
create mode 100644 modules/js-web/src/main/js/web/legalTextCommentsExtension.js
create mode 100644 modules/js-web/src/main/js/web/leosCommentTemplate.html
create mode 100644 modules/js-web/src/main/js/web/leosWebBootstrap.js
create mode 100644 modules/js-web/src/main/js/web/lockManagerConnector.js
create mode 100644 modules/js-web/src/main/js/web/lockManagerExtension.js
create mode 100644 modules/js-web/src/main/js/web/mathJaxConnector.js
create mode 100644 modules/js-web/src/main/js/web/mathJaxExtension.js
create mode 100644 modules/js-web/src/main/js/web/rangeSliderComponent.js
create mode 100644 modules/js-web/src/main/js/web/rangeSliderConnector.js
create mode 100644 modules/js-web/src/main/js/web/sideCommentsConnector.js
create mode 100644 modules/js-web/src/main/js/web/sideCommentsExtension.js
create mode 100644 modules/js-web/src/main/js/web/sliderPins/css/sliderPins.css
create mode 100644 modules/js-web/src/main/js/web/sliderPins/js/sliderPins.js
create mode 100644 modules/js-web/src/main/lib/bootstrap_3.3.6/config.json
create mode 100644 modules/js-web/src/main/lib/bootstrap_3.3.6/css/bootstrap.css
create mode 100644 modules/js-web/src/main/lib/bootstrap_3.3.6/js/popover.js
create mode 100644 modules/js-web/src/main/lib/bootstrap_3.3.6/js/tooltip.js
create mode 100644 modules/js-web/src/main/lib/emitter_1.2.0/README_LEOS.txt
create mode 100644 modules/js-web/src/main/lib/emitter_1.2.0/index.js
create mode 100644 modules/js-web/src/main/lib/noUiSlider_8.3.0/css/nouislider.css
create mode 100644 modules/js-web/src/main/lib/noUiSlider_8.3.0/css/nouislider.pips.css
create mode 100644 modules/js-web/src/main/lib/noUiSlider_8.3.0/css/nouislider.tooltips.css
create mode 100644 modules/js-web/src/main/lib/noUiSlider_8.3.0/js/nouislider.js
create mode 100644 modules/js-web/src/main/lib/side-comments/README_LEOS.txt
create mode 100644 modules/js-web/src/main/lib/side-comments/css/side-comments.css
rename modules/{web/src/main/js/web/sideComments/css => js-web/src/main/lib/side-comments/css/themes}/default-theme.css (83%)
create mode 100644 modules/js-web/src/main/lib/side-comments/js/helpers/mobile-check.js
create mode 100644 modules/js-web/src/main/lib/side-comments/js/main.js
create mode 100644 modules/js-web/src/main/lib/side-comments/js/section.js
create mode 100644 modules/js-web/src/main/lib/side-comments/templates/comment.html
create mode 100644 modules/js-web/src/main/lib/side-comments/templates/section.html
create mode 100644 modules/js-web/src/main/lib/wNumb_1.0.2/wNumb.js
rename modules/{web => repositories}/src/main/resources/eu/europa/ec/leos/persistenceContext.xml (100%)
create mode 100644 modules/services/src/main/java/eu/europa/ec/leos/services/content/ElementService.java
create mode 100644 modules/services/src/main/java/eu/europa/ec/leos/services/content/ElementServiceImpl.java
delete mode 100644 modules/services/src/main/java/eu/europa/ec/leos/services/content/PreambleService.java
delete mode 100644 modules/services/src/main/java/eu/europa/ec/leos/services/content/PreambleServiceImpl.java
create mode 100644 modules/services/src/test/java/eu/europa/ec/leos/services/content/ElementServiceImplTest.java
delete mode 100644 modules/services/src/test/java/eu/europa/ec/leos/services/content/PreambleServiceImplTest.java
create mode 100644 modules/support/src/main/java/eu/europa/ec/leos/support/comparators/VersionComparator.java
delete mode 100644 modules/support/src/main/java/eu/europa/ec/leos/support/xml/XmlMetaDataProcessorImpl.java
rename modules/{web => support}/src/main/resources/eu/europa/ec/leos/freemarker.properties (100%)
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarker/akn_article_actions_wrapper.ftl
rename modules/{web/src/main/webapp/WEB-INF => support/src/main/resources/eu/europa/ec/leos}/freemarker/akn_document_view.ftl (93%)
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarker/akn_feedback_view.ftl
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarker/akn_fragment_xml_wrapper.ftl
rename modules/{web/src/main/webapp/WEB-INF => support/src/main/resources/eu/europa/ec/leos}/freemarker/akn_generate_cover.ftl (85%)
rename modules/{web/src/main/webapp/WEB-INF => support/src/main/resources/eu/europa/ec/leos}/freemarker/akn_html_preview.ftl (92%)
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarker/akn_html_wrapper.ftl
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarker/akn_preamble_actions_wrapper.ftl
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarker/akn_xml_mapper.ftl
rename modules/{web/src/main/webapp/WEB-INF => support/src/main/resources/eu/europa/ec/leos}/freemarker/bill_bookmark_pdf.ftl (96%)
rename modules/{web/src/main/webapp/WEB-INF => support/src/main/resources/eu/europa/ec/leos}/freemarker/bill_toc.ftl (91%)
rename modules/{web/src/main/webapp/WEB-INF => support/src/main/resources/eu/europa/ec/leos}/freemarker/bill_toc_html.ftl (96%)
rename modules/{web/src/main/webapp/WEB-INF => support/src/main/resources/eu/europa/ec/leos}/freemarker/set_global_variables.ftl (90%)
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarkerContext.properties
create mode 100644 modules/support/src/main/resources/eu/europa/ec/leos/freemarkerContext.xml
create mode 100644 modules/support/src/test/java/eu/europa/ec/leos/support/comparators/VersionComparatorTest.java
delete mode 100644 modules/support/src/test/java/eu/europa/ec/leos/support/xml/XmlMetaDataProcessorImplTest.java
create mode 100644 modules/themes/pom.xml
rename modules/{web => themes}/src/main/java/eu/europa/ec/leos/web/ui/themes/LeosTheme.java (94%)
rename modules/{web => themes}/src/main/java/eu/europa/ec/leos/web/ui/themes/Themes.java (90%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/_common.scss
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/_customization.scss
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/addons.scss
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/article_xml.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/authnotes_xml.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/bill_actions.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/bill_xml.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/changes_xml.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/compare_styles.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/cover_page.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/data-hint.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/feedback-view-specific.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/leosComments.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/leosHighlight.css
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/css/pdf_styles.css
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/favicon.ico (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/fonts/Vaadin-Icons.eot (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/fonts/Vaadin-Icons.svg (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/fonts/Vaadin-Icons.ttf (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/fonts/Vaadin-Icons.woff (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/bell.png (100%)
rename modules/{web/src/main/webapp/VAADIN/themes/decide/icons/16/toc-left.png => themes/src/main/webapp/VAADIN/themes/decide/icons/16/changes-on.png} (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/chevron-down.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/chevron-left.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/chevron-right.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/chevron-up.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/compare-with.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/cross.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/dap.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/development.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/document-html.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/document-pdf.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/document-xml.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/edit-text.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/info-white.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/info-yellow.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/insert-after.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/insert-before.png (100%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/icons/16/left-brace.png
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/leosComment_color.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/lock-black.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/lock-yellow.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/refresh.png (100%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/icons/16/right-brace.png
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/settings.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/toc-edit.png (100%)
rename modules/{web/src/main/webapp/VAADIN/themes/leos => themes/src/main/webapp/VAADIN/themes/decide}/icons/16/toc-left.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/toc-off.png (100%)
rename modules/{web/src/main/webapp/VAADIN/themes/decide/icons/16/toc-right.png => themes/src/main/webapp/VAADIN/themes/decide/icons/16/toc-on.png} (100%)
rename modules/{web/src/main/webapp/VAADIN/themes/leos => themes/src/main/webapp/VAADIN/themes/decide}/icons/16/toc-right.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/toc-tree.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/tree-category.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/tree-expand.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/tree-template.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/16/upload.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/32/cross-circle.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/32/document-locked.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/icons/32/document.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/img/breadcrumb.gif (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/img/header_logo.png (100%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/img/house.png (100%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/img/logo-ce-horizontal-en.png
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/img/logo_en.gif (100%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/layouts/HeaderTemplate.html
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/scss/component/_card.scss (99%)
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/scss/component/_cardFilters.scss (87%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/scss/component/_documentView.scss
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/scss/component/_footer.scss (99%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/scss/component/_header.scss
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/scss/component/_repositoryView.scss (99%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/scss/component/_versionSlider.scss
rename modules/{web => themes}/src/main/webapp/VAADIN/themes/decide/scss/component/_window.scss (99%)
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/scss/extension/_button-ext.scss
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/scss/extension/_menu-ext.scss
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/scss/extension/_optiongroup-ext.scss
create mode 100644 modules/themes/src/main/webapp/VAADIN/themes/decide/styles.scss
create mode 100644 modules/ui/pom.xml
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/client/js/LeosJavaScriptComponentConnector.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/client/js/LeosJavaScriptConnectorHelper.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/client/js/LeosJavaScriptExtensionConnector.java
rename modules/{web/src/main/java/com/vaadin/client/ui/dd => ui/src/main/java/eu/europa/ec/leos/web/client/toc}/VTocRulesClientSideCriterion.java (94%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/NavigationRequestEvent.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/NavigationUpdateEvent.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/NotificationEvent.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/component/EditTocRequestEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/component/HeaderResizeEvent.java (97%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/component/LayoutChangeRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/component/MarkedTextNavigationRequestEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/component/ReleaseAllLocksEvent.java (95%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/component/SplitPositionEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/component/VersionListRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/component/VersionListResponseEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/LeaveViewEvent.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/document/CloseDocumentEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/document/CompareVersionEvent.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/document/CompareVersionRequestEvent.java (97%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/DeleteElementRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/DocumentUpdatedEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/document/DownloadXmlRequestEvent.java (95%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/EditElementRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/EditElementResponseEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/document/EditMetadataRequestEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/document/EnterDocumentViewEvent.java (95%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/FetchCrossRefTocRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/FetchCrossRefTocResponseEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/FetchElementRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/FetchElementResponseEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/InsertElementRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/LegalTextCommentToggleEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/MarkedContentRequestEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/document/RefreshDocumentEvent.java (95%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/RefreshElementEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/document/SaveElementRequestEvent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/feedback/CommentsAvailableEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/feedback/DeleteCommentEvent.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/feedback/EnterFeedbackViewEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/feedback/InsertCommentEvent.java (97%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/view/feedback/LoadCommentsEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/feedback/UpdateCommentEvent.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/logout/EnterLogoutViewEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/DeleteDocumentEvent.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/DeleteDocumentRequest.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/DocumentCreateWizardRequestEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/EditContributorEvent.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/EditContributorRequest.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/EnterRepositoryViewEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/RefreshDocumentListEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/RemoveContributorRequest.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/SelectDocumentEvent.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/repository/StageChangeRequest.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/view/unauthorized/EnterUnauthorizedViewEvent.java (95%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/event/window/CloseElementEditorEvent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/window/CloseMetadataEditorEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/window/CloseTocEditorEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/window/SaveMetaDataRequestEvent.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/window/SaveTocRequestEvent.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/window/ShowVersionsEvent.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/event/wizard/CreateLeosDocumentRequestEvent.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/model/DocumentVO.java (99%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/model/LockVO.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/model/SectionVO.java (97%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/model/TocAndAncestorsVO.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/model/TocItemVO.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/presenter/AbstractPresenter.java (98%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/presenter/ComparisonPresenter.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/presenter/DocumentPresenter.java (77%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/presenter/FeedbackPresenter.java (83%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/presenter/LogoutPresenter.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/presenter/RepositoryPresenter.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/presenter/UnauthorizedPresenter.java (97%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/shared/js/LeosJavaScriptComponentState.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/shared/js/LeosJavaScriptExtensionState.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/shared/js/LeosJavaScriptServerRpc.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/LeosCacheToken.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/LeosSessionListener.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/LockHelper.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/LockNotificationManager.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/NotificationManager.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/SessionAttribute.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/SessionExpiredListener.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/cfg/ConfigurationHelper.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/event/DeadEventLogSubscriber.java (96%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/i18n/LanguageHelper.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/i18n/MessageHelper.java (97%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/support/resources/StaticResourcesServlet.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/vaadin/AuthenticationSessionListener.java (81%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/vaadin/EventBusSessionListener.java (98%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/support/vaadin/LeosBootstrapSessionListener.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/vaadin/LeosSpringVaadinServlet.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/vaadin/LeosSubscriberExceptionHandler.java (88%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/support/xml/DownloadStreamResource.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/LeosUI.java (99%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/LegalTextComponent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/LegalTextPaneComponent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/LeosJavaScriptComponent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/MarkedTextComponent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/MenuBarComponent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/MetaDataFormComponent.java (99%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/RangeSliderComponent.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/RangeSliderState.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/VersionListComponent.java (99%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/component/VersionSliderPopup.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/card/Card.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/card/CardFactory.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/card/CardHolder.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/card/DataController.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/card/DynamicFilters.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/card/ListTypeProperty.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/card/RoleFilter.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/documentCard/ContributorList.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/documentCard/DocumentCard.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/documentCard/DocumentCardDesign.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/documentCard/LangCodeToDescriptionConverter.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/documentCard/PropertyBoundButton.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/documentCard/StagePopupView.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/layout/Footer.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/layout/Header.java (80%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/toc/EditTocDropHandler.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/toc/EditTocTree.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/toc/TableOfContentComponent.java (87%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/toc/TocKeyMapper.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/component/toc/TocRulesClientSideCriterion.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/converter/CatalogUtil.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/converter/StageIconConverter.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/converter/StageValueConverter.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/converter/TableOfContentItemConverter.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/converter/UserDisplayConverter.java (97%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/ActionManagerExtension.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/LegalTextCommentsExtension.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/LegalTextCommentsState.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/LeosEditorExtension.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/LeosEditorState.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/LeosJavaScriptExtension.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/LockManagerExtension.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/LockManagerState.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/MarkedTextNavigationHelper.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/MathJaxExtension.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/SideCommentsExtension.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/SideCommentsState.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/SliderPinState.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/extension/SliderPinsExtension.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/screen/LeosScreen.java (98%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/screen/ViewSettings.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/screen/document/ColumnPosition.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/screen/document/DocumentViewImpl.java
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/screen/document/DocumentViewSettings.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/screen/external/ExternalLinkHandler.java (99%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/ui/screen/feedback/FeedbackMenuComponent.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/screen/feedback/FeedbackViewImpl.java (78%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/screen/feedback/FeedbackViewSettings.java (87%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/screen/repository/RepositoryViewImpl.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/screen/security/LogoutViewImpl.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/screen/security/UnauthorizedViewImpl.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/AbstractEditChangeMonitorWindow.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/AbstractEditWindow.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/AbstractWindow.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/CompareDocumentVersionWindow.java (94%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/DownloadWindow.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/EditContributorWindow.java (94%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/EditMetaDataWindow.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/EditTocWindow.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/window/VersionsListWindow.java (94%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/wizard/AbstractWizard.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/wizard/WizardStep.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/wizard/document/CreateDocumentWizard.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/wizard/document/DocumentCreateWizardVO.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/wizard/document/MetaDataStep.java (98%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/ui/wizard/document/TemplateSelectionStep.java (98%)
create mode 100644 modules/ui/src/main/java/eu/europa/ec/leos/web/view/DocumentView.java
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/view/FeedbackView.java (90%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/view/LeosView.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/view/LogoutView.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/view/RepositoryView.java (97%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/view/UnauthorizedView.java (95%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/view/subView/FilterSubView.java (99%)
rename modules/{web => ui}/src/main/java/eu/europa/ec/leos/web/view/subView/LeosSubView.java (95%)
create mode 100644 modules/ui/src/main/resources/eu/europa/ec/leos/web/ui/component/documentCard/DocumentCardDesign.html
rename modules/{web/src/main/webapp/WEB-INF => ui/src/main/resources}/messages/message.properties (89%)
rename modules/{web => ui}/src/template/java/eu/europa/ec/leos/web/support/LeosBuildInfo.java (98%)
create mode 100644 modules/ui/src/test/java/eu/europa/ec/leos/web/presenter/DocumentPresenterTest.java
rename modules/{web => ui}/src/test/java/eu/europa/ec/leos/web/presenter/FeedbackPresenterTest.java (97%)
rename modules/{web => ui}/src/test/java/eu/europa/ec/leos/web/presenter/LogoutPresenterTest.java (97%)
rename modules/{web => ui}/src/test/java/eu/europa/ec/leos/web/presenter/RepositoryPresenterTest.java (99%)
rename modules/{web => ui}/src/test/java/eu/europa/ec/leos/web/presenter/UnauthorizedPresenterTest.java (97%)
rename modules/{web => ui}/src/test/java/eu/europa/ec/leos/web/support/SessionExpiredListenerTest.java (99%)
create mode 100644 modules/web-os/pom.xml
rename modules/{web => web-os}/src/etc/jetty/jetty.xml (100%)
rename modules/{web => web-os}/src/etc/jetty/realm.properties (100%)
rename modules/{web => web-os}/src/etc/js/jshint.conf.js (100%)
rename modules/{web => web-os}/src/etc/tomcat/context.xml (100%)
rename modules/{web => web-os}/src/etc/tomcat/tomcat-users.xml (100%)
rename modules/{web => web-os}/src/main/filters/leos.properties (92%)
rename modules/{web => web-os}/src/main/filters/local.properties (100%)
rename modules/{web => web-os}/src/main/resources/eu/europa/ec/leos/application.properties (85%)
rename modules/{web => web-os}/src/main/resources/eu/europa/ec/leos/applicationContext.xml (92%)
rename modules/{web => web-os}/src/main/resources/logback.xml (100%)
create mode 100644 modules/web-os/src/main/webapp/WEB-INF/messages/specific-message.properties
create mode 100644 modules/web-os/src/main/webapp/WEB-INF/web.xml
delete mode 100644 modules/web/pom.xml
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/LeosUIComponentsStateUpdateEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/component/SplitPositionEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/component/TocPositionEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/DeleteArticleRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/EditArticleRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/EditCitationsRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/EditRecitalsRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/InsertArticleRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/LoadCrossReferenceTocEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/LoadElementContentEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/SaveArticleRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/SaveCitationsRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/document/SaveRecitalsRequestEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/view/feedback/LoadExistingCommentsEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/window/CloseArticleEditorEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/window/CloseCitationsEditorEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/event/window/CloseRecitalsEditorEvent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/model/LockVO.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/model/TocItemsVO.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/model/ViewSettings.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/presenter/ComparisionPresenter.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/presenter/PreamblePresenter.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/support/resources/StaticResourcesServlet.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/support/vaadin/JsBootstrapSessionListener.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/support/vaadin/PresenterSessionListener.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/CKEditorComponent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/CKEditorState.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/CommentsComponent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/CommentsState.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/LegalTextComponent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/LegalTextPaneComponent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/MenuBarComponent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/SharedLockComponent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/component/SharedLockState.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/screen/document/DocumentViewImpl.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/screen/document/DocumentViewSettings.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/screen/document/TocPosition.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/screen/feedback/FeedbackMenuComponent.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/window/EditArticleWindow.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/window/EditCitationsWindow.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/ui/window/EditRecitalsWindow.java
delete mode 100644 modules/web/src/main/java/eu/europa/ec/leos/web/view/DocumentView.java
delete mode 100644 modules/web/src/main/js/web/bootstrapLeosEditor.js
delete mode 100644 modules/web/src/main/js/web/connector/ckEditorConnector.js
delete mode 100644 modules/web/src/main/js/web/connector/commentsConnector.js
delete mode 100644 modules/web/src/main/js/web/connector/sharedLockConnector.js
delete mode 100644 modules/web/src/main/js/web/sideComments/css/side-comments.css
delete mode 100644 modules/web/src/main/js/web/sideComments/lib/emitter.js
delete mode 100644 modules/web/src/main/js/web/sideComments/lib/mobile-check.js
delete mode 100644 modules/web/src/main/js/web/sideComments/lib/text.js
delete mode 100644 modules/web/src/main/js/web/sideComments/main.js
delete mode 100644 modules/web/src/main/js/web/sideComments/section.js
delete mode 100644 modules/web/src/main/js/web/sideComments/sideCommentsBootstrap.js
delete mode 100644 modules/web/src/main/js/web/sideComments/templates/comment.html
delete mode 100644 modules/web/src/main/js/web/sideComments/templates/section.html
delete mode 100644 modules/web/src/main/js/web/util/legaltext.js
delete mode 100644 modules/web/src/main/js/web/util/navigate.js
delete mode 100644 modules/web/src/main/resources/eu/europa/ec/leos/freemarkerContext.xml
delete mode 100644 modules/web/src/main/resources/eu/europa/ec/leos/web/ui/component/documentCard/DocumentCardDesign.html
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/_common.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/_customization.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/addons.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/article_xml.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/authnotes_xml.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/bill_actions.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/bill_xml.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/compare_styles.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/cover_page.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/data-hint.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/feedback-view-specific.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/leosHighlight.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/css/pdf_styles.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/icons/24/lock-yellow.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/img/logo-ce-horizontal-en.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/layouts/HeaderTemplate.html
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/scss/component/_documentView.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/scss/component/_header.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/styles.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/decide/styles.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/_common.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/addons.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/article_xml.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/authnotes_xml.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/bill_actions.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/bill_xml.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/compare_styles.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/cover_page.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/data-hint.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/feedback-view-specific.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/leosHighlight.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/css/pdf_styles.css
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/demo/demo_prototype_chart_01.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/favicon.ico
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/fonts/Vaadin-Icons.eot
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/fonts/Vaadin-Icons.svg
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/fonts/Vaadin-Icons.ttf
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/fonts/Vaadin-Icons.woff
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/bell.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/chevron-down.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/chevron-left.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/chevron-right.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/chevron-up.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/compare-with.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/cross.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/dap.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/development.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/document-html.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/document-pdf.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/document-xml.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/edit-text.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/info-white.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/info-yellow.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/insert-after.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/insert-before.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/leosComment_color.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/lock-black.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/lock-yellow.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/refresh.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/settings.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/toc-edit.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/toc-off.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/toc-tree.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/tree-category.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/tree-expand.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/tree-template.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/16/upload.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/24/lock-yellow.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/32/cross-circle.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/32/document-locked.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/icons/32/document.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/img/breadcrumb.gif
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/img/header_logo.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/img/house.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/img/logo-ce-horizontal-en.png
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/img/logo_en.gif
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/layouts/HeaderTemplate.html
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/leos.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/component/_header.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/component/buttonGroup.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/component/documentCard.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/component/filterSubView.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/layout/footer.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/layout/header.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/layout/leosUI.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/views/documentView.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/views/feedbackView.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/views/repositoryView.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/views/unauthorizedView.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/window/window.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/scss/wizard/document/templateSelection.scss
delete mode 100644 modules/web/src/main/webapp/VAADIN/themes/leos/styles.scss
delete mode 100644 modules/web/src/main/webapp/WEB-INF/freemarker/akn_article_actions_wrapper.ftl
delete mode 100644 modules/web/src/main/webapp/WEB-INF/freemarker/akn_feedback_view.ftl
delete mode 100644 modules/web/src/main/webapp/WEB-INF/freemarker/akn_fragment_xml_wrapper.ftl
delete mode 100644 modules/web/src/main/webapp/WEB-INF/freemarker/akn_html_wrapper.ftl
delete mode 100644 modules/web/src/main/webapp/WEB-INF/freemarker/akn_preamble_actions_wrapper.ftl
delete mode 100644 modules/web/src/main/webapp/WEB-INF/freemarker/akn_xml_mapper.ftl
delete mode 100644 modules/web/src/main/webapp/WEB-INF/web.xml
delete mode 100644 modules/web/src/test/java/eu/europa/ec/leos/web/presenter/DocumentPresenterTest.java
delete mode 100644 modules/web/src/test/java/eu/europa/ec/leos/web/presenter/PreamblePresenterTest.java
create mode 100644 modules/webservices/src/main/resources/eu/europa/ec/leos/webServicesContext.xml
create mode 100644 modules/widgetset/pom.xml
rename modules/{web => widgetset}/src/main/resources/eu/europa/ec/leos/web/LeosWidgetSet.gwt.xml (81%)
create mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/etc/jetty/realm.properties
delete mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/FEEDBACK_copy-of_template-SJ-016.xml
create mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/FEEDBACK_copy-of_template-SJ-016_open_source.xml
delete mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/FEEDBACK_copy-of_template-SJ-024.xml
create mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/FEEDBACK_copy-of_template-SJ-024_open_source.xml
delete mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/copy-of-template-SJ-016.xml
create mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/copy-of-template-SJ-016_open_source.xml
delete mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/copy-of-template-SJ-024.xml
create mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/resources/leos/samples/copy-of-template-SJ-024_open_source.xml
create mode 100644 tools/cmis/chemistry-opencmis-server-inmemory/src/main/webapp/WEB-INF/web.xml
create mode 100644 tools/database-h2/pom.xml
rename tools/{database => database-h2}/src/main/sql/DDL/01.create_tables.sql (96%)
rename tools/{database => database-h2}/src/test/data/leos_user.csv (100%)
delete mode 100644 tools/database/pom.xml
create mode 100644 tools/pom.xml
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 000000000..ec904a97d
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1,4 @@
+-Xms256m
+-Xmx512m
+-XX:MaxPermSize=256m
+-Djava.awt.headless=true
\ No newline at end of file
diff --git a/.mvn/maven.config b/.mvn/maven.config
new file mode 100644
index 000000000..3af2ac082
--- /dev/null
+++ b/.mvn/maven.config
@@ -0,0 +1 @@
+-V
\ No newline at end of file
diff --git a/NOTICE.txt b/NOTICE.txt
index ad909a368..ae2aa3037 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,4 +1,4 @@
-Copyright 2015 European Commission
+Copyright 2016 European Commission
Licensed under the EUPL, Version 1.1 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
You may not use this work except in compliance with the Licence.
diff --git a/README.txt b/README.txt
index cbe394936..ae40f6e23 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
PROJECT: LEOS
-Joinup Release: 2.0.0-SNAPSHOT
-Date: 2015-11-20
+Joinup Release: 3.0.0-SNAPSHOT
+Date: 2016-06-17
INTRODUCTION
============
@@ -21,8 +21,7 @@ DEPENDENCIES
============
To compile the supplied source files and run the generated WAR the following software should be configured:
- * Java SDK version 7+
- (Java 8 is recommended due to better memory performance)
+ * Java SDK version 8.0
* Maven version 3.0.5+
(Maven runtime memory might need to be set: MAVEN_OPTS=-Xms256m -Xmx512m)
(Maven settings, proxy and mirrors, might need to be adjusted to your environment and internet access requirements)
@@ -109,7 +108,7 @@ Note: database and repository must already be running.
You must run LEOS on the command line.
- 1) Traverse to folder {LEOS}\modules\web
+ 1) Traverse to folder {LEOS}\modules\web-os
2) Execute the following command:
mvn jetty:run-war
@@ -123,6 +122,20 @@ There might be bugs or incomplete features present in this version as it is a pr
CHANGE LOG
==========
+3.0.0 (Prototype)
+-----------------
+ * Updated HOWTO documentation
+ * Document Viewer
+ - Document changes pane
+ - Version selector
+ - Change markers
+ - Change navigation
+ * Editor
+ - New inline edition
+ - Improved user comments
+ * Updated dependencies (frameworks and libraries)
+ * Technical improvements, updated module structure and bug fixes
+
2.0.0 (Prototype)
-----------------
* New HOWTO documentation
diff --git a/docs/HOWTO/00_Index.txt b/docs/HOWTO/00_Index.txt
index ea22d5236..9dc806970 100644
--- a/docs/HOWTO/00_Index.txt
+++ b/docs/HOWTO/00_Index.txt
@@ -20,26 +20,36 @@
DOCUMENT VIEWER
--------------------------------------------------------------------------------
-8. Edit document
- 8a.Edit Citations
+08. Document viewer
+ - refer to Document Viewer HOWTO
+09. Edit table of contents
+ - refer to Table of Content HOWTO
+10. Document changes Pane
+ - refer to Document Changes Pane HOWTO
+11. Edit document
+ 11a.Edit Citations
- refer to CITATION EDITION in Leos Editor HOWTO
- 8b. Edit Recitals
+ 11b. Edit Recitals
- refer to RECITAL EDITION in Leos Editor HOWTO
- 8c. Edit Articles
+ 11c. Edit Articles
- refer to ARTICLE EDITION in Leos Editor HOWTO
-9. Insert and delete Articles
+12. Insert and delete Articles
- refer to Articles HOWTO
-10. Preview document as HTML/PDF
+13. Preview document as HTML/PDF
- refer to Preview document HOWTO
-11. Compare two versions
- - refer to Compare two versions HOWTO
-12. Edit metadata
+14. Edit metadata
- refer to Edit metadata HOWTO
-13. Edit table of contents
- - refer to Table of Content HOWTO
-14. Collaborative editing
+15. Compare two versions
+ - refer to Compare two versions HOWTO
+16. Collaborative editing
+ - refer to Collaborative editing HOWTO
COMMENTS VIEWER
--------------------------------------------------------------------------------
-15. Insert, edit and delete comments
- - refer to Comments viewer HOWTO
\ No newline at end of file
+17. Insert, edit and delete comments
+ - refer to Comments viewer HOWTO
+
+ MISCELLANEOUS
+--------------------------------------------------------------------------------
+18. User Roles
+ - refer to User Roles HOWTO
\ No newline at end of file
diff --git a/docs/HOWTO/08_Document_Viewer.txt b/docs/HOWTO/08_Document_Viewer.txt
new file mode 100644
index 000000000..0d4fbeeb1
--- /dev/null
+++ b/docs/HOWTO/08_Document_Viewer.txt
@@ -0,0 +1,24 @@
+ DOCUMENT VIEWER - HOWTO
+--------------------------------------------------------------------------------
+
+1. Document Viewer is the main screen of the system through which a user can
+ draft a legislative document. It contains several tools to facilitate easy
+ editing.
+
+2. Document viewer is divided into two sections. The top section consists of
+ document title and menu. Menu bar contains following buttons -
+ Close - closes the document.
+ Metadata - refer to Edit metadata HOWTO
+ Download - download the LEG format file(disabled)
+ Settings - configuration of document viewer columns
+ Locks - allows user to release his acquired locks
+ Development features - allows downloading of akomaNtoso xml file.
+
+3. Lower section of the viewer is divided into columns. By default, first column
+ is the document pane and the other column consists of table of content.
+ The document pane is further divided into document toolbar and document
+ content.
+
+4. Document toolbar provides quick links to document level features.
+
+5. Document content is main area in which a user can do content drafting.
\ No newline at end of file
diff --git a/docs/HOWTO/08_Leos_editor.txt b/docs/HOWTO/08_Leos_editor.txt
deleted file mode 100644
index 9f17ac6ef..000000000
--- a/docs/HOWTO/08_Leos_editor.txt
+++ /dev/null
@@ -1,184 +0,0 @@
-
- LEOS EDITOR - HOWTO
--------------------------------------------------------------------------------
-
-8a. CITATIONS EDITION
--------------------------------------------------------------------------------
-1. On mouse-over citations in the document view, the action buttons will be
- visible on the right side of the highlighted citations.
-
-2. Double-click on the citations content or click on the action button marked
- as 'T' to edit the citations. An editor window will open with the citations
- available for edition.
-
-3. The editor window consists of a tool-bar specially customised for citations
- with different action buttons and an edition area to edit the content.
-
-4. To create a new citation place the cursor at the desired position(start,
- end, in between) of the existing citation and press the 'ENTER' key on the
- keyboard. A new citation will be created.
-
-5. To merge an existing citation with the previous citation place the cursor at
- the beginning of the citation and press 'BACKSPACE' key on the keyboard.
-
-6. To merge an existing citation with the next citation place the cursor at
- the end of the citation and press 'DELETE' key on the keyboard.
-
-7. To delete an existing citation select the entire citation text and press
- 'DELETE' or 'BACKSPACE' key on the keyboard.
-
-
-8b. RECITALS EDITION
--------------------------------------------------------------------------------
-1. On mouse-over recitals in the document view, the action buttons will be
- visible on the right side of the highlighted recitals.
-
-2. Double-click on the recitals content or click on the action button marked as
- 'T' to edit the recitals. An editor window will open with the recitals
- available for edition.
-
-3. The editor window consists of a tool-bar specially customised for recitals
- with different action buttons and an edition area to edit the content.
-
-4. To create a new recital place the cursor at the desired position(start, end,
- in between) of the existing recital and press the 'ENTER' key on the
- keyboard. A new recital will be created with the number auto-generated.
-
-5. To merge an existing recital with the previous recital place the cursor at
- the beginning of the recital and press 'BACKSPACE' key on the keyboard.
-
-6. To merge an existing recital with the next recital place the cursor at
- the end of the recital and press 'DELETE' key on the keyboard.
-
-7. To delete an existing recital select the entire recital text and press
- 'DELETE' or 'BACKSPACE' key on the keyboard.
-
-
-8c. ARTICLE EDITION
--------------------------------------------------------------------------------
-1. On mouse-over the article in the document view, the action buttons will be
- visible on the right side of the highlighted article.
-
-2. Double-click on the article content or click on the action button marked as
- 'T' to edit the article. An editor window will open with the article
- available for edition.
-
-3. The editor window consists of a tool-bar specially customised for article
- with different action buttons and an edition area to edit the content.
-
-
- NUMBERED PARAGRAPH
---------------------------------------------------------------------------------
-1. To create a new numbered paragraph place the cursor at the desired position
- (start, end, in between) of the existing numbered paragraph and press the
- 'ENTER' key on the keyboard. A new numbered paragraph will be created with
- the number auto-generated.
-
-5. To merge an existing numbered paragraph with the previous numbered paragraph
- place the cursor at the beginning of the numbered paragraph and press
- 'BACKSPACE' key on the keyboard.
-
-6. To merge an existing numbered paragraph with the next numbered paragraph
- place the cursor at the end of the numbered paragraph and press 'DELETE' key
- on the keyboard.
-
-7. To delete an existing numbered paragraph select the entire numbered
- paragraph text and press 'DELETE' or 'BACKSPACE' key on the keyboard.
-
-
- SUB-PARAGRAPH
--------------------------------------------------------------------------------
-1. To create a sub-paragraph place the cursor at the desired position(start,
- end, in between) of the existing numbered paragraph and press
- 'SHIFT + ENTER' keys on the keyboard.
-
-2. The content of the numbered paragraph will be transformed into sub-paragraph
- and a new sub-paragraph is inserted in the new line available for editing.
-
-3. To create subsequent sub-paragraphs press 'SHIFT + ENTER', a new
- sub-paragraph will be inserted in the new line.
-
-4. To delete an existing sub-paragraph select the entire sub-paragraph content
- and press 'DELETE' or 'BACKSPACE' key on the keyboard.
-
-
- TRANSFROM NUMBERED PARAGRAPH TO POINT AND VICE-VERSA
---------------------------------------------------------------------------------
-1. To transform numbered paragraph into a point place the cursor anywhere in
- the existing paragraph and click on the tool-bar button with the label
- 'Increase Indent'.
-
-2. The paragraph will be transformed into a point and all its children will be
- the child of the new point.
-
-3. To create subsequent points place the cursor at the desired position(start,
- end, in between) of the existing point and press the 'ENTER' key button on
- the keyboard. The point numbers are auto-generated.
-
-3. The first numbered paragraph in the article cannot be transformed to point
- and the tool-bar button for indentation will be disabled.
-
-4. Point can be transformed into numbered paragraph using the 'Decrease Indent'
- tool-bar button wherever possible.
-
-
- AUTHORIAL NOTES
---------------------------------------------------------------------------------
-1. To create an authorial note place the cursor at the desired position in the
- content area and click the tool-bar button with the label 'Create an
- authorial note'.
-
-2. A dialog will open with an input field available to write the authorial
- note text. Click 'Ok' button to close the dialog.
-
-3. A new authorial note will be created with the number auto-generated and the
- numbering of the remaining authorial ntoes will be adjusted accordingly.
-
-3. To edit an existing authorial note double-click on it. A dialog will
- appear to edit the authorial note text. Edit the existing text and click
- 'Ok'
-
-4. To delete an existing authorial note select it with the mouse and press the
- 'DELETE' key on the keyboard. The authorial note will be deleted and the
- numbering of the remaining authorial notes will be adjusted accordingly.
-
-5. To 'drag n drop' an existing authorial notes select it from the little
- square icon that appears over it and drag it to the desired position then
- drop it. The numbering of all the existing authorial notes will adjust
- accordingly.
-
-
- CROSS-REFERENCE
---------------------------------------------------------------------------------
-1. To create a cross-reference to any element inside the current document open
- the editor window and place the cursor at the desired location and click the
- tool-bar button with the label 'Cross-reference'.
-
-2. A dialog will open with the title 'Cross-reference'. The left hand side is
- the document tree and the right hand side is the content area which shows
- the content of the selected element on the tree.
-
-3. Expand the tree and select the element from Preamble(Citations, Recitals) or
- Enacting terms(Article) to display it's content on the content area.
-
-4. It is possible to select the element within the content for e.g. citation,
- recital, paragraph, sub-paragraph, point etc to make it as a cross-reference
- .The selected element is labelled using the input field 'Show reference
- as' provided at the bottom of the dialog window.
- The selected element and the reference label are mandatory to create a cross
- -reference.
-
-5. Click 'Ok' to close the dialog. The cross-reference label will be inserted
- at the position of the cursor. Click 'Save' to save the editor content.
-
-6. To edit an existing cross-reference double-click on the reference label, it
- will open the cross-reference dialog with the selected element highlighted.
- A different element can be selected to modify the referenced element or the
- reference label value can be edited.
-
-7. To remove an existing cross-reference select it with the mouse and press the
- 'DELETE' key on the keyboard.
-
-8. To 'drag n drop' an existing cross-reference select it from the little
- square icon that appears over it and drag it to the desired position then
- drop it.
\ No newline at end of file
diff --git a/docs/HOWTO/09_Document_Table_of_Content.txt b/docs/HOWTO/09_Document_Table_of_Content.txt
new file mode 100644
index 000000000..4e5f0dd95
--- /dev/null
+++ b/docs/HOWTO/09_Document_Table_of_Content.txt
@@ -0,0 +1,33 @@
+ TABLE OF CONTENT - HOWTO
+--------------------------------------------------------------------------------
+
+1. By Default, document viewer is divided into two columns. Left-hand side is
+ document area and right-hand side is table of content. The table of content
+ is a tree consists of hierarchical structure of the document.
+
+2. The tool-bar of the table of content consists of three buttons -
+ - The expand/collapse button to expand or collapse the tree.
+ - The edit button to edit the tree structure.
+ - The refresh button to refresh the table of content.
+
+3. To edit the table of content, click on the icon with label 'Edit'. A dialog
+ will open with title 'Edit table of content'.
+
+4. The dialog is divided into 3 parts, left-hand side is the table of content
+ displays the document tree, right-hand side consists of the elements that
+ can be added to the tree using 'drag n drop' and the bottom area consists of
+ meta-data of the selected element in the tree.
+
+5. The meta-data section consists of three fields: Type, Number and Heading.
+ The 'Heading' field is editable and the rest are read-only. On selection of
+ an element from the table of content, these fields are populated. A 'Delete'
+ button is also provided to delete an element from the tree if possible.
+
+6. New elements can be added to the tree from the right-hand side column using
+ 'drag n drop'.This feature is bounded by the rules of the document structure,
+ so the elements can only be added at a valid level in the hierarchy.
+
+7. After the edition, click on the 'Save' button to save the changes. To close
+ the dialog click on 'Close', the dialog will be closed and the changes will
+ be reflected in the Table of Content and document.
+
\ No newline at end of file
diff --git a/docs/HOWTO/10_Document_Changes_Pane.txt b/docs/HOWTO/10_Document_Changes_Pane.txt
new file mode 100644
index 000000000..d24b08144
--- /dev/null
+++ b/docs/HOWTO/10_Document_Changes_Pane.txt
@@ -0,0 +1,29 @@
+ DOCUMENT CHANGES - HOWTO
+--------------------------------------------------------------------------------
+
+1. An additional column can be enabled in document viewer by clicking on
+ Menu Bar> Setting menu> "Change ON". On enabling via sub menu, a column
+ appears on left side of document viewer called changes pane. The changes
+ pane contains a tool-bar and document content with highlighted changes.
+
+2. The tool-bar of the changes pane consists of following -
+ - A popup button to select versions to compare.
+ - Navigation buttons to move to previous/next change
+ - Button to reset/hide the changes pane
+
+3. On click of popup button, it opens a window which contains a slider and
+ a checkbox. Slider can be used to select versions to show changes between
+ two versions. If the checkbox is selected, it maintains second version at
+ latest available version.
+
+4. When slider is moved and two different versions are selected, the content
+ reflects the changes between two versions. Removed content is marked with red
+ and added content is marked with green colour. Changes are also marked on the
+ scroll-bar.
+
+5. Navigation Buttons on toolbar are for easy navigation between changes. Click
+ on 'Next' button scroll the content to next change. Changes can also be
+ navigated through the markers placed on scroll bar.
+
+6. The right most button on toolbar, hides the changes pane which can be
+ restored by leftmost button on document area.
\ No newline at end of file
diff --git a/docs/HOWTO/11_Compare_two_versions.txt b/docs/HOWTO/11_Compare_two_versions.txt
deleted file mode 100644
index c4cb53945..000000000
--- a/docs/HOWTO/11_Compare_two_versions.txt
+++ /dev/null
@@ -1,19 +0,0 @@
- COMPARE VERSIONS - HOWTO
---------------------------------------------------------------------------------
-
-1. In the document viewer, click the icon on the tool-bar with label 'Compare
- two versions'. A dialog will open with the title 'Version History'.
-
-2. The dialog consists of the list of all versions for the document. Select two
- versions to compare by clicking on each version and click 'Compare'.
-
-3. A new dialog will be displayed with title 'Compare revision v1 with
- revision v2'. where v1 and v2 are the version numbers selected to compare.
- The dialog consists of the header with all the relevant information of the
- document versions.
-
-4. The header also consist of two radio-buttons on the top-right corner to
- change the how the result of the comparison are displayed.
-
-5. The comparison result displays the addition of the text in 'Green' colour
- and deletion of text in 'Red' colour with a strike-through.
diff --git a/docs/HOWTO/11_Leos_editor.txt b/docs/HOWTO/11_Leos_editor.txt
new file mode 100644
index 000000000..6253986cd
--- /dev/null
+++ b/docs/HOWTO/11_Leos_editor.txt
@@ -0,0 +1,212 @@
+
+ LEOS EDITOR - HOWTO
+-------------------------------------------------------------------------------
+
+11a. CITATIONS EDITION
+-------------------------------------------------------------------------------
+1. On mouse-over citations in the document view, the action buttons will be
+ visible on the right side of the highlighted citations.
+
+2. Double-click on the citations content or click on the action button marked
+ as 'T' to edit the citations. Citations in the document will become
+ available for editing. Editable portion of the document will be highlighted.
+
+3. The editable area will be accompanied by of a floating toolbar specially
+ customised for citations with different action buttons.
+
+4. To create a new citation place the cursor at the desired position(start,
+ end, in between) of the existing citation and press the 'ENTER' key on the
+ keyboard. A new citation will be created.
+
+5. To merge an existing citation with the previous citation place the cursor at
+ the beginning of the citation and press 'BACKSPACE' key on the keyboard.
+
+6. To merge an existing citation with the next citation place the cursor at
+ the end of the citation and press 'DELETE' key on the keyboard.
+
+7. To delete an existing citation select the entire citation text and press
+ 'DELETE' or 'BACKSPACE' key on the keyboard.
+
+
+11b. RECITALS EDITION
+-------------------------------------------------------------------------------
+1. On mouse-over recitals in the document view, the action buttons will be
+ visible on the right side of the highlighted recitals.
+
+2. Double-click on the recitals content or click on the action button marked as
+ 'T' to edit the recitals. Recitals in the document will be available for
+ editing. Editable portion of the document will be highlighted.
+
+3. The editable area will be accompanied by of a floating tool-bar specially
+ customised for recitals with different action buttons.
+
+4. To create a new recital place the cursor at the desired position(start, end,
+ in between) of the existing recital and press the 'ENTER' key on the
+ keyboard. A new recital will be created with the number auto-generated.
+
+5. To merge an existing recital with the previous recital place the cursor at
+ the beginning of the recital and press 'BACKSPACE' key on the keyboard.
+
+6. To merge an existing recital with the next recital place the cursor at
+ the end of the recital and press 'DELETE' key on the keyboard.
+
+7. To delete an existing recital select the entire recital text and press
+ 'DELETE' or 'BACKSPACE' key on the keyboard.
+
+
+11c. ARTICLE EDITION
+-------------------------------------------------------------------------------
+1. On mouse-over the article in the document view, the action buttons will be
+ visible on the right side of the highlighted article.
+
+2. Double-click on the article content or click on the action button marked as
+ 'T' to edit the article. The Article will become available for editing.
+ Editable portion of the document will be highlighted.
+
+3. The editable area will be accompanied by of a floating tool-bar specially
+ customised for articles with different action buttons.
+
+
+ NUMBERED PARAGRAPH
+--------------------------------------------------------------------------------
+1. To create a new numbered paragraph place the cursor at the desired position
+ (start, end, in between) of the existing numbered paragraph and press the
+ 'ENTER' key on the keyboard. A new numbered paragraph will be created with
+ the number auto-generated.
+
+5. To merge an existing numbered paragraph with the previous numbered paragraph
+ place the cursor at the beginning of the numbered paragraph and press
+ 'BACKSPACE' key on the keyboard.
+
+6. To merge an existing numbered paragraph with the next numbered paragraph
+ place the cursor at the end of the numbered paragraph and press 'DELETE' key
+ on the keyboard.
+
+7. To delete an existing numbered paragraph select the entire numbered
+ paragraph text and press 'DELETE' or 'BACKSPACE' key on the keyboard.
+
+
+ SUB-PARAGRAPH
+-------------------------------------------------------------------------------
+1. To create a sub-paragraph place the cursor at the desired position(start,
+ end, in between) of the existing numbered paragraph and press
+ 'SHIFT + ENTER' keys on the keyboard.
+
+2. The content of the numbered paragraph will be transformed into sub-paragraph
+ and a new sub-paragraph is inserted in the new line available for editing.
+
+3. To create subsequent sub-paragraphs press 'SHIFT + ENTER', a new
+ sub-paragraph will be inserted in the new line.
+
+4. To delete an existing sub-paragraph select the entire sub-paragraph content
+ and press 'DELETE' or 'BACKSPACE' key on the keyboard.
+
+
+ TRANSFORM NUMBERED PARAGRAPH TO POINT AND VICE-VERSA
+--------------------------------------------------------------------------------
+1. To transform numbered paragraph into a point place the cursor anywhere in
+ the existing paragraph and click on the tool-bar button with the label
+ 'Increase Indent'.
+
+2. The paragraph will be transformed into a point and all its children will be
+ the child of the new point.
+
+3. To create subsequent points place the cursor at the desired position(start,
+ end, in between) of the existing point and press the 'ENTER' key button on
+ the keyboard. The point numbers are auto-generated.
+
+3. The first numbered paragraph in the article cannot be transformed to point
+ and the tool-bar button for indentation will be disabled.
+
+4. Point can be transformed into numbered paragraph using the 'Decrease Indent'
+ tool-bar button wherever possible.
+
+
+ AUTHORIAL NOTES
+--------------------------------------------------------------------------------
+1. To create an authorial note place the cursor at the desired position in the
+ edited area and click the tool-bar button with the label 'Create an
+ authorial note'.
+
+2. A dialog will open with an input field available to write the authorial
+ note text. Click 'Ok' button to close the dialog.
+
+3. A new authorial note will be created with the number auto-generated and the
+ numbering of the remaining authorial ntoes will be adjusted accordingly.
+
+3. To edit an existing authorial note double-click on it. A dialog will
+ appear to edit the authorial note text. Edit the existing text and click
+ 'Ok'
+
+4. To delete an existing authorial note select it with the mouse and press the
+ 'DELETE' key on the keyboard. The authorial note will be deleted and the
+ numbering of the remaining authorial notes will be adjusted accordingly.
+
+5. To 'drag n drop' an existing authorial notes select it from the little
+ square icon that appears over it and drag it to the desired position then
+ drop it. The numbering of all the existing authorial notes will adjust
+ accordingly.
+
+
+ CROSS-REFERENCE
+--------------------------------------------------------------------------------
+1. To create a cross-reference to any element inside the current document, open
+ the editor and place the cursor at the desired location and click the
+ tool-bar button with the label 'Cross-reference'.
+
+2. A dialog will open with the title 'Cross-reference'. The left hand side is
+ the document tree and the right hand side is the content area which shows
+ the content of the selected element on the tree.
+
+3. Expand the tree and select the element from Preamble(Citations, Recitals) or
+ Enacting terms(Article) to display it's content on the content area.
+
+4. It is possible to select the element within the content for e.g. citation,
+ recital, paragraph, sub-paragraph, point etc to make it as a cross-reference
+ .The selected element is labelled using the input field 'Show reference
+ as' provided at the bottom of the dialog window.
+ The selected element and the reference label are mandatory to create a cross
+ -reference.
+
+5. Click 'Ok' to close the dialog. The cross-reference label will be inserted
+ at the position of the cursor. Click 'Save' to save the editor content.
+
+6. To edit an existing cross-reference double-click on the reference label, it
+ will open the cross-reference dialog with the selected element highlighted.
+ A different element can be selected to modify the referenced element or the
+ reference label value can be edited.
+
+7. To remove an existing cross-reference select it with the mouse and press the
+ 'DELETE' key on the keyboard.
+
+8. To 'drag n drop' an existing cross-reference select it from the little
+ square icon that appears over it and drag it to the desired position then
+ drop it.
+
+ COMMENTS
+--------------------------------------------------------------------------------
+1. To create a comment, place the cursor at the desired position in the editor
+ and click the tool-bar button with the label 'Insert Comments'.
+
+2. A dialog will open with an input field available to write a comment. Click
+ 'Ok' button to close the dialog. A new comment will be created and a comment
+ marker will appear at the cursor.
+
+3. If cursor is hovered over the comment marker, comment will appear on
+ right side of the edited area. If 'Show All Comments' is active, hovered
+ comment with appear highlighted among other comments.
+
+3. To edit an existing comment double-click on it. A dialog will appear to edit
+ the comment text. Edit the existing text and click 'Ok'.
+
+4. To delete an existing comment, select it with the mouse and press the
+ 'DELETE' key on the keyboard. The comment will be deleted.
+
+5. To 'drag n drop' an existing comment, select it from the little
+ square icon that appears over it and drag it to the desired position then
+ drop it.
+
+6. Document toolbar provides a 'Show comments' button. On click it displays all
+ the comments in the document. Clicking again on the same button, hides all
+ comments.
+
\ No newline at end of file
diff --git a/docs/HOWTO/09_Articles.txt b/docs/HOWTO/12_Articles.txt
similarity index 100%
rename from docs/HOWTO/09_Articles.txt
rename to docs/HOWTO/12_Articles.txt
diff --git a/docs/HOWTO/12_Edit_metadata.txt b/docs/HOWTO/12_Edit_metadata.txt
deleted file mode 100644
index fea49430e..000000000
--- a/docs/HOWTO/12_Edit_metadata.txt
+++ /dev/null
@@ -1,13 +0,0 @@
- EDIT METADATA - HOWTO
---------------------------------------------------------------------------------
-
-1. Open the document by clicking on the 'Open' button in the repository browser
- .The document will open for editing in the document viewer.
-
-2. Click on the 'Metadata' menu item on the right-hand side of the page and
- select 'Edit'. The 'Edit document metadata' dialog will open with metadata
- values populated for the document.
-
-3. Only the 'Document title' field is available for editing. After the edition
- click on 'Save' and the changes will be saved. Close the dialog by clicking
- the 'Close' button.
\ No newline at end of file
diff --git a/docs/HOWTO/13_Document_Table_of_Content.txt b/docs/HOWTO/13_Document_Table_of_Content.txt
deleted file mode 100644
index c6f0c1242..000000000
--- a/docs/HOWTO/13_Document_Table_of_Content.txt
+++ /dev/null
@@ -1,33 +0,0 @@
- TABLE OF CONTENT - HOWTO
---------------------------------------------------------------------------------
-
-1. Document viewer is divided into two columns. Left-hand side is document area
- and right-hand side is table of content. The table of content is a tree
- consists of hierarchical structure of the document.
-
-2. The tool-bar of the table of content consists of three buttons -
- - The expand/collapse button to expand or collapse the tree.
- - The edit button to edit the tree structure.
- - The refresh button to refresh the table of content.
-
-3. To edit the table of content, click on the icon with label 'Edit'. A dialog
- will open with title 'Edit table of content'.
-
-4. The dialog is divided into 3 parts, left-hand side is the table of content
- displays the document tree, right-hand side consists of the elements that
- can be added to the tree using 'drag n drop' and the bottom area consists of
- meta-data of the selected element in the tree.
-
-5. The meta-data section consists of three fields: Type, Number and Heading.
- The 'Heading' field is editable and the rest are read-only. On selection of
- an element from the table of content, these fields are populated. A 'Delete'
- button is also provided to delete an element from the tree if possible.
-
-6. New elements can be added to the tree from the right-hand side column using
- 'drag n drop'.This feature is bounded by the rules of the document structure
- , so the elements can only be added at a valid level in the hierarchy.
-
-7. After the edition, click on the 'Save' button to save the changes. To close
- the dialog click on 'Close', the dialog will be closed and the changes will
- be reflected in the Table of Content and document.
-
\ No newline at end of file
diff --git a/docs/HOWTO/10_Preview_document.txt b/docs/HOWTO/13_Preview_document.txt
similarity index 100%
rename from docs/HOWTO/10_Preview_document.txt
rename to docs/HOWTO/13_Preview_document.txt
diff --git a/docs/HOWTO/14_Collaborative_editing.txt b/docs/HOWTO/14_Collaborative_editing.txt
deleted file mode 100644
index 61711ac59..000000000
--- a/docs/HOWTO/14_Collaborative_editing.txt
+++ /dev/null
@@ -1,27 +0,0 @@
- COLLABORATIVE EDITING - HOWTO
---------------------------------------------------------------------------------
-1. In Leos application, it is possible to edit a document by two or more
- different users simultaneously. One document can be opened by two or more
- users and each user can edit different elements(articles, citations,
- recitals etc.) at the same time. It is not allowed to modify the meta-data
- if there are more than one user working on the document.
-
-2. If a user is already working on a document, a user icon will be displayed in
- the repository browser, below the document icon and on mouse-over, user
- details will be shown as tool-tip.
-
-3. If some users are already working on a document and any user performs any
- action such as open/edit/save, all users working on same document will
- gets a notification about action performed in the document viewer.
-
-4. Multiple users can edit different elements simultaneously but is not allowed
- to make changes to the structure of the document if the editing is being
- performed. For e.g. it is not allowed to edit the metadata, table of content
- or insert and delete an article from the document if any other user has
- editor open.
-
-5. If the editing is not being done, it is allowed to perform the structural
- changes to the document.
-
-6. If one user close the document, the other users gets the notification about
- it.
\ No newline at end of file
diff --git a/docs/HOWTO/14_Edit_metadata.txt b/docs/HOWTO/14_Edit_metadata.txt
new file mode 100644
index 000000000..21f67eea6
--- /dev/null
+++ b/docs/HOWTO/14_Edit_metadata.txt
@@ -0,0 +1,13 @@
+ EDIT METADATA - HOWTO
+--------------------------------------------------------------------------------
+
+1. Open the document by clicking on the 'Open' button in the repository browser
+ .The document will open for editing in the document viewer.
+
+2. Click on the 'Metadata' menu item on the right-hand side of the page and
+ select 'Edit'. The 'Edit document metadata' dialog will open with metadata
+ values populated for the document.
+
+3. Only the 'Document title' field is available for editing. After the edition
+ click on 'Save' and the changes will be saved. Close the dialog by clicking
+ the 'Close' button.
\ No newline at end of file
diff --git a/docs/HOWTO/15_Comments_viewer.txt b/docs/HOWTO/15_Comments_viewer.txt
deleted file mode 100644
index e221cea9d..000000000
--- a/docs/HOWTO/15_Comments_viewer.txt
+++ /dev/null
@@ -1,31 +0,0 @@
- COMMENT VIEWER - HOWTO
---------------------------------------------------------------------------------
-1. Comment viewer is a read-only view for the document which is used mainly for
- review and comment purpose. No content modification is allowed and the user
- can provide review comments related to document content.
-
-2. Comment viewer is available for the documents having the stage as
- 'IN REVIEW'. Click on the 'Open' button to open the document in Comment
- viewer. It is only allowed to add, edit or delete comments.
-
-3. A comment can be added to a paragraph, sub-paragraph and point. On
- mouse-over to these elements a '+' icon becomes visible on right side of
- element and if the mouse is placed over the button, the icon colour will
- change to 'Green'.
-
-4. To add a comment, click on the '+' icon and a small in-line dialog will open
- with a place to type comment. The user-name and DG is displayed in
- the dialog for the user, inserting the comment. After typing the comment,
- click on 'Post' to save the comment.
-
-5. The comment will be posted and the '+' icon will be replaced by the number
- of comments added for that element. To edit the existing comment, click
- on the icon with number and the in-line dialog will open with the existing
- comment. A user can edit/delete only his own comments.
-
-6. To add another comment to the same element, click on the '+' with label
- 'Leave a comment' and another place will be available to type next comment.
-
-7. To delete an existing comment, open the in-line dialog and click 'Delete'.
- The comment will be deleted and number of comments will be adjusted
- accordingly.
diff --git a/docs/HOWTO/15_Compare_two_versions.txt b/docs/HOWTO/15_Compare_two_versions.txt
new file mode 100644
index 000000000..5f6997b30
--- /dev/null
+++ b/docs/HOWTO/15_Compare_two_versions.txt
@@ -0,0 +1,19 @@
+ COMPARE VERSIONS - HOWTO
+--------------------------------------------------------------------------------
+
+1. In the document viewer, click the icon on the tool-bar with label 'Compare
+ two versions'. A dialog will open with the title 'Version History'.
+
+2. The dialog consists of the list of all versions for the document. Select two
+ versions to compare by clicking on each version and click 'Compare'.
+
+3. A new dialog will be displayed with title 'Compare revision v1 with
+ revision v2'. where v1 and v2 are the version numbers selected to compare.
+ The dialog consists of the header with all the relevant information of the
+ document versions.
+
+4. The header also consist of two radio-buttons on the top-right corner to
+ change the how the result of the comparison are displayed.
+
+5. The comparison result displays the addition of the text in 'Green' colour
+ and deletion of text in 'Red' colour with a strike-through.
diff --git a/docs/HOWTO/16_Collaborative_editing.txt b/docs/HOWTO/16_Collaborative_editing.txt
new file mode 100644
index 000000000..4994df7fa
--- /dev/null
+++ b/docs/HOWTO/16_Collaborative_editing.txt
@@ -0,0 +1,27 @@
+ COLLABORATIVE EDITING - HOWTO
+--------------------------------------------------------------------------------
+1. In Leos application, it is possible to edit a document by two or more
+ different users simultaneously. One document can be opened by two or more
+ users and each user can edit different elements(articles, citations, recitals
+ etc.) at the same time. It is not allowed to modify the
+ meta-data if there are more than one user working on the document.
+
+2. If a user is already working on a document, a user icon will be displayed in
+ the repository browser, below the document icon and on mouse-over, user
+ details will be shown as tool-tip.
+
+3. If some users are already working on a document and any user performs any
+ action such as open/edit/save, all users working on same document will
+ gets a notification about action performed in the document viewer.
+
+4. Multiple users can edit different elements simultaneously but is not allowed
+ to make changes to the structure of the document if the editing is being
+ performed. For e.g. it is not allowed to edit the metadata, table of content
+ or insert and delete an article from the document if any other user has
+ editor open.
+
+5. If the editing is not being done, it is allowed to perform the structural
+ changes to the document.
+
+6. If one user close the document, the other users gets the notification about
+ it.
\ No newline at end of file
diff --git a/docs/HOWTO/17_Comments_viewer.txt b/docs/HOWTO/17_Comments_viewer.txt
new file mode 100644
index 000000000..2195c3316
--- /dev/null
+++ b/docs/HOWTO/17_Comments_viewer.txt
@@ -0,0 +1,31 @@
+ COMMENT VIEWER - HOWTO
+--------------------------------------------------------------------------------
+1. Comment viewer is a read-only view for the document which is used mainly for
+ review and comment purpose. No content modification is allowed and the user
+ can provide review comments related to document content.
+
+2. Comment viewer is available for the documents having the stage as 'IN REVIEW'
+ . Click on the 'Open' button to open the document in Comment viewer. It is
+ only allowed to add, edit or delete comments.
+
+3. A comment can be added to a paragraph, sub-paragraph and point. On mouse-over
+ to these elements a '+' icon becomes visible on right side of element and if
+ the mouse is placed over the button, the icon colour will change to 'Green'.
+
+4. To add a comment, click on the '+' icon and a small in-line dialog will open
+ with a place to type comment. The user-name and DG is displayed in
+ the dialog for the user, inserting the comment. After typing the comment,
+ click on 'Post' to save the comment.
+
+5. The comment will be posted and the '+' icon will be replaced by the number
+ of comments added for that element. To edit the existing comment, click
+ on the icon with number and the in-line dialog will open with the existing
+ comment. A user can edit/delete only his own comments.
+
+6. To add another comment to the same element, click on the '+' with label
+ 'Leave a comment' and another place will be available to type next comment.
+
+7. To delete an existing comment, open the in-line dialog and click 'Delete'.
+ The comment will be deleted and number of comments will be adjusted
+ accordingly.
+
\ No newline at end of file
diff --git a/docs/HOWTO/16_User Roles.txt b/docs/HOWTO/18_User Roles.txt
similarity index 100%
rename from docs/HOWTO/16_User Roles.txt
rename to docs/HOWTO/18_User Roles.txt
diff --git a/docs/HOWTO/1_Create_document.txt b/docs/HOWTO/1_Create_document.txt
deleted file mode 100644
index 1014944f5..000000000
--- a/docs/HOWTO/1_Create_document.txt
+++ /dev/null
@@ -1,32 +0,0 @@
- CREATE A DOCUMENT - HOWTO
---------------------------------------------------------------------------------
-
-1. In the repository browser, click on the button 'Create document' on the top
- right hand side of the view.
-
-2. A dialog box titled 'Create new legislative document - Template
- Selection' will appear. Its purpose is to select a template for the new
- document and provide some information about document like document name etc.
-
-3. Different Templates are available in the tree format. There are various
- controls available to browse templates
- a) On top left corner, a button is provided to quickly expand the template
- tree.
- b) By clicking on arrow buttons, you can selectively browse the tree.
- c) A input box with title 'Type' is available to filter templates by name.
-
-4. Select the desired template to be used for creating the document. Only few
- templates are available for selection in prototype. After selection, a brief
- description of the selected template is displayed at the bottom of the tree
- and the 'Language' drop-down is activated to select the available language of
- the template.
-
-5. Clicking on 'Next' will navigate to 'Document metadata' screen. It
- consist of pre-populated input fields with the data based on the selected
- template. The input field 'Document title' is available for editing to
- provide the title of the new document. The title has to be a unique name
- else document will not be created.
-
-6. Click 'Finish' to create a document. The dialog box will be closed and a new
- document will be created. This new document will be available in repository
- browser.
\ No newline at end of file
diff --git a/docs/HOWTO/2_Open_document.txt b/docs/HOWTO/2_Open_document.txt
deleted file mode 100644
index e9702e71f..000000000
--- a/docs/HOWTO/2_Open_document.txt
+++ /dev/null
@@ -1,8 +0,0 @@
- OPEN DOCUMENT - HOWTO
---------------------------------------------------------------------------------
-
-1. The repository browser contains list of documents with each document card
- consists of an 'Open' button.
-
-2. Clicking on Open button will open the legislative document.
-
\ No newline at end of file
diff --git a/docs/HOWTO/3_Delete_document.txt b/docs/HOWTO/3_Delete_document.txt
deleted file mode 100644
index e76f33c9d..000000000
--- a/docs/HOWTO/3_Delete_document.txt
+++ /dev/null
@@ -1,12 +0,0 @@
- DELETE DOCUMENT - HOWTO
---------------------------------------------------------------------------------
-
-1. Only user, who has created the document, has the rights to delete it.
-
-2. In repository browser, a 'Delete' button is shown on the document card if
- user is creator of the document.
-
-3. On click of this 'Delete' button, a confirmation is asked from user.
-
-4. On click of 'Delete' button on confirmation dialogue, the document will be
- permanently deleted from the repository.
\ No newline at end of file
diff --git a/docs/HOWTO/4_Search_documents.txt b/docs/HOWTO/4_Search_documents.txt
deleted file mode 100644
index 96866233c..000000000
--- a/docs/HOWTO/4_Search_documents.txt
+++ /dev/null
@@ -1,9 +0,0 @@
- SEARCH DOCUMENTS - HOWTO
---------------------------------------------------------------------------------
-
-1. On top of the repository browser, a search field is provided to search
- documents from list of available documents.
-
-2. To search, input full or part of the document title and if found, the list
- of documents will be displayed matching the input text.
-
\ No newline at end of file
diff --git a/docs/HOWTO/5_Manage_contributors.txt b/docs/HOWTO/5_Manage_contributors.txt
deleted file mode 100644
index 435c51571..000000000
--- a/docs/HOWTO/5_Manage_contributors.txt
+++ /dev/null
@@ -1,21 +0,0 @@
- MANAGE CONTRIBUTORS - HOWTO
---------------------------------------------------------------------------------
-
-1. The owner/author of a document can choose to share the document with other
- users who can then view and edit content of the document. These additional
- users are called contributors in LEOS.
-
-2. If a user is owner of a document, a 'Contributors' button is available, next
- to the title on document card in the repository browser.
-
-3. To add a contributor, click on the 'Contributors' link or small '+' icon. A
- dialog will open with the list of all available users of the application.
-
-3. Select required users to add as contributors to the document and click
- 'Save'. The users will be added to the list of contributors and will be
- visible below the 'Contributors' link. Now, this document will be available
- in repository browser of all the contributors for viewing and editing.
-
-4. To remove an existing contributor, click on the small '-' icon before the
- contributor's name. The user will be removed from the list of contributors
- of the document and hence will not be able to view or edit the document.
\ No newline at end of file
diff --git a/docs/HOWTO/6_Document_stages.txt b/docs/HOWTO/6_Document_stages.txt
deleted file mode 100644
index 31b462f3d..000000000
--- a/docs/HOWTO/6_Document_stages.txt
+++ /dev/null
@@ -1,38 +0,0 @@
- DOCUMENT STAGES
---------------------------------------------------------------------------------
- In LEOS, Document Stage is a property of document which indicates where the
-document stands in editing process and which all actions are available for the
-document.
-
-There are three stages as of now.
-1. IN DRAFTING
- In this stage, a document is being drafted from template. A single or
- multiple users can work over document. But LEOS is owner system of the
- document. Here elements can be added, removed, edited.
-2. IN EDITING
- This stage is similar to IN DRAFTING stage with one major difference. At
- this stage, LEOS is not anymore owner of the document. Mostly, the document
- is imported from any other collaborating systems and will be exported back
- to owner system at end of the editing. As of now, integration with other
- systems is out of scope. So, behaviour is same as that of IN DRAFTING stage.
-3. IN REVIEW
- This stage signifies that drafting phase of the document is completed and
- now document is open to a wider audience for commenting and their reviews on
- different aspects of the document. In this stage, a user can not modify
- content of the document but only add/edit/delete comment on the different
- sections of the document. Many other functions like editing metadata,
- preview etc. are not available
-
-
- CHANGING STAGE
---------------------------------------------------------------------------------
- LEOS is not intended to be a workflow system. So stage should not be
-manipulated in LEOS. But for admin purpose, a test functionality is available.
-
-1. Go to Repository browser and find the document.
-
-2. Click on stage value which is located on top-right corner of the document
- card. A drop down will appear.
-
-3. Select the intended stage and it will result in change in document stage.
-
diff --git a/docs/HOWTO/7_Document_filters.txt b/docs/HOWTO/7_Document_filters.txt
deleted file mode 100644
index 6a146dcc6..000000000
--- a/docs/HOWTO/7_Document_filters.txt
+++ /dev/null
@@ -1,22 +0,0 @@
- FILTERS - HOWTO
---------------------------------------------------------------------------------
-
-1. In the repository view, on the left pane, filters are available
- to filter the list of documents in the view based on different criteria.
-
-2. The filters consists of:
-
- - STAGES: A document can be in one the three stages 'IN REVIEW',
- 'IN DRAFTING' or 'FOR EDITION'. Documents with selected stages
- will appear in the list.
-
- - TEMPLATES: Shows the list of documents created using the selected
- templates.
-
- - LANGUAGES: Shows the list of documents created using the selected
- languages.
-
- - ROLES: Shows the list of documents with the selected user roles.
-
-3. A 'Reset' button is provided on top-right side of filter pane to reset the
- changed filters to initial state.
\ No newline at end of file
diff --git a/docs/HOWTO/9_Articles.txt b/docs/HOWTO/9_Articles.txt
deleted file mode 100644
index 946d2b02f..000000000
--- a/docs/HOWTO/9_Articles.txt
+++ /dev/null
@@ -1,21 +0,0 @@
- ARTICLES - HOWTO
---------------------------------------------------------------------------------
-
-1. To insert an article in the document, mouse-over an existing article in the
- document viewer, the action buttons will be visible on the right side of the
- highlighted article.
-
-2. Click on the 'Insert article after' or 'Insert article before' action button
- to insert a new article before or after an existing article. The article
- numbering will be adjusted accordingly.
-
-3. To delete an article click on the 'Delete article' action button, the article
- will be deleted from the document and the article numbering will be adjusted
- accordingly.
-
-4. To edit an article refer to 'ARTICLE EDITION' in 'Leos Editor HOWTO'.
-
- Note: Some of the article may have only few of these actions available. This
- is due to a functional requirement that some of articles are mandatory for
- the document type.
-
\ No newline at end of file
diff --git a/docs/HOWTO/User Roles.txt b/docs/HOWTO/User Roles.txt
deleted file mode 100644
index 5b8cbecd5..000000000
--- a/docs/HOWTO/User Roles.txt
+++ /dev/null
@@ -1,33 +0,0 @@
- USER ROLES - HOWTO
---------------------------------------------------------------------------------
-Roles :
-- author (creator of the document)
-- contributor (list of people allowed to edit)
-
-An author can:
-- create/edit/delete a document
-- add and remove (aka grant and revoke) contributor for a document
-
-A contributor can:
-- edit a document
-
- BEHAVIOUR
---------------------------------------------------------------------------------
-Behaviour UI:
-- Only view list of document where user is author or contributor
-- Only offer the delete button to the author.
-- Add grant and revoke facilities for document author.
-
-
- USER LOOKUP
---------------------------------------------------------------------------------
-Provided by third party integration
-By default LEOS embedded a H2 database storing the user
-
-
- ROLE STORAGE
---------------------------------------------------------------------------------
-Authors and contributors are stored key and names are stored as CMIS
-leos:document properties under:
-leos:authorIds, leos:authorNames, leos:contributorIds, leos:contributorNames
-
diff --git a/docs/ReleaseNotes_v3.0/ReleaseNotes_v3.0.txt b/docs/ReleaseNotes_v3.0/ReleaseNotes_v3.0.txt
new file mode 100644
index 000000000..6eeac1b85
--- /dev/null
+++ b/docs/ReleaseNotes_v3.0/ReleaseNotes_v3.0.txt
@@ -0,0 +1,17 @@
+Updated HOWTO documentation
+
+Document Viewer
+ - Document changes pane
+ - Version selector
+ - Change markers
+ - Change navigation
+
+Editor
+- New inline edition
+- Improved user comments
+
+Updated dependencies (frameworks and libraries)
+Technical improvements
+
+Please see the README file included in the release to learn how to compile and run the project on your local machine without external dependencies.
+
diff --git a/modules/editor/pom.xml b/modules/editor/pom.xml
deleted file mode 100644
index 78ad228ad..000000000
--- a/modules/editor/pom.xml
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-