Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff McAffer2004-03-15 14:14:32 +0000
committerJeff McAffer2004-03-15 14:14:32 +0000
commit75778beacc9bfcb38e2add8b8ece1b76a75d6af9 (patch)
treea0748694151f1ca18dadbcd4347f91dbab68d503 /bundles/org.eclipse.osgi/.classpath
parentd707ee7607270b0b909f0dc36755fffbe46ba32f (diff)
downloadrt.equinox.framework-75778beacc9bfcb38e2add8b8ece1b76a75d6af9.tar.gz
rt.equinox.framework-75778beacc9bfcb38e2add8b8ece1b76a75d6af9.tar.xz
rt.equinox.framework-75778beacc9bfcb38e2add8b8ece1b76a75d6af9.zip
add the XML api
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 4aeceef73..5d22709f5 100644
--- a/bundles/org.eclipse.osgi/.classpath
+++ b/bundles/org.eclipse.osgi/.classpath
@@ -8,5 +8,6 @@
<classpathentry kind="src" path="osgi/src"/>
<classpathentry kind="src" path="resolver/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="osgi/xmlParserAPIs.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top