diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-11-19 00:47:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-11-21 00:33:43 +0100 |
commit | 0353b1d3ff5554c6f84ee261c0c776efb58eec9b (patch) | |
tree | e6f138731f084beab79c5cb2f0bcfc5acf3f4f91 /org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests (Java8).launch | |
parent | fe85311b3a66d8cc7e7a66d4f0e01f88acbf1c0a (diff) | |
download | jgit-0353b1d3ff5554c6f84ee261c0c776efb58eec9b.tar.gz jgit-0353b1d3ff5554c6f84ee261c0c776efb58eec9b.zip |
Fix classpath of test launch configurations
Remove references to the bundle org.eclipse.jgit.java7 which was removed
in 4.0.
Change-Id: I85527eb2a34bb94979fdab1311043ae77a2b5ecd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests (Java8).launch')
-rw-r--r-- | org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests (Java8).launch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests (Java8).launch b/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests (Java8).launch index 1b61d3d3f1..ce473ed03d 100644 --- a/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests (Java8).launch +++ b/org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests (Java8).launch @@ -19,7 +19,6 @@ <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" path="1" type="4"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="org.eclipse.jgit.pgm.test"/> </runtimeClasspathEntry> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="org.eclipse.jgit.java7" type="1"/> "/> </listAttribute> <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> |