diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-12-28 10:20:20 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-12-28 10:20:20 +0100 |
commit | d80139fa8f21b1e6c7fad0a0607986d7b246a06f (patch) | |
tree | d399e58132dc4f7f974f8fbc73a82aeedccef50a | |
parent | b56924dcd71e216fa27120f7f86c26dfc853661f (diff) | |
download | lombok-d80139fa8f21b1e6c7fad0a0607986d7b246a06f.tar.gz lombok-d80139fa8f21b1e6c7fad0a0607986d7b246a06f.tar.bz2 lombok-d80139fa8f21b1e6c7fad0a0607986d7b246a06f.zip |
Second time's the charm - fix for generating LombokizedEclipse.launch in windows.
-rw-r--r-- | build.xml | 1 | ||||
-rw-r--r-- | buildScripts/eclipse-debug-target.template | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -228,7 +228,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr overwrite="true"> <filterset> <filter token="START_ON_FIRST_THREAD" value="${startOnFirstThread}" /> - <filter token="D32" value="${d32}" /> </filterset> </copy> </target> diff --git a/buildScripts/eclipse-debug-target.template b/buildScripts/eclipse-debug-target.template index 7a1ac635..99e4237c 100644 --- a/buildScripts/eclipse-debug-target.template +++ b/buildScripts/eclipse-debug-target.template @@ -21,7 +21,7 @@ <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.6"/> <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}"/> <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx512m @D32@ @START_ON_FIRST_THREAD@ -Dorg.eclipse.swt.internal.carbon.smallFonts -javaagent:${project_loc:lombok}/dist/lombok.jar -Xbootclasspath/a:${project_loc:lombok}/dist/lombok.jar -Dlombok.patcher.patchDebugDir=${project_loc:lombok}/debug/patchedClasses"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx512m @START_ON_FIRST_THREAD@ -Dorg.eclipse.swt.internal.carbon.smallFonts -javaagent:${project_loc:lombok}/dist/lombok.jar -Xbootclasspath/a:${project_loc:lombok}/dist/lombok.jar -Dlombok.patcher.patchDebugDir=${project_loc:lombok}/debug/patchedClasses"/> <stringAttribute key="pde.version" value="3.3"/> <stringAttribute key="product" value="org.eclipse.sdk.ide"/> <booleanAttribute key="show_selected_only" value="false"/> |