1452: Implement a GUI for StatMan Algorithms Importer

Task-Url: https://support.d4science.org/issues/1452

Fixed Documentation

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/acegwt-widget@124336 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-02-19 10:12:36 +00:00
parent 970e3e0701
commit acbf8d404a
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date
------------------------
v. 1.0.0-SNAPSHOT (2015-11-26)
v. 1.0.0-SNAPSHOT (2016-02-28)
Description

View File

@ -1,5 +1,5 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.widgets.acegwt-widget.0-0-1" date="2015-09-01">
<Changeset component="org.gcube.portlets.widgets.acegwt-widget.1-0-0" date="2016-02-28">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -40,7 +40,7 @@
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-11-26</release.date>
<release.date>2016-02-28</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Statistical_Runner</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>

View File

@ -36,7 +36,7 @@ public class AceCommandArgs {
*
* @param argKey key
* @param argValue value
* @return
* @return AceCommandArgs
*/
public native AceCommandArgs with(String argKey, String argValue) /*-{
this.@edu.ycp.cs.dh.acegwt.client.ace.AceCommandArgs::value[argKey] = argValue;

View File

@ -1,5 +1,5 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.0-0-1" date="2015-09-01">
<Changeset component="${groupId}.${artifactId}.1-0-0" date="2016-02-28">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>