From 07ab86fd8eab0e50b01cb279e3a6cfae51d20792 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Mon, 10 Feb 2014 14:17:09 +0000 Subject: [PATCH] Added FTP Manager for uploading thumbnails when sharing files git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@91257 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 4 ++++ pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 6c4b607..6cfc6ea 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -24,4 +24,8 @@ Removed GCF Dependency Logging with sl4j Enabled + +Added URI Resolver support classes +Added FTP Manager for uploading thumbnails when sharing files + diff --git a/pom.xml b/pom.xml index e573659..d4c6067 100644 --- a/pom.xml +++ b/pom.xml @@ -10,11 +10,11 @@ org.gcube.applicationsupportlayer aslsocial - 0.7.2-SNAPSHOT + 0.8.0-SNAPSHOT jar Social Portal ASL Extension - Social Portal ASL Extension is an abstraction over the Social Networkin Library to be used from within you gCube Portlets. + Social Portal ASL Extension is an abstraction over the Social Networking Library to be used from within you gCube Portlets. The ASL Social Extension is formed by different modules, each of these is delegated to one specific task. Every module inherits from a super class called SocialPortalBridge.