diff options
author | Roel Spilker <r.spilker@gmail.com> | 2015-01-21 01:34:57 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2015-01-21 01:34:57 +0100 |
commit | 6f76123a571c69d4c2c533f1c6c2abdc080cd905 (patch) | |
tree | d74d32475140982eaca690b88d730e81af844cba /buildScripts/eclipse-run-tests.template | |
parent | 20bd5dce06112d87261f2997c6a575662b42488f (diff) | |
download | lombok-6f76123a571c69d4c2c533f1c6c2abdc080cd905.tar.gz lombok-6f76123a571c69d4c2c533f1c6c2abdc080cd905.tar.bz2 lombok-6f76123a571c69d4c2c533f1c6c2abdc080cd905.zip |
Fix for the eclipse launch targets for testing (they didn't work on windows).
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 2a856315..a38283dc 100644 --- a/buildScripts/eclipse-run-tests.template +++ b/buildScripts/eclipse-run-tests.template @@ -25,5 +25,5 @@ <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@"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="lombok.RunAllTests"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="lombok"/> - <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:dist/lombok.jar -Dshadow.override.lombok=${project_loc:lombok}/bin:${project_loc:lombok}/lib/runtime/* -Ddelombok.bootclasspath=@RT_LOCATION@"/> + <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:dist/lombok.jar -Ddelombok.bootclasspath=@RT_LOCATION@"/> </launchConfiguration> |