See http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/osgi/osgi.annotation.jar . The projects build.properties includes it as an extra jar: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/build.properties#n34
The org.osgi.annotation.versioning package is not a runtime package. Therefore, an OSGi framework must not include that package and must not export that package at runtime. People should also not compile against an OSGi framework implementation to get the OSGi packages. Your project can do the same for osgi.annotation.jar as the org.eclipse.osgi project. -- BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [email protected] office: +1 386 848 1781 mobile: +1 386 848 3788 From: Raymond Auge <[email protected]> To: Equinox development mailing list <[email protected]> Date: 2014/04/09 22:26 Subject: [equinox-dev] branch for R6 Sent by: [email protected] Is there an rt.equinox.framework R6 branch? I don't see one which includes org.osgi.annotation.versioning package. The latest http spec depends on this annotation unless I strip the Version package annotation from this work. Thoughts? -- Raymond Augé (@rotty3000) Senior Software Architect Liferay, Inc. (@Liferay) _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
