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:
parent
70e93a739f
commit
0b04f4a694
4
pom.xml
4
pom.xml
|
@ -242,9 +242,9 @@
|
|||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<runTarget>GWTService.html</runTarget>
|
||||
<runTarget>TDGWTService.html</runTarget>
|
||||
<hostedWebapp>${webappDirectory}</hostedWebapp>
|
||||
<module>org.gcube.portlets.user.td.gwtservice.GWTService</module>
|
||||
<module>org.gcube.portlets.user.td.gwtservice.TDGWTService</module>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<!-- -->
|
||||
<!-- 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 -->
|
||||
|
@ -24,7 +24,7 @@
|
|||
<!-- If you add any GWT meta tags, they must -->
|
||||
<!-- 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>
|
||||
|
||||
<!-- -->
|
Loading…
Reference in New Issue