Compare commits

...

2 Commits

Author SHA1 Message Date
Giancarlo Panichi 0eacd8c908 Updated to support Git and Jenkins 2019-10-16 15:28:16 +02:00
Giancarlo Panichi 4cb5375554 Updated to support Git and Jenkins 2019-10-16 15:25:28 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="tabular-data-wizard-widget-1.9.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>
<dependent-module archiveName="tabular-data-widgetx-tdx-source-1.10.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-widgetx-tdx-source/tabular-data-widgetx-tdx-source">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="tabular-data-manager"/>
<property name="java-output-path" value="/tabular-data-manager/target/tabular-data-manager-2.20.1-SNAPSHOT/WEB-INF/classes"/>
</wb-module>

View File

@ -1,6 +1,6 @@
# Tabular Data Manager
Tabular Data Manager is a portlet to manages tabular data.
Tabular Data Manager is a portlet to manage tabular data.
## Structure of the project