moved gcat to new service class
This commit is contained in:
parent
cf86847997
commit
db56213155
|
@ -5,7 +5,9 @@ package org.gcube.gcat.api;
|
|||
*/
|
||||
public class GCatConstants {
|
||||
|
||||
public static final String SERVICE_CLASS = "data-catalogue";
|
||||
@Deprecated
|
||||
public static final String OLD_SERVICE_CLASS = "data-catalogue";
|
||||
public static final String SERVICE_CLASS = "org.gcube.data-catalogue";
|
||||
public static final String SERVICE_NAME = "gcat";
|
||||
|
||||
public final static String CONFIGURATION_CATEGORY = GCatConstants.SERVICE_CLASS;
|
||||
|
|
Loading…
Reference in New Issue