|
Revision 3129, 1.5 kB
(checked in by tmdugan, 1 year ago)
|
-- chica
* added ant builder
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|---|
| 2 |
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> |
|---|
| 3 |
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> |
|---|
| 4 |
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> |
|---|
| 5 |
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> |
|---|
| 6 |
<listEntry value="/chica/build.xml"/> |
|---|
| 7 |
</listAttribute> |
|---|
| 8 |
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> |
|---|
| 9 |
<listEntry value="1"/> |
|---|
| 10 |
</listAttribute> |
|---|
| 11 |
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> |
|---|
| 12 |
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> |
|---|
| 13 |
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> |
|---|
| 14 |
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> |
|---|
| 15 |
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="chica"/> |
|---|
| 16 |
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/chica/build.xml}"/> |
|---|
| 17 |
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value=""/> |
|---|
| 18 |
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="package-jar"/> |
|---|
| 19 |
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> |
|---|
| 20 |
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/chica}"/> |
|---|
| 21 |
</launchConfiguration> |
|---|