Skip to content

Commit

Permalink
Change base directory of mvn launch config to build SWT binaries
Browse files Browse the repository at this point in the history
The path was broken since the projects got moved.
  • Loading branch information
fedejeanne committed Apr 11, 2024
1 parent 5b437ee commit 0b04a03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" 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-17/"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:eclipse.platform.swt}/binaries/org.eclipse.swt.${target.ws}.${target.os}.${target.arch}"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:org.eclipse.swt}/../../binaries/org.eclipse.swt.${target.ws}.${target.os}.${target.arch}"/>
</launchConfiguration>

0 comments on commit 0b04a03

Please sign in to comment.