You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/02/28 22:26:51 UTC

[isis] branch master updated: ISIS-1841 plugin discovery-reflections: add META-INF/services file

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e77c99  ISIS-1841 plugin discovery-reflections: add META-INF/services file
4e77c99 is described below

commit 4e77c99f4c1028b4ab3cc91d3c608b7fb730af63
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Feb 28 23:26:47 2018 +0100

    ISIS-1841 plugin discovery-reflections: add META-INF/services file
---
 .../org.apache.isis.applib.plugins.classdiscovery.ClassDiscoveryPlugin   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/plugins/discovery-reflections/src/main/resources/META-INF/services/org.apache.isis.applib.plugins.classdiscovery.ClassDiscoveryPlugin b/core/plugins/discovery-reflections/src/main/resources/META-INF/services/org.apache.isis.applib.plugins.classdiscovery.ClassDiscoveryPlugin
new file mode 100644
index 0000000..9369ec4
--- /dev/null
+++ b/core/plugins/discovery-reflections/src/main/resources/META-INF/services/org.apache.isis.applib.plugins.classdiscovery.ClassDiscoveryPlugin
@@ -0,0 +1 @@
+org.apache.isis.applib.plugins.classdiscovery.reflections.ClassDiscoveryUsingReflectionsPlugin
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.