diff options
author | Peter Bernard West <pbwest@apache.org> | 2004-07-24 05:19:30 +0000 |
---|---|---|
committer | Peter Bernard West <pbwest@apache.org> | 2004-07-24 05:19:30 +0000 |
commit | c1e2afeb6ff5de85136f6f4b8bbd806995164df9 (patch) | |
tree | 004164f64fba3d6509f8bb866ea23f2dfd87e73e | |
parent | fe787cb67a97a51dd6d13d2f1cfcd2b970c12d60 (diff) | |
download | xmlgraphics-fop-c1e2afeb6ff5de85136f6f4b8bbd806995164df9.tar.gz xmlgraphics-fop-c1e2afeb6ff5de85136f6f4b8bbd806995164df9.zip |
Eclipse data updates
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197823 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .externalToolBuilders/Alt-design clean build.launch | 3 | ||||
-rw-r--r-- | .externalToolBuilders/Alt-design clean.launch | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.externalToolBuilders/Alt-design clean build.launch b/.externalToolBuilders/Alt-design clean build.launch index 4441fb501..5d63ecbf3 100644 --- a/.externalToolBuilders/Alt-design clean build.launch +++ b/.externalToolBuilders/Alt-design clean build.launch @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> <booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/FOP_Alt-Design}"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/FOP_Alt-Design/build.xml}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="clean,all,"/> </launchConfiguration> diff --git a/.externalToolBuilders/Alt-design clean.launch b/.externalToolBuilders/Alt-design clean.launch index 1befe7fb4..ed873aa50 100644 --- a/.externalToolBuilders/Alt-design clean.launch +++ b/.externalToolBuilders/Alt-design clean.launch @@ -2,9 +2,12 @@ <launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> <booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> <booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/FOP_Alt-Design}"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/FOP_Alt-Design/build.xml}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="clean,"/> </launchConfiguration> |