svn commit: r1098199 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.plugin.input.xdoc.res/xdocInputRes.bnd
[email protected] Sat, 30 Apr 2011 23:47:15 -0000
| Newsgroups | gmane.text.xml.forrest.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bdube
Date: Sat Apr 30 23:47:14 2011
New Revision: 1098199
URL: http://svn.apache.org/viewvc?rev=1098199&view=rev
Log:
Fix syntax of version string
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=1098199&r1=1098198&r2=1098199&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:14 2011
@@ -3,4 +3,4 @@ Bundle-SymbolicName: ${bundle.symbolic.n
Bundle-Version: ${bundle.version}
Bundle-Vendor: ${bundle.vendor}
Private-Package: *
-Fragment-Host: org.apache.forrest.plugin.input.xdoc;version="[0.10,0.11)"
+Fragment-Host: org.apache.forrest.plugin.input.xdoc;bundle-version="[0.10,0.11)"