diff --git a/core-js/pom.xml b/core-js/pom.xml index 7ecbdab4..04f690f6 100644 --- a/core-js/pom.xml +++ b/core-js/pom.xml @@ -40,7 +40,23 @@ maven-release-plugin 2.5 - + + com.github.searls + jasmine-maven-plugin + 1.3.1.5 + + + + test + + + + + + Functions.js + + + net.alchim31.maven yuicompressor-maven-plugin diff --git a/mindplot/pom.xml b/mindplot/pom.xml index 16570a26..e35b75f6 100644 --- a/mindplot/pom.xml +++ b/mindplot/pom.xml @@ -254,6 +254,153 @@ true + + com.github.searls + jasmine-maven-plugin + 1.3.1.5 + + + + test + + + + + + net.sourceforge.htmlunit + htmlunit + 2.15 + + + + + libraries/mootools/mootools-core-1.4.5-full-nocompat-yc.js + lib/jquery-1.8.2.js + lib/core.js/ + lib/web2d.svg-min.js + libraries/hotkeys/jquery.hotkeys.js + libraries/underscorejs/underscore-min.js + libraries/bootstrap/js/bootstrap.js + + + header.js + Events.js + Messages.js + TopicEventDispatcher.js + model/IMindmap.js + model/Mindmap.js + model/INodeModel.js + model/NodeModel.js + model/RelationshipModel.js + ActionDispatcher.js + StandaloneActionDispatcher.js + DesignerModel.js + Designer.js + ScreenManager.js + Workspace.js + ShrinkConnector.js + Keyboard.js + DesignerKeyboard.js + Keyboard.js + TopicStyle.js + NodeGraph.js + Topic.js + CentralTopic.js + MainTopic.js + DragTopic.js + DragManager.js + DragPivot.js + ConnectionLine.js + Relationship.js + DragConnector.js + TextEditor.js + MultilineTextEditor.js + TextEditorFactory.js + util/Shape.js + util/FadeEffect.js + persistence/ModelCodeName.js + persistence/XMLSerializer_Pela.js + persistence/XMLSerializer_Tango.js + persistence/Pela2TangoMigrator.js + persistence/XMLSerializer_Beta.js + persistence/Beta2PelaMigrator.js + persistence/XMLSerializerFactory.js + PersistenceManager.js + RestPersistenceManager.js + LocalStorageManager.js + EditorProperties.js + IconGroup.js + Icon.js + LinkIcon.js + NoteIcon.js + ActionIcon.js + ImageIcon.js + model/FeatureModel.js + model/IconModel.js + model/LinkModel.js + model/NoteModel.js + Command.js + DesignerActionRunner.js + DesignerUndoManager.js + ControlPoint.js + 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 + layout/Node.js + layout/RootedTreeSet.js + layout/ChildrenSorterStrategy.js + layout/AbstractBasicSorter.js + layout/BalancedSorter.js + layout/SymmetricSorter.js + 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 + simpleTest.js + + + diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index 76a7f1fe..02ebda63 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -3,13 +3,13 @@ ################################################################################## # MySQL 5.X configuration properties -database.url=jdbc:mysql://localhost/wisemapping?useUnicode=yes&characterEncoding=UTF-8 -database.driver=com.mysql.jdbc.Driver -database.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -database.username=wisemapping -database.password=password -database.validation.enabled=true -database.validation.query=SELECT 1 +#database.url=jdbc:mysql://localhost/wisemapping?useUnicode=yes&characterEncoding=UTF-8 +#database.driver=com.mysql.jdbc.Driver +#database.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect +#database.username=wisemapping +#database.password=password +#database.validation.enabled=true +#database.validation.query=SELECT 1 ## PostgreSQL configuration properties #database.url=jdbc:postgresql:///wisemapping @@ -23,11 +23,11 @@ database.validation.query=SELECT 1 # HSQL Configuration properties -#database.url=jdbc:hsqldb:file:${database.base.url}/db/wisemapping -#database.driver=org.hsqldb.jdbc.JDBCDriver -#database.hibernate.dialect=org.hibernate.dialect.HSQLDialect -#database.username=sa -#database.password= +database.url=jdbc:hsqldb:file:${database.base.url}/db/wisemapping +database.driver=org.hsqldb.jdbc.JDBCDriver +database.hibernate.dialect=org.hibernate.dialect.HSQLDialect +database.username=sa +database.password= database.validation.enabled=false database.validation.query=