Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-06-15 18:41:31 +0000
committermkersten2006-06-15 18:41:31 +0000
commit7c533a3927b37b08152c162cc136a239bd83a493 (patch)
treef18de804a5d7b6997f25a845ff9f1cd329e3d795 /org.eclipse.mylyn.trac.ui/.classpath
parent225376f3f0b7e20822e8db251c064eca9dc40636 (diff)
downloadorg.eclipse.mylyn.tasks-7c533a3927b37b08152c162cc136a239bd83a493.tar.gz
org.eclipse.mylyn.tasks-7c533a3927b37b08152c162cc136a239bd83a493.tar.xz
org.eclipse.mylyn.tasks-7c533a3927b37b08152c162cc136a239bd83a493.zip
Progress on: 143583: Need infrastructure to host summer of code projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=143583
Diffstat (limited to 'org.eclipse.mylyn.trac.ui/.classpath')
-rw-r--r--org.eclipse.mylyn.trac.ui/.classpath6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.trac.ui/.classpath b/org.eclipse.mylyn.trac.ui/.classpath
index 85a4bb4b4..751c8f2e5 100644
--- a/org.eclipse.mylyn.trac.ui/.classpath
+++ b/org.eclipse.mylyn.trac.ui/.classpath
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <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="output" path="bin"/>
</classpath>

Back to the top