From 7a0ef16154ed9c6bbbb12671c2c0007077c58adb Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 11 Apr 2019 12:36:53 +0000 Subject: [PATCH] fixed config.properties file git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/portal/social-networking-library-ws/2.2@178995 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 --- .../social/networking/caches/SocialNetworkingSiteFinder.java | 4 ++-- src/main/resources/config.properties | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 085c5cf..cf0f016 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -7,9 +7,6 @@ uses - - uses - uses diff --git a/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java b/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java index cfe1928..1e88ff7 100644 --- a/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java +++ b/src/main/java/org/gcube/portal/social/networking/caches/SocialNetworkingSiteFinder.java @@ -40,8 +40,8 @@ public class SocialNetworkingSiteFinder { // these properties could be overwritten by the ones read from config.properties private static String PROD_FALLBACK_GATEWAY = "D4Science.org Gateway"; - private static String DEV_FALLBACK_GATEWAY = "gCube Dev4 Snapshot Gateway"; - private static String PREPROD_FALLBACK_GATEWAY = "gCube Preprod (dev) Gateway"; + private static String DEV_FALLBACK_GATEWAY = "gCube Snapshot Gateway"; + private static String PREPROD_FALLBACK_GATEWAY = "D4Science Preproduction Gateway"; /** * Singleton object diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index 01c7a5b..c13b578 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1,4 +1,4 @@ #These properties are used to build up the SocialNetworkingSite object to send notifications PROD_FALLBACK_GATEWAY=D4Science.org Gateway -DEV_FALLBACK_GATEWAY=gCube Dev4 Snapshot Gateway -PREPROD_FALLBACK_GATEWAY=gCube Preprod (dev) Gateway \ No newline at end of file +DEV_FALLBACK_GATEWAY=gCube Snapshot Gateway +PREPROD_FALLBACK_GATEWAY=D4Science Preproduction Gateway \ No newline at end of file