diff --git a/.classpath b/.classpath index 98950fb..67a8039 100644 --- a/.classpath +++ b/.classpath @@ -34,16 +34,16 @@ + + + + + - - - - - diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 54826f7..970976d 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -5,7 +5,7 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 org.eclipse.jdt.core.compiler.compliance=1.5 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.assertIdentifier=error diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 0e1ab07..68b4be5 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,7 +4,10 @@ - + + uses + + uses diff --git a/TabularDataPortletTest-dev.launch b/TabularDataPortletTest-dev.launch deleted file mode 100644 index afcfc4b..0000000 --- a/TabularDataPortletTest-dev.launch +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/TabularDataPortletTest-prod.launch b/TabularDataPortletTest-prod.launch deleted file mode 100644 index 98710e1..0000000 --- a/TabularDataPortletTest-prod.launch +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/logback-classic-1.0.1.jar b/lib/logback-classic-1.0.1.jar new file mode 100644 index 0000000..16be5a5 Binary files /dev/null and b/lib/logback-classic-1.0.1.jar differ diff --git a/lib/slf4j-api-1.6.4.jar b/lib/slf4j-api-1.6.4.jar new file mode 100644 index 0000000..76ef305 Binary files /dev/null and b/lib/slf4j-api-1.6.4.jar differ diff --git a/lib/slf4j-simple-1.7.5.jar b/lib/slf4j-simple-1.7.5.jar new file mode 100644 index 0000000..eca11dd Binary files /dev/null and b/lib/slf4j-simple-1.7.5.jar differ diff --git a/pom.xml b/pom.xml index 8fcb47e..1f75add 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,6 @@ org.gcube.portlets.user tabular-data-portlet 2.0.0-SNAPSHOT - war tabular-data-portlet tabular-data-portlet manages tabular data @@ -255,6 +254,14 @@ org.slf4j slf4j-api + compile + + + + ch.qos.logback + logback-classic + 1.0.1 + runtime @@ -298,7 +305,7 @@ - TabularDataPortlet.html + tabulardataportlet.html ${webappDirectory} org.gcube.portlets.user.td.tabulardataportlet @@ -314,23 +321,15 @@ compile - + ${webappDirectory} - + @@ -457,4 +456,5 @@ + war diff --git a/src/main/resources/devNext.gcubekey b/src/main/resources/devNext.gcubekey new file mode 100644 index 0000000..b113201 --- /dev/null +++ b/src/main/resources/devNext.gcubekey @@ -0,0 +1 @@ +< ¬@Qaj¤F€g¸ðQ \ No newline at end of file diff --git a/src/main/resources/devsec.gcubekey b/src/main/resources/devsec.gcubekey new file mode 100644 index 0000000..b113201 --- /dev/null +++ b/src/main/resources/devsec.gcubekey @@ -0,0 +1 @@ +< ¬@Qaj¤F€g¸ðQ \ No newline at end of file diff --git a/src/main/resources/gCubeApps.gcubekey b/src/main/resources/gCubeApps.gcubekey new file mode 100644 index 0000000..b113201 --- /dev/null +++ b/src/main/resources/gCubeApps.gcubekey @@ -0,0 +1 @@ +< ¬@Qaj¤F€g¸ðQ \ No newline at end of file diff --git a/src/main/resources/gcube.gcubekey b/src/main/resources/gcube.gcubekey new file mode 100644 index 0000000..b113201 --- /dev/null +++ b/src/main/resources/gcube.gcubekey @@ -0,0 +1 @@ +< ¬@Qaj¤F€g¸ðQ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp b/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp index e6b047e..08e1347 100644 --- a/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp +++ b/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp @@ -6,7 +6,7 @@ - +
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index abdc860..c05a2d1 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -49,10 +49,10 @@ - + jUnitHostImpl @@ -120,13 +120,7 @@ /tabulardataportlet/LocalUploadServlet - - - imageServlet - /tabulardataportlet/ImageService - - - + WorkspaceLightService @@ -134,10 +128,10 @@ - + + jUnitHostImpl /tabulardataportlet/junithost/* @@ -163,6 +163,6 @@ - TabularDataPortlet.html + tabulardataportlet.html diff --git a/src/main/webapp/TabularDataPortlet.css b/src/main/webapp/tabulardataportlet.css similarity index 100% rename from src/main/webapp/TabularDataPortlet.css rename to src/main/webapp/tabulardataportlet.css diff --git a/src/main/webapp/TabularDataPortlet.html b/src/main/webapp/tabulardataportlet.html similarity index 93% rename from src/main/webapp/TabularDataPortlet.html rename to src/main/webapp/tabulardataportlet.html index 1441c3f..4e99c76 100644 --- a/src/main/webapp/TabularDataPortlet.html +++ b/src/main/webapp/tabulardataportlet.html @@ -8,7 +8,7 @@ - + @@ -42,8 +42,8 @@ in order for this application to display correctly.
-
-
+ diff --git a/tabulardataportlet.launch b/tabulardataportlet.launch new file mode 100644 index 0000000..1a72288 --- /dev/null +++ b/tabulardataportlet.launch @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + +