Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2006-08-20 04:52:20 +0000
committerdavid_williams2006-08-20 04:52:20 +0000
commit9440aa58600e3d27bf111a3bea8e186d600d1634 (patch)
treecfff10cb0c2e48dc53daa0742d76f13a63e7ae08 /bundles/org.eclipse.wst.html.ui/.classpath
parent34a0b47828f5dfe3cc66590588061bd499a76ca6 (diff)
downloadwebtools.sourceediting-9440aa58600e3d27bf111a3bea8e186d600d1634.tar.gz
webtools.sourceediting-9440aa58600e3d27bf111a3bea8e186d600d1634.tar.xz
webtools.sourceediting-9440aa58600e3d27bf111a3bea8e186d600d1634.zip
minor fixups to avoid less-bad warnings
Diffstat (limited to 'bundles/org.eclipse.wst.html.ui/.classpath')
-rw-r--r--bundles/org.eclipse.wst.html.ui/.classpath14
1 files changed, 13 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.html.ui/.classpath b/bundles/org.eclipse.wst.html.ui/.classpath
index d7ce462fd1..ad09ce8d36 100644
--- a/bundles/org.eclipse.wst.html.ui/.classpath
+++ b/bundles/org.eclipse.wst.html.ui/.classpath
@@ -3,6 +3,18 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-html-validation"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con">
+ <accessrules>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/css/core/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/sse/core/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/sse/ui/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/sse/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/xml/core/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/xml/ui/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/html/core/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/validation/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/css/ui/**"/>
+ </accessrules>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top