Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptff2004-04-21 13:25:21 +0000
committerptff2004-04-21 13:25:21 +0000
commitc867a69950798cacc9f76b2c74bf8d4ec49c7143 (patch)
treec16adbf286871622627b3313a84e9f509846ee60 /org.eclipse.jdt.core/plugin.xml
parent361e3ec6668aed4b17087adf43f8c4aa8a029192 (diff)
downloadeclipse.jdt.core-c867a69950798cacc9f76b2c74bf8d4ec49c7143.tar.gz
eclipse.jdt.core-c867a69950798cacc9f76b2c74bf8d4ec49c7143.tar.xz
eclipse.jdt.core-c867a69950798cacc9f76b2c74bf8d4ec49c7143.zip
User Library Container API
Diffstat (limited to 'org.eclipse.jdt.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.core/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/plugin.xml b/org.eclipse.jdt.core/plugin.xml
index f8790f83e6..f1cc438ffb 100644
--- a/org.eclipse.jdt.core/plugin.xml
+++ b/org.eclipse.jdt.core/plugin.xml
@@ -163,4 +163,16 @@
<fileTypes extension="zip" type="binary"/>
</extension>
+
+<!-- =================================================================================== -->
+<!-- Extension: User Library Container -->
+<!-- =================================================================================== -->
+ <extension
+ point="org.eclipse.jdt.core.classpathContainerInitializer">
+ <classpathContainerInitializer
+ class="org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer"
+ id="org.eclipse.jdt.USER_LIBRARY">
+ </classpathContainerInitializer>
+ </extension>
+
</plugin>

Back to the top