Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-06-04 11:59:12 +0000
committerSteffen Pingel2012-06-04 11:59:12 +0000
commit87a55743c4752c4c89690f8b6e7b41b826ae6dbf (patch)
treece022eaae8eb133a98bba7cc6f6bd6f1a5f1e0e9 /org.eclipse.mylyn.bugzilla.core/.classpath
parentff931827499507008149c97c1f4448e1211a348b (diff)
downloadorg.eclipse.mylyn.tasks-87a55743c4752c4c89690f8b6e7b41b826ae6dbf.tar.gz
org.eclipse.mylyn.tasks-87a55743c4752c4c89690f8b6e7b41b826ae6dbf.tar.xz
org.eclipse.mylyn.tasks-87a55743c4752c4c89690f8b6e7b41b826ae6dbf.zip
NEW - bug 381561: update build to use Tycho 0.15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381561
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/.classpath')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/.classpath8
1 files changed, 2 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/.classpath b/org.eclipse.mylyn.bugzilla.core/.classpath
index 6fe19812c..7d61ceb2d 100644
--- a/org.eclipse.mylyn.bugzilla.core/.classpath
+++ b/org.eclipse.mylyn.bugzilla.core/.classpath
@@ -1,15 +1,11 @@
<?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.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
<accessrule kind="nonaccessible" pattern="**/System"/>
</accessrules>
</classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
- <accessrules>
- <accessrule kind="nonaccessible" pattern="com/sun/**"/>
- </accessrules>
- </classpathentry>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top