Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2013-05-16 18:54:48 +0000
committerBJ Hargrave2013-05-22 20:55:41 +0000
commit4ee7d51dc44cf5ae743a52ecaf5c921bc446b939 (patch)
tree52097b5ceebce8d2906994814506dc70d85f7f06
parent6d2a871763910eedb21e4cef967c4cabeceef1c9 (diff)
downloadrt.equinox.framework-4ee7d51dc44cf5ae743a52ecaf5c921bc446b939.tar.gz
rt.equinox.framework-4ee7d51dc44cf5ae743a52ecaf5c921bc446b939.tar.xz
rt.equinox.framework-4ee7d51dc44cf5ae743a52ecaf5c921bc446b939.zip
Add osgi.annotation jar for OSGi package and type annotations
These annotations are class retention annotations and are not needed at runtime. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/.classpath1
-rw-r--r--bundles/org.eclipse.osgi/build.properties1
-rw-r--r--bundles/org.eclipse.osgi/osgi/osgi.annotation.jarbin0 -> 13179 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.classpath b/bundles/org.eclipse.osgi/.classpath
index c0ae52c7f..c49c64ff3 100644
--- a/bundles/org.eclipse.osgi/.classpath
+++ b/bundles/org.eclipse.osgi/.classpath
@@ -5,5 +5,6 @@
<classpathentry kind="src" path="osgi/src"/>
<classpathentry kind="src" path="supplement/src"/>
<classpathentry kind="src" path="container/src"/>
+ <classpathentry kind="lib" path="osgi/osgi.annotation.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties
index 396fc34b3..8b07703b2 100644
--- a/bundles/org.eclipse.osgi/build.properties
+++ b/bundles/org.eclipse.osgi/build.properties
@@ -30,3 +30,4 @@ output.. = bin/
# customBuildCallbacks=customBuildCallbacks.xml
javacWarnings..=-deadCode,-raw,-unchecked
+jars.extra.classpath = osgi/osgi.annotation.jar
diff --git a/bundles/org.eclipse.osgi/osgi/osgi.annotation.jar b/bundles/org.eclipse.osgi/osgi/osgi.annotation.jar
new file mode 100644
index 000000000..947f158fb
--- /dev/null
+++ b/bundles/org.eclipse.osgi/osgi/osgi.annotation.jar
Binary files differ

Back to the top