From 8405db1b87533d8efa975d3eef2868519271be5c Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Thu, 26 Sep 2013 14:29:21 +0000 Subject: [PATCH] updated maven portal bom git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/my-vres@82052 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 13 +++------- .settings/com.google.gdt.eclipse.core.prefs | 3 +-- .settings/org.eclipse.wst.validation.prefs | 2 ++ pom.xml | 26 ++++++++++++++----- .../my_vres/server/MyVREsServiceImpl.java | 5 ++-- 5 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 .settings/org.eclipse.wst.validation.prefs diff --git a/.classpath b/.classpath index adcfff0..56acf2f 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,11 @@ - + - @@ -20,18 +19,12 @@ - - - - - - - - + + diff --git a/.settings/com.google.gdt.eclipse.core.prefs b/.settings/com.google.gdt.eclipse.core.prefs index 42a8cd3..80f4fa4 100644 --- a/.settings/com.google.gdt.eclipse.core.prefs +++ b/.settings/com.google.gdt.eclipse.core.prefs @@ -1,6 +1,5 @@ -#Thu Jan 24 15:05:40 CET 2013 eclipse.preferences.version=1 jarsExcludedFromWebInfLib= -lastWarOutDir=/Users/massi/Documents/workspace/my-vres/target/my-vres-0.1.0-SNAPSHOT +lastWarOutDir=/Users/massi/Documents/workspace/my-vres/target/my-vres-0.2.0-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs new file mode 100644 index 0000000..04cad8c --- /dev/null +++ b/.settings/org.eclipse.wst.validation.prefs @@ -0,0 +1,2 @@ +disabled=06target +eclipse.preferences.version=1 diff --git a/pom.xml b/pom.xml index 248be1f..546d888 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlet.user my-vres war - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT My VREs Portlet gCube My VREs Portlet shows only the VO and VREs a user is member of. @@ -25,7 +25,7 @@ - 2.4.0 + 2.5.1 distro 1.6 @@ -35,12 +35,22 @@ UTF-8 UTF-8 + + + + org.gcube.distribution + maven-portal-bom + LATEST + pom + import + + + com.google.gwt gwt-user - ${gwtVersion} provided @@ -55,13 +65,16 @@ org.gcube.portlets.user gcube-widgets - 1.4.0-SNAPSHOT provided org.gcube.portal custom-portal-handler - 1.2.0-SNAPSHOT + provided + + + org.gcube.applicationsupportlayer + aslcore provided @@ -73,7 +86,6 @@ javax.portlet portlet-api - 2.0 provided @@ -106,7 +118,7 @@ org.codehaus.mojo gwt-maven-plugin - 2.4.0 + ${gwtVersion} diff --git a/src/main/java/org/gcube/portlet/user/my_vres/server/MyVREsServiceImpl.java b/src/main/java/org/gcube/portlet/user/my_vres/server/MyVREsServiceImpl.java index 73d441d..0f1e324 100644 --- a/src/main/java/org/gcube/portlet/user/my_vres/server/MyVREsServiceImpl.java +++ b/src/main/java/org/gcube/portlet/user/my_vres/server/MyVREsServiceImpl.java @@ -13,13 +13,14 @@ import javax.servlet.http.HttpSession; import org.gcube.application.framework.core.session.ASLSession; import org.gcube.application.framework.core.session.SessionManager; -import org.gcube.common.core.utils.logging.GCUBELog; import org.gcube.portal.custom.communitymanager.OrganizationsUtil; import org.gcube.portal.custom.scopemanager.scopehelper.ScopeHelper; import org.gcube.portlet.user.my_vres.client.MyVREsService; import org.gcube.portlet.user.my_vres.shared.UserBelonging; import org.gcube.portlet.user.my_vres.shared.VO; import org.gcube.portlet.user.my_vres.shared.VRE; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; import com.google.gwt.user.server.rpc.RemoteServiceServlet; import com.liferay.portal.kernel.servlet.ImageServletTokenUtil; @@ -38,7 +39,7 @@ import com.liferay.portal.theme.ThemeDisplay; @SuppressWarnings("serial") public class MyVREsServiceImpl extends RemoteServiceServlet implements MyVREsService { - private static GCUBELog _log = new GCUBELog(MyVREsServiceImpl.class); + private static final Logger _log = LoggerFactory.getLogger(MyVREsServiceImpl.class); /** * */