Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-25 11:23:48 +0000
committerAlexander Kurtakov2018-04-25 11:23:48 +0000
commitb79089e44d71e2e837f2b119f1c297f28681e487 (patch)
tree8eb33c638121d85ebf2dfbef529ebad35cee7fcd /bundles/org.eclipse.equinox.p2.ui/.classpath
parent15000065081411a10e766ecb1ce90d4c947a8ca8 (diff)
downloadrt.equinox.p2-b79089e44d71e2e837f2b119f1c297f28681e487.tar.gz
rt.equinox.p2-b79089e44d71e2e837f2b119f1c297f28681e487.tar.xz
rt.equinox.p2-b79089e44d71e2e837f2b119f1c297f28681e487.zip
* Foreach conversion. * Removed useless non-javadoc comments. * Use isEmpty. Change-Id: I86a3291f3abf30a8dee2b4a4c008978b24ec75d3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/.classpath b/bundles/org.eclipse.equinox.p2.ui/.classpath
index 4f83b2397..eca7bdba8 100644
--- a/bundles/org.eclipse.equinox.p2.ui/.classpath
+++ b/bundles/org.eclipse.equinox.p2.ui/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top