fix the source osgi bundle for jetty-monitor

This commit is contained in:
hmalphettes 2011-08-17 16:42:36 +08:00
parent eee585c213
commit 74c7420c17
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<name>Jetty :: Monitoring</name>
<description>Performance monitoring artifact for jetty.</description>
<properties>
<bundle-symbolic-name>${project.groupId}.jmx</bundle-symbolic-name>
<bundle-symbolic-name>${project.groupId}.monitor</bundle-symbolic-name>
</properties>
<build>
<plugins>