forked from ePages-de/Epages6-EclipseConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathep6 setAttribute.launch
10 lines (10 loc) · 992 Bytes
/
ep6 setAttribute.launch
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${PERL}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="${env_var:EPAGES_CARTRIDGES}/DE_EPAGES/Object/Scripts/set.pl -storename ${string_prompt:STORE=:${env_var:EPAGES_TESTSITE}} -path "${string_prompt:object path:/Shops/DemoShop}" ${string_prompt:attribute name:}="${string_prompt:attribute value:}" ${string_prompt:language (if localized attribute):-lang=de}"/>
</launchConfiguration>