Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.xml.core/.classpath')
-rw-r--r--bundles/org.eclipse.wst.xml.core/.classpath43
1 files changed, 0 insertions, 43 deletions
diff --git a/bundles/org.eclipse.wst.xml.core/.classpath b/bundles/org.eclipse.wst.xml.core/.classpath
deleted file mode 100644
index 0f97d08f8d..0000000000
--- a/bundles/org.eclipse.wst.xml.core/.classpath
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src-contentmodel"/>
- <classpathentry kind="src" path="src-search"/>
- <classpathentry kind="src" path="src-validation"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="src-catalog"/>
- <classpathentry kind="src" path="src-emfModelSynch"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
- <accessrules>
- <accessrule kind="accessible" pattern="org/eclipse/wst/validation/**"/>
- <accessrule kind="accessible" pattern="org/eclipse/wst/common/internal/emf/resource/**"/>
- <accessrule kind="accessible" pattern="org/eclipse/wst/common/internal/emf/utilities/**"/>
- <accessrule kind="accessible" pattern="org/eclipse/wst/common/internal/emfworkbench/**"/>
- </accessrules>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4">
- <accessrules>
- <accessrule kind="accessible" pattern="org/apache/xerces/dom/TreeWalkerImpl"/>
- <accessrule kind="accessible" pattern="org/w3c/dom/ranges/DocumentRange"/>
- <accessrule kind="accessible" pattern="org/w3c/dom/ranges/Range"/>
- <accessrule kind="accessible" pattern="org/w3c/dom/traversal/DocumentTraversal"/>
- <accessrule kind="accessible" pattern="org/w3c/dom/traversal/NodeFilter"/>
- <accessrule kind="accessible" pattern="org/w3c/dom/traversal/NodeIterator"/>
- <accessrule kind="accessible" pattern="org/w3c/dom/traversal/TreeWalker"/>
- <accessrule kind="accessible" pattern="org/w3c/dom/ranges/RangeException"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/impl/XMLErrorReporter"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/parsers/StandardParserConfiguration"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/Augmentations"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/NamespaceContext"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/QName"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/XMLAttributes"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/XMLLocator"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/XMLResourceIdentifier"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/XNIException"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/parser/XMLEntityResolver"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/xni/parser/XMLInputSource"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/parsers/SAXParser"/>
- <accessrule kind="accessible" pattern="org/apache/xerces/parsers/AbstractSAXParser"/>
- </accessrules>
- </classpathentry>
- <classpathentry kind="output" path="bin"/>
-</classpath>

Back to the top