Added Bundle-URL metadata.
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@391571 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.bundlerepository/pom.xml b/org.apache.felix.bundlerepository/pom.xml
index 4346850..5456f18 100644
--- a/org.apache.felix.bundlerepository/pom.xml
+++ b/org.apache.felix.bundlerepository/pom.xml
@@ -40,6 +40,7 @@
<bundleDescription>Bundle repository service for Felix (or any other OSGi framework).</bundleDescription>
<bundleActivator>org.apache.felix.bundlerepository.Activator</bundleActivator>
<bundleDocUrl>http://oscar-osgi.sf.net/obr2/bundlerepository/</bundleDocUrl>
+ <bundleUrl>http://oscar-osgi.sf.net/obr2/bundlerepository/org.apache.felix.bundlerepository.jar</bundleUrl>
<bundleSource>http://oscar-osgi.sf.net/obr2/bundlerepository/org.apache.felix.bundlerepository-src.jar</bundleSource>
<bundleSymbolicName>org.apache.felix.bundlerepository</bundleSymbolicName>
<importPackage>org.osgi.framework</importPackage>