Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-08-08 13:52:38 +0000
committerThomas Watson2017-08-08 13:52:44 +0000
commit3e193d46363000ec2ee01890557c49c52b845326 (patch)
tree794080a7688b0e45d25ca5f7acbf37b104e85034 /bundles/org.eclipse.equinox.log.stream/.classpath
parent6f277f0934bccc45c25a54e61545e3b14d910cb4 (diff)
downloadrt.equinox.framework-3e193d46363000ec2ee01890557c49c52b845326.tar.gz
rt.equinox.framework-3e193d46363000ec2ee01890557c49c52b845326.tar.xz
rt.equinox.framework-3e193d46363000ec2ee01890557c49c52b845326.zip
Bug 516761 - remove log.stream from rt.equinox.frameworkI20170808-2000
- Project is moved to rt.equinox.bundles repo Change-Id: I8cdfb2d1743360e1d3c08593de395d8989f0afbf Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.log.stream/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.log.stream/.classpath12
1 files changed, 0 insertions, 12 deletions
diff --git a/bundles/org.eclipse.equinox.log.stream/.classpath b/bundles/org.eclipse.equinox.log.stream/.classpath
deleted file mode 100644
index ca218f47e..000000000
--- a/bundles/org.eclipse.equinox.log.stream/.classpath
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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="osgi/src">
- <attributes>
- <attribute name="ignore_optional_problems" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>

Back to the top