getting service binder working

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@384015 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.examples.spellcheckbinder/pom.xml b/org.apache.felix.examples.spellcheckbinder/pom.xml
index 482c979..02ea07a 100644
--- a/org.apache.felix.examples.spellcheckbinder/pom.xml
+++ b/org.apache.felix.examples.spellcheckbinder/pom.xml
@@ -43,11 +43,16 @@
         <extensions>true</extensions>
         <configuration>
           <osgiManifest>
+            <entries>
+              <property>
+                <name>Metadata-Location</name>
+                <value>metadata.xml</value>
+              </property>
+            </entries>
             <bundleName>Spell Check w/ ServiceBinder Example</bundleName>
             <bundleVendor>Apache Software Foundation</bundleVendor>
             <bundleDescription>
-              A bundle that registers a spell checking service based on 
-              service binder.
+              A bundle that registers a spell checking service based on service binder.
             </bundleDescription>
             <bundleActivator>
               org.apache.felix.examples.spellcheckbinder.Activator