What you said. Didn't read the whole thread...
Craig
On Oct 16, 2010, at 7:33 AM, Craig L Russell wrote:
Hi Andy,
Shouldn't these be 3.1.0 then?
Craig
On Oct 16, 2010, at 3:17 AM, [email protected] wrote:
Author: andyj
Date: Sat Oct 16 10:17:29 2010
New Revision: 1023233
URL: http://svn.apache.org/viewvc?rev=1023233&view=rev
Log:
add version to the exports, OSGi defaults to 0.0.0 apparently as
illogical as it seems
Modified:
db/jdo/trunk/api/API3.MF
Modified: db/jdo/trunk/api/API3.MF
URL:
http://svn.apache.org/viewvc/db/jdo/trunk/api/API3.MF?rev=1023233&r1=1023232&r2=1023233&view=diff
=
=
=
=
=
=
=
=
=
=====================================================================
--- db/jdo/trunk/api/API3.MF (original)
+++ db/jdo/trunk/api/API3.MF Sat Oct 16 10:17:29 2010
@@ -5,13 +5,13 @@ Bundle-Name: Java Data Objects
Bundle-SymbolicName: javax.jdo
Bundle-Version: 3.0.0
Bundle-Localization: plugin
-Export-Package: javax.jdo,
- javax.jdo.annotations,
- javax.jdo.datastore,
- javax.jdo.identity,
- javax.jdo.listener,
- javax.jdo.spi,
- javax.jdo.metadata
+Export-Package: javax.jdo;version="3.0.0",
+ javax.jdo.annotations;version="3.0.0",
+ javax.jdo.datastore;version="3.0.0",
+ javax.jdo.identity;version="3.0.0",
+ javax.jdo.listener;version="3.0.0",
+ javax.jdo.spi;version="3.0.0",
+ javax.jdo.metadata;version="3.0.0"
Bundle-Vendor: Apache
Import-Package: javax.transaction;resolution:=optional,
javax.persistence;resolution:=optional
Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:[email protected]
P.S. A good JDO? O, Gasp!
Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:[email protected]
P.S. A good JDO? O, Gasp!