diff options
author | Christian Wagner <c.wagner@datentechnik-innovation.com> | 2015-01-29 08:18:00 +0100 |
---|---|---|
committer | Christian Wagner <c.wagner@datentechnik-innovation.com> | 2015-01-29 08:18:00 +0100 |
commit | d45b41a740a6267c78a6ea27b7617c3d317db837 (patch) | |
tree | 9f165ae789b1bb8a076dfd1b523240d31d07be5b /id/server/idserverlib/src/main/resources/META-INF/services | |
parent | 7ae32988fcf9e4407b4bcae7831772338da55a8f (diff) | |
download | moa-id-spss-d45b41a740a6267c78a6ea27b7617c3d317db837.tar.gz moa-id-spss-d45b41a740a6267c78a6ea27b7617c3d317db837.tar.bz2 moa-id-spss-d45b41a740a6267c78a6ea27b7617c3d317db837.zip |
integrate process engine from project 'dti-process-engine' - INCOMPLETE!
- commit neccessary in order to avoid blocking the development process
additional small fix due to earlier package renaming
Diffstat (limited to 'id/server/idserverlib/src/main/resources/META-INF/services')
2 files changed, 2 insertions, 2 deletions
diff --git a/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule b/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule new file mode 100644 index 000000000..22f39a923 --- /dev/null +++ b/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule @@ -0,0 +1,2 @@ +# The default moaid process +at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModuleImpl
\ No newline at end of file diff --git a/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.modulregistration.AuthModule b/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.modulregistration.AuthModule deleted file mode 100644 index 0d7e98006..000000000 --- a/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.modulregistration.AuthModule +++ /dev/null @@ -1,2 +0,0 @@ -# The default moaid process -at.gv.egovernment.moa.id.moduls.modulregistration.AuthModuleImpl
\ No newline at end of file |