Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.wsi/.classpath')
-rw-r--r--bundles/org.eclipse.wst.wsi/.classpath18
1 files changed, 0 insertions, 18 deletions
diff --git a/bundles/org.eclipse.wst.wsi/.classpath b/bundles/org.eclipse.wst.wsi/.classpath
deleted file mode 100644
index 05490214b..000000000
--- a/bundles/org.eclipse.wst.wsi/.classpath
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <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/**"/>
- <accessrule kind="accessible" pattern="org/apache/xml/**"/>
- <accessrule kind="accessible" pattern="sun/misc/BASE64Decoder"/>
- <accessrule kind="accessible" pattern="sun/misc/BASE64Encoder"/>
- <accessrule kind="accessible" pattern="sun/misc/CharacterEncoder"/>
- <accessrule kind="accessible" pattern="sun/misc/CharacterDecoder"/>
- <accessrule kind="accessible" pattern="sun/net/www/MessageHeader"/>
- <accessrule kind="accessible" pattern="javax/xml/namespace/QName"/>
- </accessrules>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>

Back to the top