From 22ad9fadbccddf3951002b2078a155f53b7b3a6b Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 27 Nov 2015 14:52:31 +0000 Subject: [PATCH] 1543: StatMan AIgorithms Importer - Create a widget to support code editing Task-Url: https://support.d4science.org/issues/1543 Fixed Javascript library support git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/acegwt-widget@120453 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 3 +-- .../edu/ycp/cs/dh/acegwt/public}/js/jquery-1.11.3.min.js | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename src/main/{webapp => resources/edu/ycp/cs/dh/acegwt/public}/js/jquery-1.11.3.min.js (100%) diff --git a/pom.xml b/pom.xml index 5784469..b988588 100644 --- a/pom.xml +++ b/pom.xml @@ -163,8 +163,7 @@ - compile - test + resources diff --git a/src/main/webapp/js/jquery-1.11.3.min.js b/src/main/resources/edu/ycp/cs/dh/acegwt/public/js/jquery-1.11.3.min.js similarity index 100% rename from src/main/webapp/js/jquery-1.11.3.min.js rename to src/main/resources/edu/ycp/cs/dh/acegwt/public/js/jquery-1.11.3.min.js