Author: fmeschbe
Date: Thu Aug 28 08:55:16 2008
New Revision: 689863

URL: http://svn.apache.org/viewvc?rev=689863&view=rev
Log:
Pointing URLs in the manifest to the Felix site

Modified:
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=689863&r1=689862&r2=689863&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Thu Aug 28 08:55:16 2008
@@ -66,9 +66,9 @@
             
<Import-Package>!javax.xml.parsers,!org.xml.sax,org.osgi.service.log; 
version="1.3.0"; resolution:=optional,*</Import-Package>
             
<DynamicImport-Package>org.apache.felix.shell</DynamicImport-Package>
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
-            
<Bundle-DocURL>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/</Bundle-DocURL>
-            
<Bundle-Url>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</Bundle-Url>
-            
<Bundle-Source>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar</Bundle-Source>
+            
<Bundle-DocURL>http://felix.apache.org/site/apache-felix-osgi-bundle-repository-obr.html</Bundle-DocURL>
+            <Bundle-Url>http://felix.apache.org/site/downloads.cgi</Bundle-Url>
+            
<Bundle-Source>http://felix.apache.org/site/downloads.cgi</Bundle-Source>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             
<Export-Service>org.osgi.service.obr.RepositoryAdmin</Export-Service>


Reply via email to