From 9d2a1674786fdbb7c67d6cdafc0925a07d8a41c0 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 4 Dec 2018 15:16:15 +0000 Subject: [PATCH] Fixing web.xml git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/gcat@174542 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/web.xml | 4 ++-- src/main/webapp/WEB-INF/gcube-app.xml | 2 +- src/main/webapp/WEB-INF/profile.xml | 2 +- src/main/webapp/WEB-INF/web.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/distro/web.xml b/distro/web.xml index c392a96..491ae36 100644 --- a/distro/web.xml +++ b/distro/web.xml @@ -2,10 +2,10 @@ - org.gcube.datacatalogue.sciencecatalogue.ResourceInitializer + org.gcube.gcat.ResourceInitializer - org.gcube.datacatalogue.sciencecatalogue.ResourceInitializer + org.gcube.gcat.ResourceInitializer /* \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/gcube-app.xml b/src/main/webapp/WEB-INF/gcube-app.xml index e44ed56..a41541e 100644 --- a/src/main/webapp/WEB-INF/gcube-app.xml +++ b/src/main/webapp/WEB-INF/gcube-app.xml @@ -2,7 +2,7 @@ gcat - DataCatalogue + DataPublishing 1.0.0-SNAPSHOT This service allows any client to publish on the gCube Catalogue. diff --git a/src/main/webapp/WEB-INF/profile.xml b/src/main/webapp/WEB-INF/profile.xml index 56eb87e..198aa2a 100644 --- a/src/main/webapp/WEB-INF/profile.xml +++ b/src/main/webapp/WEB-INF/profile.xml @@ -5,7 +5,7 @@ Service This service allows any client to publish on the gCube Catalogue. - DataCatalogue + DataPublishing gcat 1.0.0 diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index c392a96..491ae36 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -2,10 +2,10 @@ - org.gcube.datacatalogue.sciencecatalogue.ResourceInitializer + org.gcube.gcat.ResourceInitializer - org.gcube.datacatalogue.sciencecatalogue.ResourceInitializer + org.gcube.gcat.ResourceInitializer /* \ No newline at end of file