updated changelog

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@91262 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-02-10 14:46:46 +00:00
parent d6a1fe638b
commit 31a482eba5
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<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="/target/generated-sources/gwt"/>
<dependent-module archiveName="fileupload-progress-bar-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/fileupload-progress-bar/fileupload-progress-bar">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
<property name="context-root" value="share-updates"/>
</wb-module>

View File

@ -1,4 +1,11 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.user.shareupdates.1-1-3"
date="2014-02-10">
<Change>added thumbnail generation and upload on FTP server</Change>
<Change>added upload a copy on my workspace file when sharing a file</Change>
<Change>implemented the file preview with icons or preview depending on the extension of the file</Change>
<Change>integrated file uplod progress bar widget for sharing files</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.shareupdates.1-0-0"
date="2013-10-21">
<Change>Ported to GWT 251</Change>