Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-08-06 19:51:46 +0000
committerThomas Watson2010-08-06 19:51:46 +0000
commit72c5a6197b66a24fc473e8b05048fdce3fc49646 (patch)
treea1ff2f6cb8db33142b073b87a00878c58a30eba3 /bundles/org.eclipse.osgi/.classpath.osgisource
parent154696735e258051d2118a7150cf913bd62b5021 (diff)
downloadrt.equinox.framework-72c5a6197b66a24fc473e8b05048fdce3fc49646.tar.gz
rt.equinox.framework-72c5a6197b66a24fc473e8b05048fdce3fc49646.tar.xz
rt.equinox.framework-72c5a6197b66a24fc473e8b05048fdce3fc49646.zip
Bug 322007 - Update OSGi APIs to use genericsv20100806a-postGenerics
Diffstat (limited to 'bundles/org.eclipse.osgi/.classpath.osgisource')
-rw-r--r--bundles/org.eclipse.osgi/.classpath.osgisource21
1 files changed, 21 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.classpath.osgisource b/bundles/org.eclipse.osgi/.classpath.osgisource
new file mode 100644
index 000000000..f274aee0f
--- /dev/null
+++ b/bundles/org.eclipse.osgi/.classpath.osgisource
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.osgi.framework"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.osgi.util.tracker"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.osgi.service.composite"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.osgi.service.packageadmin"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.osgi.service.startlevel"/>
+ <classpathentry kind="src" path="osgi/src"/>
+ <classpathentry kind="src" path="supplement/src"/>
+ <classpathentry kind="src" path="core/adaptor"/>
+ <classpathentry kind="src" path="core/framework"/>
+ <classpathentry kind="src" path="core/composite"/>
+ <classpathentry kind="src" path="resolver/src"/>
+ <classpathentry kind="src" path="defaultAdaptor/src"/>
+ <classpathentry kind="src" path="eclipseAdaptor/src"/>
+ <classpathentry kind="src" path="security/src"/>
+ <classpathentry kind="src" path="console/src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top