From acbf8d404a91bb8a90d45b6cace90a38478267be Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 19 Feb 2016 10:12:36 +0000 Subject: [PATCH] 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 --- distro/README | 2 +- distro/changelog.xml | 2 +- pom.xml | 2 +- .../java/edu/ycp/cs/dh/acegwt/client/ace/AceCommandArgs.java | 2 +- templates/changelog.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distro/README b/distro/README index 21bf7ef..f8469bf 100644 --- a/distro/README +++ b/distro/README @@ -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 diff --git a/distro/changelog.xml b/distro/changelog.xml index 465332c..73101d3 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,5 +1,5 @@ - + First Release \ No newline at end of file diff --git a/pom.xml b/pom.xml index bc103f3..b10ca67 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} - 2015-11-26 + 2016-02-28 https://gcube.wiki.gcube-system.org/gcube/index.php/Statistical_Runner templates distro diff --git a/src/main/java/edu/ycp/cs/dh/acegwt/client/ace/AceCommandArgs.java b/src/main/java/edu/ycp/cs/dh/acegwt/client/ace/AceCommandArgs.java index 373cd91..3aeb18a 100644 --- a/src/main/java/edu/ycp/cs/dh/acegwt/client/ace/AceCommandArgs.java +++ b/src/main/java/edu/ycp/cs/dh/acegwt/client/ace/AceCommandArgs.java @@ -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; diff --git a/templates/changelog.xml b/templates/changelog.xml index 1c3ab25..f6911f3 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,5 +1,5 @@ - + First Release \ No newline at end of file