From 70e93a739f34d871bd20e1c89f6aea671bf6156e Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 24 Oct 2013 12:32:59 +0000 Subject: [PATCH] Fixed package name git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84027 82a268e6-3cf1-43bd-a215-b396298e98cf --- TDGWTServiceTest-dev.launch | 4 ++-- TDGWTServiceTest-prod.launch | 4 ++-- .../gwtservice/{GWTService.gwt.xml => TDGWTService.gwt.xml} | 2 +- .../{GwtTestGWTService.java => GwtTestTDGWTService.java} | 4 ++-- .../{GWTServiceJUnit.gwt.xml => TDGWTServiceJUnit.gwt.xml} | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) rename src/main/resources/org/gcube/portlets/user/td/gwtservice/{GWTService.gwt.xml => TDGWTService.gwt.xml} (97%) rename src/test/java/org/gcube/portlets/user/td/gwtservice/client/{GwtTestGWTService.java => GwtTestTDGWTService.java} (94%) rename src/test/resources/org/gcube/portlets/user/td/gwtservice/{GWTServiceJUnit.gwt.xml => TDGWTServiceJUnit.gwt.xml} (75%) diff --git a/TDGWTServiceTest-dev.launch b/TDGWTServiceTest-dev.launch index 10d6d7d..0cfb301 100644 --- a/TDGWTServiceTest-dev.launch +++ b/TDGWTServiceTest-dev.launch @@ -7,7 +7,7 @@ - + @@ -17,6 +17,6 @@ - + diff --git a/TDGWTServiceTest-prod.launch b/TDGWTServiceTest-prod.launch index 1577bf2..640afb9 100644 --- a/TDGWTServiceTest-prod.launch +++ b/TDGWTServiceTest-prod.launch @@ -7,7 +7,7 @@ - + @@ -17,6 +17,6 @@ - + diff --git a/src/main/resources/org/gcube/portlets/user/td/gwtservice/GWTService.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/gwtservice/TDGWTService.gwt.xml similarity index 97% rename from src/main/resources/org/gcube/portlets/user/td/gwtservice/GWTService.gwt.xml rename to src/main/resources/org/gcube/portlets/user/td/gwtservice/TDGWTService.gwt.xml index 896073b..8ea4ea0 100644 --- a/src/main/resources/org/gcube/portlets/user/td/gwtservice/GWTService.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/gwtservice/TDGWTService.gwt.xml @@ -1,5 +1,5 @@ - + diff --git a/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java b/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java similarity index 94% rename from src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java rename to src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java index c1601d2..dd932a0 100644 --- a/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java +++ b/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java @@ -19,13 +19,13 @@ import com.google.gwt.user.client.rpc.ServiceDefTarget; * http://mojo.codehaus.org/gwt-maven-plugin/user-guide/testing.html for * details. */ -public class GwtTestGWTService extends GWTTestCase { +public class GwtTestTDGWTService extends GWTTestCase { /** * Must refer to a valid module that sources this class. */ public String getModuleName() { - return "org.gcube.portlets.user.td.gwtservice.GWTServiceJUnit"; + return "org.gcube.portlets.user.td.gwtservice.TDGWTServiceJUnit"; } /** diff --git a/src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml b/src/test/resources/org/gcube/portlets/user/td/gwtservice/TDGWTServiceJUnit.gwt.xml similarity index 75% rename from src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml rename to src/test/resources/org/gcube/portlets/user/td/gwtservice/TDGWTServiceJUnit.gwt.xml index 775db67..1b5f789 100644 --- a/src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml +++ b/src/test/resources/org/gcube/portlets/user/td/gwtservice/TDGWTServiceJUnit.gwt.xml @@ -1,7 +1,7 @@ - + - +