[releng-tests] each launch config should get it's own ws

This commit is contained in:
dhubner 2011-12-15 14:01:10 +01:00
parent eb484860ac
commit b3498fa08b
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>