From 9b1097a426ba6bbb1867b6c33f06e865a143ac78 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 30 Sep 2020 11:58:00 +0200 Subject: [PATCH] Switching to new smart-executor-api --- gcube/extra-resources/{WEB-INF => META-INF}/plugin.properties | 0 .../services/org.gcube.vremanagement.executor.plugin.Plugin | 1 + .../org.gcube.vremanagement.executor.plugin.PluginDeclaration | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename gcube/extra-resources/{WEB-INF => META-INF}/plugin.properties (100%) create mode 100644 src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.Plugin delete mode 100644 src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration diff --git a/ gcube/extra-resources/WEB-INF/plugin.properties b/ gcube/extra-resources/META-INF/plugin.properties similarity index 100% rename from gcube/extra-resources/WEB-INF/plugin.properties rename to gcube/extra-resources/META-INF/plugin.properties diff --git a/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.Plugin b/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.Plugin new file mode 100644 index 0000000..709219b --- /dev/null +++ b/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.Plugin @@ -0,0 +1 @@ +org.gcube.vremanagement.helloworld.HelloWorldPlugin \ No newline at end of file diff --git a/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration b/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration deleted file mode 100644 index 89faa71..0000000 --- a/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration +++ /dev/null @@ -1 +0,0 @@ -org.gcube.vremanagement.helloworld.HelloWorldPluginDeclaration \ No newline at end of file