diff --git a/wise-editor/pom.xml b/wise-editor/pom.xml index 50d53e33..83f7dde7 100644 --- a/wise-editor/pom.xml +++ b/wise-editor/pom.xml @@ -2,8 +2,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 wise-editor - jar - WiseMapping Standalone Editor Distribution + war + WiseMapping Editor http://www.wisemapping.org org.wisemapping @@ -26,4 +26,64 @@ provided + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.26 + + + + 8080 + 60000 + + + ${project.build.directory}/wise-editor-3.0-SNAPSHOT.war + + + + + maven-war-plugin + 2.1.1 + + js/mindplot-min.js + + + org.wisemapping + core-js + jar + js + + *.js + + + + org.wisemapping + mindplot + jar + css + + **/*.css + **/*.html + + + + org.wisemapping + mindplot + jar + js + + *.js + + + + + + + + + + diff --git a/wise-editor/src/main/webapp/WEB-INF/web.xml b/wise-editor/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..4135b67b --- /dev/null +++ b/wise-editor/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/wise-editor/src/main/webapp/index.html b/wise-editor/src/main/webapp/index.html index 280da913..7e1907b5 100644 --- a/wise-editor/src/main/webapp/index.html +++ b/wise-editor/src/main/webapp/index.html @@ -1,6 +1,6 @@ - + diff --git a/wise-webapp/pom.xml b/wise-webapp/pom.xml index 700422b0..0761226c 100644 --- a/wise-webapp/pom.xml +++ b/wise-webapp/pom.xml @@ -39,6 +39,7 @@ wise-editor 3.0-SNAPSHOT provided + war org.wisemapping @@ -347,6 +348,19 @@ wisemapping + + org.wisemapping + wise-editor + war + css + + **/*.css + **/*.jpg + **/*.ico + **/*.jpg + **/*.less + + org.wisemapping core-js diff --git a/wise-webapp/src/main/webapp/images/es.gif b/wise-webapp/src/main/webapp/images/es.gif new file mode 100644 index 00000000..beca3a94 Binary files /dev/null and b/wise-webapp/src/main/webapp/images/es.gif differ diff --git a/wise-webapp/src/main/webapp/images/fr.gif b/wise-webapp/src/main/webapp/images/fr.gif new file mode 100644 index 00000000..50497a8e Binary files /dev/null and b/wise-webapp/src/main/webapp/images/fr.gif differ diff --git a/wise-webapp/src/main/webapp/images/icon_triangle_grey_12x13.gif b/wise-webapp/src/main/webapp/images/icon_triangle_grey_12x13.gif new file mode 100644 index 00000000..0bb01df5 Binary files /dev/null and b/wise-webapp/src/main/webapp/images/icon_triangle_grey_12x13.gif differ diff --git a/wise-webapp/src/main/webapp/images/info.png b/wise-webapp/src/main/webapp/images/info.png new file mode 100644 index 00000000..12cd1aef Binary files /dev/null and b/wise-webapp/src/main/webapp/images/info.png differ diff --git a/wise-webapp/src/main/webapp/images/uk.gif b/wise-webapp/src/main/webapp/images/uk.gif new file mode 100644 index 00000000..ed00d9b2 Binary files /dev/null and b/wise-webapp/src/main/webapp/images/uk.gif differ