Skip to content

Commit

Permalink
Merge branch 'private-release/v1.1.1-223' into private-release/v1.1.1…
Browse files Browse the repository at this point in the history
…-231
  • Loading branch information
KUGDev committed Nov 23, 2023
2 parents 2dc34fd + b1608c3 commit cdfe57f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,13 @@ Example of how to see the output:<br/>
<fileType name="Unknown Data Set"
implementationClass="eu.ibagroup.formainframe.filetypes.UnknownDataSetFileType"/>

<applicationService preload="true" serviceInterface="eu.ibagroup.formainframe.config.ConfigService"
<applicationService serviceInterface="eu.ibagroup.formainframe.config.ConfigService"
serviceImplementation="eu.ibagroup.formainframe.config.ConfigServiceImpl"/>

<applicationService preload="true" serviceInterface="eu.ibagroup.formainframe.config.OldConfigService"
<applicationService serviceInterface="eu.ibagroup.formainframe.config.OldConfigService"
serviceImplementation="eu.ibagroup.formainframe.config.OldConfigServiceImpl"/>

<applicationService preload="true" serviceInterface="eu.ibagroup.formainframe.analytics.AnalyticsService"
<applicationService serviceInterface="eu.ibagroup.formainframe.analytics.AnalyticsService"
serviceImplementation="eu.ibagroup.formainframe.analytics.AnalyticsServiceImpl"
testServiceImplementation="eu.ibagroup.formainframe.testutils.testServiceImpl.TestAnalyticsServiceImpl"/>

Expand All @@ -354,7 +354,7 @@ Example of how to see the output:<br/>
<applicationService serviceInterface="eu.ibagroup.formainframe.config.ConfigSandbox"
serviceImplementation="eu.ibagroup.formainframe.config.ConfigSandboxImpl"/>

<applicationService serviceInterface="eu.ibagroup.formainframe.dataops.DataOpsManager" preload="true"
<applicationService serviceInterface="eu.ibagroup.formainframe.dataops.DataOpsManager"
serviceImplementation="eu.ibagroup.formainframe.dataops.DataOpsManagerImpl"
testServiceImplementation="eu.ibagroup.formainframe.testutils.testServiceImpl.TestDataOpsManagerImpl"/>

Expand Down

0 comments on commit cdfe57f

Please sign in to comment.