aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2010-12-28 10:20:20 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2010-12-28 10:20:20 +0100
commitd80139fa8f21b1e6c7fad0a0607986d7b246a06f (patch)
treed399e58132dc4f7f974f8fbc73a82aeedccef50a
parentb56924dcd71e216fa27120f7f86c26dfc853661f (diff)
downloadlombok-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.xml1
-rw-r--r--buildScripts/eclipse-debug-target.template2
2 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 069e4392..e65b13d6 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>