refs 6548: TDM - Migrate TabMan to new PortalContext
Task-Url: https://support.d4science.org/issues/6548 Updated to new PortalContext git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-resources-widget@141802 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1c0e6eccd8
commit
860bf71bbe
|
@ -1,22 +1,37 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-resources-widget.1-4-0" date="2015-10-15">
|
||||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-5-0"
|
||||
date="2017-02-15">
|
||||
<Change>Updated to new PortalContext [ticket #6548]</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-4-0"
|
||||
date="2015-10-15">
|
||||
<Change>Added support to WorkspaceExplorer [issue #428]</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-resources-widget.1-3-0" date="2015-07-03">
|
||||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-3-0"
|
||||
date="2015-07-03">
|
||||
<Change>Added support to Storage Id [issue #180]</Change>
|
||||
<Change>Added ListView to show Resources [issue #209]</Change>
|
||||
<Change>Added extension to downloaded files [issue #258]</Change>
|
||||
<Change>Updated charts viewer</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-resources-widget.1-2-0" date="2015-04-30">
|
||||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-2-0"
|
||||
date="2015-04-30">
|
||||
<Change>Updated dependency</Change>
|
||||
<Change>Updated External File management</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-resources-widget.1-1-0" date="2015-02-16">
|
||||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-1-0"
|
||||
date="2015-02-16">
|
||||
<Change>Updated to GWT 2.6.1</Change>
|
||||
<Change>Updated to GXT 3.1.1</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-resources-widget.1-0-0" date="2014-10-31">
|
||||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-0-0"
|
||||
date="2014-10-31">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
24
pom.xml
24
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-resources-widget</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
|
||||
|
||||
<name>tabular-data-resources-widget</name>
|
||||
|
@ -85,22 +85,6 @@
|
|||
<artifactId>common-scope-maps</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslsocial</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>custom-portal-handler</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslcore</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>accesslogger</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
@ -168,11 +152,7 @@
|
|||
<artifactId>home-library</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>gcube-widgets</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue