Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2006-11-21 15:20:21 +0000
committerDJ Houghton2006-11-21 15:20:21 +0000
commit6a63535f08e71267b60db5907769e0590c8f8d97 (patch)
tree2d4ff9f72f3b6cc41fa4d2d2030cf7a9ed8eadeb /bundles/org.eclipse.osgi/.classpath
parentbb0a363749e156859c230fb6aa01bc37fe56900f (diff)
downloadrt.equinox.framework-6a63535f08e71267b60db5907769e0590c8f8d97.tar.gz
rt.equinox.framework-6a63535f08e71267b60db5907769e0590c8f8d97.tar.xz
rt.equinox.framework-6a63535f08e71267b60db5907769e0590c8f8d97.zip
Refactor supplement bundle to be nested within OSGI.v20061121
Diffstat (limited to 'bundles/org.eclipse.osgi/.classpath')
-rw-r--r--bundles/org.eclipse.osgi/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.classpath b/bundles/org.eclipse.osgi/.classpath
index 31be5848d..8fafbf7cf 100644
--- a/bundles/org.eclipse.osgi/.classpath
+++ b/bundles/org.eclipse.osgi/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="console/src"/>
+ <classpathentry kind="src" path="supplement/src"/>
<classpathentry kind="src" path="osgi/src"/>
<classpathentry kind="src" path="core/adaptor"/>
<classpathentry kind="src" path="core/framework"/>

Back to the top