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:
Diffstat (limited to 'bundles/org.eclipse.wst.xsd.core/.classpath')
-rw-r--r--bundles/org.eclipse.wst.xsd.core/.classpath41
1 files changed, 0 insertions, 41 deletions
diff --git a/bundles/org.eclipse.wst.xsd.core/.classpath b/bundles/org.eclipse.wst.xsd.core/.classpath
deleted file mode 100644
index 4710c45bcd..0000000000
--- a/bundles/org.eclipse.wst.xsd.core/.classpath
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src-contentmodel" />
- <classpathentry kind="src" path="src-validation" />
- <classpathentry kind="src" path="src" />
- <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/impl/Constants" />
- <accessrule kind="accessible"
- pattern="org/apache/xerces/parsers/XMLGrammarPreparser" />
- <accessrule kind="accessible"
- pattern="org/apache/xerces/util/XMLGrammarPoolImpl" />
- <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/grammars/XMLGrammarDescription" />
- <accessrule kind="accessible"
- pattern="org/apache/xerces/xni/parser/XMLEntityResolver" />
- <accessrule kind="accessible"
- pattern="org/apache/xerces/xni/parser/XMLErrorHandler" />
- <accessrule kind="accessible"
- pattern="org/apache/xerces/xni/parser/XMLInputSource" />
- <accessrule kind="accessible"
- pattern="org/apache/xerces/xni/parser/XMLParseException" />
- </accessrules>
- </classpathentry>
- <classpathentry kind="con"
- path="org.eclipse.pde.core.requiredPlugins">
- <accessrules>
- <accessrule kind="accessible"
- pattern="org/eclipse/wst/validation/internal/provisional/core/IMessage" />
- <accessrule kind="accessible"
- pattern="org/eclipse/wst/validation/internal/delegates/DelegatingValidator" />
- </accessrules>
- </classpathentry>
- <classpathentry kind="output" path="bin" />
-</classpath>

Back to the top