From 69fbe5d2b8222c350482c9fcb9d87937ca0afd82 Mon Sep 17 00:00:00 2001 From: maximesinclair Date: Wed, 19 Feb 2014 23:37:33 +0100 Subject: [PATCH] [FEATURE] CodeMirror first basic implementation --- pom.xml | 5 +++++ src/main/webapp/index.jsp | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e8c388a..1468345 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,11 @@ jstl 1.2 + + org.webjars + codemirror + 3.21 + HTTPClient HTTPClient diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index bd41ffe..93d9ace 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -23,9 +23,11 @@ - + + + PlantUMLServer @@ -41,7 +43,7 @@ <%-- CONTENT --%>

- +

@@ -82,5 +84,8 @@ <%-- FOOTER --%> <%@ include file="footer.jspf" %> +