bdube | 1 May 2011 01:46
Picon
Favicon

svn commit: r1098189 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.servlet/servlet.bnd

Author: bdube
Date: Sat Apr 30 23:46:27 2011
New Revision: 1098189

URL: http://svn.apache.org/viewvc?rev=1098189&view=rev
Log:
Add versions to servlet bundle

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.servlet/servlet.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.servlet/servlet.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.servlet/servlet.bnd?rev=1098189&r1=1098188&r2=1098189&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.servlet/servlet.bnd (original)
+++ forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.servlet/servlet.bnd Sat Apr 30
23:46:27 2011
 <at>  <at>  -3,5 +3,5  <at>  <at>  Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Activator: ${bundle.activator}
 Bundle-Vendor: ${bundle.vendor}
-Export-Package: org.apache.forrest.http
-Import-Package: org.osgi.framework, org.osgi.util.tracker, org.osgi.service.http,
javax.servlet, javax.servlet.http, org.apache.forrest.plugin.api, org.apache.forrest.http,
org.apache.forrest.util, org.osgi.service.log, org.apache.forrest.log
+Export-Package: org.apache.forrest.http;version="0.10.1"
+Import-Package: org.osgi.framework;version="[1.5,1.6)",
org.osgi.util.tracker;version="[1.4,1.5)", org.osgi.service.http;version="[1.2,1.3)",
javax.servlet, javax.servlet.http, org.apache.forrest.plugin.api;version="[0.10,0.11)",
org.apache.forrest.http;version="[0.10,0.11)",
(Continue reading)

bdube | 1 May 2011 01:46
Picon
Favicon

svn commit: r1098190 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd

Author: bdube
Date: Sat Apr 30 23:46:33 2011
New Revision: 1098190

URL: http://svn.apache.org/viewvc?rev=1098190&view=rev
Log:
Add versions to util bundle

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd?rev=1098190&r1=1098189&r2=1098190&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd (original)
+++ forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd Sat Apr 30 23:46:33 2011
 <at>  <at>  -2,5 +2,5  <at>  <at>  Bundle-Name: ${bundle.name}
 Bundle-SymbolicName: ${bundle.symbolic.name}
 Bundle-Version: ${bundle.version}
 Bundle-Vendor: ${bundle.vendor}
-Export-Package: org.apache.forrest.util
-Import-Package: org.apache.forrest.util
+Export-Package: org.apache.forrest.util;version="0.10.1"
+Import-Package: org.apache.forrest.util;version="[0.10,0.11)"

bdube | 1 May 2011 01:46
Picon
Favicon

svn commit: r1098191 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf/pdfOutput.bnd

Author: bdube
Date: Sat Apr 30 23:46:37 2011
New Revision: 1098191

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

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf/pdfOutput.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf/pdfOutput.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf/pdfOutput.bnd?rev=1098191&r1=1098190&r2=1098191&view=diff
==============================================================================
---
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf/pdfOutput.bnd (original)
+++
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf/pdfOutput.bnd
Sat Apr 30 23:46:37 2011
 <at>  <at>  -3,6 +3,6  <at>  <at>  Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Activator: ${bundle.activator}
 Bundle-Vendor: ${bundle.vendor}
-Export-Package: org.apache.forrest.plugin.output.pdf
-Import-Package: javax.xml.transform, javax.xml.transform.stream, org.osgi.framework,
org.apache.forrest.plugin.api, org.apache.forrest.plugin.output.pdf
+Export-Package: org.apache.forrest.plugin.output.pdf;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.pdf;version="[0.10,0.11)"
(Continue reading)

bdube | 1 May 2011 01:46
Picon
Favicon

svn commit: r1098192 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc/xdocInput.bnd

Author: bdube
Date: Sat Apr 30 23:46:42 2011
New Revision: 1098192

URL: http://svn.apache.org/viewvc?rev=1098192&view=rev
Log:
Add versions to xdoc input bundle

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc/xdocInput.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc/xdocInput.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc/xdocInput.bnd?rev=1098192&r1=1098191&r2=1098192&view=diff
==============================================================================
---
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc/xdocInput.bnd (original)
+++
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc/xdocInput.bnd
Sat Apr 30 23:46:42 2011
 <at>  <at>  -3,6 +3,6  <at>  <at>  Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Activator: ${bundle.activator}
 Bundle-Vendor: ${bundle.vendor}
-Export-Package: org.apache.forrest.plugin.input.xdoc
-Import-Package: javax.xml.transform, javax.xml.transform.stream,
org.apache.forrest.plugin.input.xdoc, org.apache.forrest.plugin.api, org.osgi.framework,
org.osgi.service.log, org.apache.forrest.log
+Export-Package: org.apache.forrest.plugin.input.xdoc;version="0.10.1"
+Import-Package: javax.xml.transform, javax.xml.transform.stream,
org.apache.forrest.plugin.input.xdoc;version="[0.10,0.11)",
(Continue reading)

bdube | 1 May 2011 01:46
Picon
Favicon

svn commit: r1098193 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html/htmlOutput.bnd

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
 <at>  <at>  -3,6 +3,6  <at>  <at>  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)",
(Continue reading)

bdube | 1 May 2011 01:46
Picon
Favicon

svn commit: r1098194 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html.res/htmlOutputRes.bnd

Author: bdube
Date: Sat Apr 30 23:46:52 2011
New Revision: 1098194

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

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

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html.res/htmlOutputRes.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html.res/htmlOutputRes.bnd?rev=1098194&r1=1098193&r2=1098194&view=diff
==============================================================================
---
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html.res/htmlOutputRes.bnd (original)
+++
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.html.res/htmlOutputRes.bnd
Sat Apr 30 23:46:52 2011
 <at>  <at>  -3,4 +3,4  <at>  <at>  Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Vendor: ${bundle.vendor}
 Private-Package: *
-Fragment-Host: org.apache.forrest.plugin.output.html
+Fragment-Host: org.apache.forrest.plugin.output.html;bundle-version="[0.10,0.11)"

bdube | 1 May 2011 01:46
Picon
Favicon

svn commit: r1098195 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/log.bnd

Author: bdube
Date: Sat Apr 30 23:46:56 2011
New Revision: 1098195

URL: http://svn.apache.org/viewvc?rev=1098195&view=rev
Log:
Add versions to log bundle

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/log.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/log.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/log.bnd?rev=1098195&r1=1098194&r2=1098195&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/log.bnd (original)
+++ forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.log/log.bnd Sat Apr 30 23:46:56 2011
 <at>  <at>  -3,6 +3,6  <at>  <at>  Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Activator: ${bundle.activator}
 Bundle-Vendor: ${bundle.vendor}
-Import-Package: org.osgi.framework, org.osgi.service.log, org.apache.forrest.log, org.slf4j,
org.osgi.util.tracker, org.slf4j.impl, org.apache.log4j
-Export-Package: org.apache.forrest.log
+Import-Package: org.osgi.framework;version="[1.5,1.6)",
org.osgi.service.log;version="[1.3,2)", org.apache.forrest.log;version="[0.10,0.11)",
org.slf4j, org.osgi.util.tracker;version="[1.4,1.5)", org.slf4j.impl, org.apache.log4j
+Export-Package: org.apache.forrest.log;version="0.10.1"
 Private-Package: *

(Continue reading)

bdube | 1 May 2011 01:47
Picon
Favicon

svn commit: r1098196 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.api/pluginApi.bnd

Author: bdube
Date: Sat Apr 30 23:47:01 2011
New Revision: 1098196

URL: http://svn.apache.org/viewvc?rev=1098196&view=rev
Log:
Add versions to plugin API bundle

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.api/pluginApi.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.api/pluginApi.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.api/pluginApi.bnd?rev=1098196&r1=1098195&r2=1098196&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.api/pluginApi.bnd (original)
+++ forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.api/pluginApi.bnd Sat Apr
30 23:47:01 2011
 <at>  <at>  -2,5 +2,5  <at>  <at>  Bundle-Name: ${bundle.name}
 Bundle-SymbolicName: ${bundle.symbolic.name}
 Bundle-Version: ${bundle.version}
 Bundle-Vendor: ${bundle.vendor}
-Export-Package: org.apache.forrest.plugin.api
-Import-Package: javax.xml.transform, javax.xml.transform.stream,
org.apache.forrest.plugin.api, org.osgi.framework, org.osgi.service.log, org.apache.forrest.log
+Export-Package: org.apache.forrest.plugin.api;version="0.10.1"
+Import-Package: javax.xml.transform, javax.xml.transform.stream,
org.apache.forrest.plugin.api;version="[0.10,0.11)",
org.osgi.framework;version="[1.5,1.6)", org.osgi.service.log;version="[1.4,1.5)", org.apache.forrest.log;version="[0.10,0.11)"

(Continue reading)

bdube | 1 May 2011 01:47
Picon
Favicon

svn commit: r1098197 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc.res/xdocInputRes.bnd

Author: bdube
Date: Sat Apr 30 23:47:05 2011
New Revision: 1098197

URL: http://svn.apache.org/viewvc?rev=1098197&view=rev
Log:
Add versions to xdoc input resource bundle

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc.res/xdocInputRes.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc.res/xdocInputRes.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc.res/xdocInputRes.bnd?rev=1098197&r1=1098196&r2=1098197&view=diff
==============================================================================
---
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc.res/xdocInputRes.bnd (original)
+++
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc.res/xdocInputRes.bnd
Sat Apr 30 23:47:05 2011
 <at>  <at>  -3,4 +3,4  <at>  <at>  Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Vendor: ${bundle.vendor}
 Private-Package: *
-Fragment-Host: org.apache.forrest.plugin.input.xdoc
+Fragment-Host: org.apache.forrest.plugin.input.xdoc;version="[0.10,0.11)"

bdube | 1 May 2011 01:47
Picon
Favicon

svn commit: r1098198 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf.res/pdfOutputRes.bnd

Author: bdube
Date: Sat Apr 30 23:47:10 2011
New Revision: 1098198

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

Modified:
    forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf.res/pdfOutputRes.bnd

Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf.res/pdfOutputRes.bnd
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf.res/pdfOutputRes.bnd?rev=1098198&r1=1098197&r2=1098198&view=diff
==============================================================================
---
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf.res/pdfOutputRes.bnd (original)
+++
forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.output.pdf.res/pdfOutputRes.bnd
Sat Apr 30 23:47:10 2011
 <at>  <at>  -3,4 +3,4  <at>  <at>  Bundle-SymbolicName: ${bundle.symbolic.n
 Bundle-Version: ${bundle.version}
 Bundle-Vendor: ${bundle.vendor}
 Private-Package: *
-Fragment-Host: org.apache.forrest.plugin.output.pdf
+Fragment-Host: org.apache.forrest.plugin.output.pdf;bundle-version="[0.10,0.11)"


Gmane