Updated to support Git and Jenkins

This commit is contained in:
Giancarlo Panichi 2019-10-17 15:14:32 +02:00
parent 8b49e0a708
commit 7711d30427
3 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/> <classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes> <attributes>
<attribute name="owner.project.facets" value="java"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/tabular-data-table-widget-1.8.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/tabular-data-table-widget-1.8.0-SNAPSHOT/WEB-INF/classes"/>

View File

@ -1,6 +1,6 @@
# Tabular Data Table Widget # Tabular Data Table Widget
Tabular Data is a portlet to manage tabular data. tabular-data-table-widget is a widget that implements the table operation for Tabular Data portlet. Tabular Data is a portlet to manage tabular data. tabular-data-table-widget is a widget that implements the operations on table for Tabular Data portlet.
## Structure of the project ## Structure of the project

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app <!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 3.0//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd"> "http://java.sun.com/dtd/web-app_3_0.dtd">
<web-app> <web-app>