Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@98904 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
14b0dd95c8
commit
8810e201ee
|
@ -19,6 +19,9 @@
|
|||
<dependent-module archiveName="tabular-data-widget-common-event-1.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-widget-common-event/tabular-data-widget-common-event">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="tabular-data-gwt-service-2.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-gwt-service/tabular-data-gwt-service">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="tabular-data-wizard-widget-1.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-wizard-widget/tabular-data-wizard-widget">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
|
@ -61,7 +64,7 @@
|
|||
<dependent-module archiveName="tabular-data-unionwizard-widget-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-unionwizard-widget/tabular-data-unionwizard-widget">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<property name="context-root" value="tabular-data-portlet"/>
|
||||
<property name="java-output-path" value="/tabular-data-portlet/target/tabular-data-portlet-2.0.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
<property name="context-root" value="tabular-data-portlet"/>
|
||||
</wb-module>
|
||||
</project-modules>
|
||||
|
|
10
pom.xml
10
pom.xml
|
@ -39,15 +39,15 @@
|
|||
|
||||
|
||||
<properties>
|
||||
<extractDirectory>tabular-data-portlet-2.3.0-SNAPSHOT</extractDirectory>
|
||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||
<finalName>${artifactId}-${version}</finalName>
|
||||
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
||||
<release.date>2014-07-04</release.date>
|
||||
<wikiLink>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Service</wikiLink>
|
||||
<templatesDirectory>templates</templatesDirectory>
|
||||
<distroDirectory>distro</distroDirectory>
|
||||
<configDirectory>config</configDirectory>
|
||||
|
||||
|
||||
<!-- Convenience property to set the GWT version -->
|
||||
<gwtVersion>2.5.1</gwtVersion>
|
||||
|
||||
|
@ -384,8 +384,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
|
||||
|
||||
<!-- Generate compiled stuff in the folder used for developing mode -->
|
||||
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
|
||||
<resources>
|
||||
|
@ -420,7 +419,6 @@
|
|||
<configuration>
|
||||
<runTarget>tabulardataportlet.html</runTarget>
|
||||
<hostedWebapp>${webappDirectory}</hostedWebapp>
|
||||
|
||||
<module>org.gcube.portlets.user.td.tabulardataportlet</module>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -441,7 +439,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<webappDirectory>${webappDirectory}</webappDirectory>
|
||||
<warName> ${project.build.finalName}</warName>
|
||||
<warName>${project.build.finalName}</warName>
|
||||
|
||||
<!-- Include static jar into WEB-INF/lib -->
|
||||
<!-- <webResources> <resource> <directory>lib</directory> <includes>
|
||||
|
|
|
@ -43,7 +43,7 @@ public class TabularDataServiceImpl extends RemoteServiceServlet implements Tabu
|
|||
|
||||
//ScopeProvider.instance.get();
|
||||
|
||||
System.out.println("initializing TDDataSourceFactory");
|
||||
System.out.println("initializing TDXDataSourceFactory");
|
||||
DataSourceXFactoryRegistry.getInstance().add(new TDXDataSourceFactory());
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
</mapAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.google.gdt.eclipse.maven.mavenClasspathProvider"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl tabulardataportlet.html -logLevel INFO -codeServerPort 9997 -port 8888 -war /home/giancarlo/workspace/tabular-data-portlet/target/tabular-data-portlet-2.0.0-SNAPSHOT org.gcube.portlets.user.td.tabulardataportlet"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl tabulardataportlet.html -logLevel INFO -codeServerPort 9997 -port 8888 -war /home/giancarlo/workspace/tabular-data-portlet/target/tabular-data-portlet-2.3.0-SNAPSHOT org.gcube.portlets.user.td.tabulardataportlet"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="tabular-data-portlet"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx800m -Dgwt.nowarn.legacy.tools"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1 -Dgwt.nowarn.legacy.tools"/>
|
||||
</launchConfiguration>
|
||||
|
|
Loading…
Reference in New Issue