Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-10-30 16:16:06 +0000
committerAlexander Kurtakov2018-10-30 16:45:16 +0000
commitbfeba8f3c940d1df631f0a688da55952d0437ac5 (patch)
treed26c303093587d7ed602776480c8aed6af4f6070 /bundles/org.eclipse.core.net.linux.x86_64/.classpath
parentae43ae1a68fd23451f8d3a05b361c67d48faf43a (diff)
downloadeclipse.platform.team-I20181031-1800.tar.gz
eclipse.platform.team-I20181031-1800.tar.xz
eclipse.platform.team-I20181031-1800.zip
Having them in there confuses jgit timestamp provider making it complain if there is a change in fragment to also ask for version bump of the host. Change-Id: Ie644415a0a8ddb9522fbcb539cd3b4bdc74b90d1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.core.net.linux.x86_64/.classpath')
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/.classpath b/bundles/org.eclipse.core.net.linux.x86_64/.classpath
new file mode 100644
index 000000000..01836c484
--- /dev/null
+++ b/bundles/org.eclipse.core.net.linux.x86_64/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <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/JavaSE-1.8"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top