Updated for Release 3.5.0
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@101005 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ef85d0b988
commit
ca9269fc21
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/tabular-data-manager-2.4.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<classpathentry kind="src" output="target/tabular-data-manager-2.5.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/tabular-data-manager-2.4.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||
<classpathentry excluding="**" kind="src" output="target/tabular-data-manager-2.5.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
|
@ -45,5 +45,5 @@
|
|||
</classpathentry>
|
||||
<classpathentry kind="lib" path="/home/giancarlo/gwt-2.5.1/validation-api-1.0.0.GA.jar" sourcepath="/home/giancarlo/gwt-2.5.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||
<classpathentry kind="lib" path="/home/giancarlo/gwt-2.5.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||
<classpathentry kind="output" path="target/tabular-data-manager-2.4.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
<classpathentry kind="output" path="target/tabular-data-manager-2.5.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
</classpath>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-manager</artifactId>
|
||||
<version>2.4.0-SNAPSHOT</version>
|
||||
<version>2.5.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<properties>
|
||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
||||
<release.date>2014-09-12</release.date>
|
||||
<release.date>2014-10-31</release.date>
|
||||
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Service</wikiurl>
|
||||
<templatesDirectory>templates</templatesDirectory>
|
||||
<distroDirectory>distro</distroDirectory>
|
||||
|
|
|
@ -1,7 +1,23 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="${groupId}.${artifactId}.2-4-0"
|
||||
date="Next">
|
||||
<Changeset component="${groupId}.${artifactId}.2-5-0"
|
||||
date="2014-10-31">
|
||||
<Change>Added Export JSON</Change>
|
||||
<Change>Added multi tabular resources management</Change>
|
||||
<Change>Added Main Box</Change>
|
||||
<Change>Added flows support</Change>
|
||||
<Change>Added template share</Change>
|
||||
<Change>Added Resources management</Change>
|
||||
<Change>Added Statistical Widget</Change>
|
||||
<Change>Added Map creation</Change>
|
||||
<Change>Added Resume UI state</Change>
|
||||
<Change>Fixed Final and Lock errors</Change>
|
||||
<Change>Fixed template diplay</Change>
|
||||
<Change>Fixed JAXP jdk.xml.entityExpansionLimit error</Change>
|
||||
<Change>Updated monitor</Change>
|
||||
<Change>Updated Commons Event</Change>
|
||||
<Change>Updated Toolbox</Change>
|
||||
<Change>Updated Ribbon</Change>
|
||||
<Change>Updated GwtService</Change>
|
||||
</Changeset>
|
||||
<Changeset component="${groupId}.${artifactId}.2-4-0"
|
||||
date="2014-09-12">
|
||||
|
|
Loading…
Reference in New Issue