The version number is just to be a good OSGi citizen. The real issue was the extra space after the Require-Bundle header. If the other manifests you're referring to are properly formatted, you can probably just leave them as is.
Joel -----Original Message----- From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 2:14 PM To: [email protected] Subject: Fw: svn commit: r513444 - Xerces & manifest change joel/barry - is this change one that we need to make to other manifests that reference the org.apache.xerces bundle? I know there were a few, including the sample apps. Dan ----- Forwarded by Daniel Jemiolo/Durham/IBM on 03/01/2007 02:12 PM ----- [EMAIL PROTECTED] wrote on 03/01/2007 02:10:54 PM: > Author: jhawkins > Date: Thu Mar 1 11:10:53 2007 > New Revision: 513444 > > URL: http://svn.apache.org/viewvc?view=rev&rev=513444 > Log: > [MUSE-199] OSGi Mini manifest issue (too many spaces in the wrong places) > > Modified: > webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/META-INF/MAN IFEST.MF > > Modified: webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/META- > INF/MANIFEST.MF > URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-osgi- > soa-mini/resources/META-INF/MANIFEST.MF?view=diff&rev=513444&r1=513443&r 2=513444 > ======================================================================== ====== > --- webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/META- > INF/MANIFEST.MF (original) > +++ webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/META- > INF/MANIFEST.MF Thu Mar 1 11:10:53 2007 > @@ -33,4 +33,4 @@ > org.osgi.framework;version="1.3.0", > org.osgi.service.cm;version="1.2.0", > org.osgi.service.http;version="1.2.0" > -Require-Bundle : org.apache.xerces > +Require-Bundle: org.apache.xerces;version="2.8.0" > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
