Skip to content

Commit

Permalink
Commented out unused Spring-DM metadata from several POMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
soleger committed Aug 28, 2015
1 parent f3bf8ff commit 3aa2988
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/soa/pom.xml
Expand Up @@ -65,10 +65,12 @@
<Export-Package>org.opennms.core.soa.*;version="${project.version}"</Export-Package>

<!-- Launch the Spring context when this bundle is loaded in OSGi -->
<!--
<Spring-Context>
META-INF/opennms/applicationContext-soa.xml,
META-INF/opennms/applicationContext-soa-osgi.xml
</Spring-Context>
-->
<!-- Launch a BundleActivator that will synchronize services between OSGi and the OnmSGi registry -->
<Bundle-Activator>org.opennms.core.soa.support.OnmsOSGiBridgeActivator</Bundle-Activator>
</instructions>
Expand Down
2 changes: 2 additions & 0 deletions features/events/daemon/pom.xml
Expand Up @@ -25,10 +25,12 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<!-- Launch the Spring context when this bundle is loaded in OSGi -->
<!--
<Spring-Context>
META-INF/opennms/applicationContext-eventDaemon.xml,
META-INF/opennms/applicationContext-eventDaemon-osgi.xml
</Spring-Context>
-->
</instructions>
</configuration>
</plugin>
Expand Down
2 changes: 2 additions & 0 deletions opennms-config/pom.xml
Expand Up @@ -50,10 +50,12 @@
<Bundle-Version>${project.version}</Bundle-Version>

<!-- Launch the Spring contexts when this bundle is loaded in OSGi -->
<!--
<Spring-Context>
META-INF/opennms/applicationContext-commonConfigs-osgi.xml,
META-INF/opennms/applicationContext-commonConfigs.xml
</Spring-Context>
-->
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 3aa2988

Please sign in to comment.