diff options
author | Roel Spilker <r.spilker@gmail.com> | 2016-11-21 21:48:26 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2016-11-21 21:48:26 +0100 |
commit | bae2018180e9eaf31b8a71a1f7d06e2265452f5c (patch) | |
tree | 3cb84cf0975e2f66d030b027fa73505c9dd0e574 /buildScripts/eclipse-run-tests.template | |
parent | b63dd315b34e26faeaea935930f07c20f1e700e1 (diff) | |
download | lombok-bae2018180e9eaf31b8a71a1f7d06e2265452f5c.tar.gz lombok-bae2018180e9eaf31b8a71a1f7d06e2265452f5c.tar.bz2 lombok-bae2018180e9eaf31b8a71a1f7d06e2265452f5c.zip |
Test launch filest should only use exported dependencies from other projects
Diffstat (limited to 'buildScripts/eclipse-run-tests.template')
-rw-r--r-- | buildScripts/eclipse-run-tests.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/eclipse-run-tests.template b/buildScripts/eclipse-run-tests.template index 530341ab..0c00c236 100644 --- a/buildScripts/eclipse-run-tests.template +++ b/buildScripts/eclipse-run-tests.template @@ -20,7 +20,7 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/lombok/@JAVAC_LOCATION@" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/lombok/lib/test/com.google.guava-guava.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/lombok/lib/test/com.google.code.findbugs-findbugs.jar" path="3" type="2"/> "/> - <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="lombok"/> </runtimeClasspathEntry> "/> + <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="true" project="lombok"/> </runtimeClasspathEntry> "/> </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.@JAVA_VERSION@"/> |