tabular-data-gwt-service/src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml

15 lines
441 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to="GWTServiceJUnit">
<!-- Inherit our applications main module. -->
<inherits name='org.gcube.portlets.user.td.gwtservice.GWTService' />
<!-- Specify the path to any remote services. -->
<servlet path="/TDGWTService"
class="org.gcube.portlets.user.td.gxtservice.server.TDGWTServiceImpl" />
<!-- Specify the paths for translatable code -->
<source path='client' />
</module>