aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/test_bundles/my-bundle-activator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core_test/test_bundles/my-bundle-activator/pom.xml')
-rw-r--r--jdisc_core_test/test_bundles/my-bundle-activator/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdisc_core_test/test_bundles/my-bundle-activator/pom.xml b/jdisc_core_test/test_bundles/my-bundle-activator/pom.xml
index 531af08b915..8931c26a73e 100644
--- a/jdisc_core_test/test_bundles/my-bundle-activator/pom.xml
+++ b/jdisc_core_test/test_bundles/my-bundle-activator/pom.xml
@@ -23,10 +23,10 @@
<configuration>
<instructions>
<Bundle-Activator>
- com.yahoo.jdisc.bundle.MyBundleActivator
+ com.yahoo.jdisc.bundle.my_act.MyBundleActivator
</Bundle-Activator>
<Export-Package>
- com.yahoo.jdisc.bundle
+ com.yahoo.jdisc.bundle.my_act
</Export-Package>
</instructions>
</configuration>