From 429f3350017a268f40af98856851a2a089f5814e Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sun, 26 Oct 2014 17:53:57 -0300 Subject: [PATCH] jasmine framework configured for mindplot --- mindplot/pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/mindplot/pom.xml b/mindplot/pom.xml index 18bbfdaa..73050ea8 100644 --- a/mindplot/pom.xml +++ b/mindplot/pom.xml @@ -280,6 +280,7 @@ lib/web2d.svg-min.js libraries/hotkeys/jquery.hotkeys.js libraries/underscorejs/underscore-min.js + libraries/bootstrap/underscore-min.js header.js @@ -345,6 +346,33 @@ EditorOptions.js RelationshipPivot.js TopicFeature.js + commands/GenericFunctionCommand.js + commands/DeleteCommand.js + commands/DragTopicCommand.js + commands/AddTopicCommand.js + commands/ChangeFeatureToTopicCommand.js + commands/RemoveFeatureFromTopicCommand.js + commands/AddFeatureToTopicCommand.js + commands/AddRelationshipCommand.js + commands/MoveControlPointCommand.js + widget/ModalDialogNotifier.js + widget/ToolbarNotifier.js + widget/ToolbarItem.js + widget/ToolbarPaneItem.js + widget/NoteEditor.js + widget/LinkEditor.js + widget/FloatingTip.js + widget/LinkIconTooltip.js + widget/KeyboardShortcutTooltip.js + widget/ColorPalettePanel.js + widget/ListToolbarPanel.js + widget/FontFamilyPanel.js + widget/FontSizePanel.js + widget/TopicShapePanel.js + widget/IconPanel.js + widget/IMenu.js + widget/Menu.js + TopicFeature.js layout/EventBusDispatcher.js layout/ChangeEvent.js layout/LayoutManager.js @@ -357,6 +385,15 @@ layout/GridSorter.js layout/OriginalLayout.js layout/EventBus.js + MessageBundle_en.js + MessageBundle_es.js + MessageBundle_de.js + MessageBundle_fr.js + MessageBundle_pt_BR.js + MessageBundle_zh_CN.js + MessageBundle_zh_TW.js + MessageBundle_ca.js + footer.js static/test/*.js