mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[releng-tests] each launch config should get it's own ws
This commit is contained in:
parent
eb484860ac
commit
b3498fa08b
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/pde-junit"/>
|
||||
<booleanAttribute key="default" value="true"/>
|
||||
<booleanAttribute key="includeOptional" value="true"/>
|
||||
<stringAttribute key="location" value="${workspace_loc}/../junit-${project_name}-workspace"/>
|
||||
<stringAttribute key="location" value="${workspace_loc}/../${user.dir}-junit-workspace"/>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/org.eclipse.xtext.junit4.tests"/>
|
||||
</listAttribute>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/pde-junit"/>
|
||||
<booleanAttribute key="default" value="true"/>
|
||||
<booleanAttribute key="includeOptional" value="true"/>
|
||||
<stringAttribute key="location" value="${workspace_loc}/../junit-${project_name}-workspace"/>
|
||||
<stringAttribute key="location" value="${workspace_loc}/../junit-org.eclipse.xtext.purexbase.tests-workspace"/>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/org.eclipse.xtext.tests/src"/>
|
||||
</listAttribute>
|
||||
|
|
Loading…
Reference in a new issue