Author: bdube
Date: Sat Apr 30 23:46:47 2011
New Revision: 1098193

URL: http://svn.apache.org/viewvc?rev=1098193&view=rev
Log:
Add versions to html output bundle

Modified:
    
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html/htmlOutput.bnd

Modified: 
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html/htmlOutput.bnd
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html/htmlOutput.bnd?rev=1098193&r1=1098192&r2=1098193&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html/htmlOutput.bnd
 (original)
+++ 
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html/htmlOutput.bnd
 Sat Apr 30 23:46:47 2011
@@ -3,6 +3,6 @@ Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Activator: ${bundle.activator}
 Bundle-Vendor: ${bundle.vendor}
-Export-Package: org.apache.forrest.plugin.output.html
-Import-Package: javax.xml.transform, javax.xml.transform.stream, 
org.osgi.framework, org.apache.forrest.plugin.api, 
org.apache.forrest.plugin.output.html, org.osgi.service.log, 
org.apache.forrest.log
+Export-Package: org.apache.forrest.plugin.output.html;version="0.10.1"
+Import-Package: javax.xml.transform, javax.xml.transform.stream, 
org.osgi.framework;version="[1.5,1.6)", 
org.apache.forrest.plugin.api;version="[0.10,0.11)", 
org.apache.forrest.plugin.output.html;version="[0.10,0.11)", 
org.osgi.service.log;version="[1.3,2)", 
org.apache.forrest.log;version="[0.10,0.11)"
 Private-Package: org.apache.forrest.plugin.output.html.service