Fixed package name

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84024 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 12:27:11 +00:00
parent 486136ca1b
commit 4af1d0b29f
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<stringAttribute key="com.google.gwt.eclipse.core.STYLE" value="OBFUSCATED"/>
<stringAttribute key="com.google.gwt.eclipse.core.WEB_MODE" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/tabular-data-gxtservice/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java"/>
<listEntry value="/tabular-data-gwt-service/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>

View File

@ -7,7 +7,7 @@
<stringAttribute key="com.google.gwt.eclipse.core.STYLE" value="OBFUSCATED"/>
<stringAttribute key="com.google.gwt.eclipse.core.WEB_MODE" value="true"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/tabular-data-information/src/test/java/org/gcube/portlets/user/td/gxtservice/client/GwtTestGWTService.java"/>
<listEntry value="/tabular-data-gwt-service/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>

View File

@ -25,7 +25,7 @@ public class GwtTestGWTService extends GWTTestCase {
* Must refer to a valid module that sources this class.
*/
public String getModuleName() {
return "org.gcube.portlets.user.td.gxtservice.GXTServiceJUnit";
return "org.gcube.portlets.user.td.gwtservice.GWTServiceJUnit";
}
/**

View File

@ -5,7 +5,7 @@
<!-- Specify the path to any remote services. -->
<servlet path="/TDGWTService"
class="org.gcube.portlets.user.td.gxtservice.server.TDGWTServiceImpl" />
class="org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl" />
<!-- Specify the paths for translatable code -->