Fixed package name

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84028 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 12:35:19 +00:00
parent 70e93a739f
commit 0b04f4a694
3 changed files with 4 additions and 4 deletions

View File

@ -242,9 +242,9 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<runTarget>GWTService.html</runTarget> <runTarget>TDGWTService.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp> <hostedWebapp>${webappDirectory}</hostedWebapp>
<module>org.gcube.portlets.user.td.gwtservice.GWTService</module> <module>org.gcube.portlets.user.td.gwtservice.TDGWTService</module>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -12,7 +12,7 @@
<!-- --> <!-- -->
<!-- Consider inlining CSS to reduce the number of requested files --> <!-- Consider inlining CSS to reduce the number of requested files -->
<!-- --> <!-- -->
<link type="text/css" rel="stylesheet" href="GWTService.css"> <link type="text/css" rel="stylesheet" href="TDGWTService.css">
<!-- --> <!-- -->
<!-- Any title is fine --> <!-- Any title is fine -->
@ -24,7 +24,7 @@
<!-- If you add any GWT meta tags, they must --> <!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. --> <!-- be added before this line. -->
<!-- --> <!-- -->
<script type="text/javascript" language="javascript" src="GWTService/GWTService.nocache.js"></script> <script type="text/javascript" language="javascript" src="TDGWTService/TDGWTService.nocache.js"></script>
</head> </head>
<!-- --> <!-- -->