summaryrefslogtreecommitdiff
path: root/.externalToolBuilders/ClasspathHeaders.launch
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2005-12-22 00:35:25 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2005-12-22 00:35:25 +0000
commit758b1829ad30c73a185c524323dd1e79c4c9f9fe (patch)
tree3ce9be84c3ce47e26f60e5badd947c142ea99571 /.externalToolBuilders/ClasspathHeaders.launch
parent7719a53061ce05388234c19e58675df21456f624 (diff)
downloadclasspath-758b1829ad30c73a185c524323dd1e79c4c9f9fe.tar.gz
2005-12-21 Thomas Fitzsimmons <fitzsim@redhat.com>
* .project: Add ClasspathHeaders.launch. * .externalToolBuilders/Autogen.launch: Run automatically when Makefile.am or configure.ac is updated. * .externalToolBuilders/CompileNative.launch: Run automatically. * .externalToolBuilders/Configure.launch: Run automatically when top-level Makefile.in changes. * include/Makefile.am (CLASSDIR): New variable. Replace lib references with $(CLASSDIR). * .externalToolBuilders/ClasspathHeaders.launch: New builder.
Diffstat (limited to '.externalToolBuilders/ClasspathHeaders.launch')
-rw-r--r--.externalToolBuilders/ClasspathHeaders.launch2
1 files changed, 2 insertions, 0 deletions
diff --git a/.externalToolBuilders/ClasspathHeaders.launch b/.externalToolBuilders/ClasspathHeaders.launch
new file mode 100644
index 000000000..0c8481719
--- /dev/null
+++ b/.externalToolBuilders/ClasspathHeaders.launch
@@ -0,0 +1,2 @@
+<?xml version='1.0'?>
+<launchConfiguration type='org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType'><stringAttribute key='org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS' value='full,incremental,auto,'/><stringAttribute key='org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE' value='${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;launchConfigurationWorkingSet factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; name=&quot;workingSet&quot; editPageId=&quot;org.eclipse.ui.resourceWorkingSetPage&quot;&gt;&#10;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/classpath/include/Makefile&quot; type=&quot;1&quot;/&gt;&#10;&lt;/launchConfigurationWorkingSet&gt;}'/><stringAttribute key='org.eclipse.ui.externaltools.ATTR_LOCATION' value='${system_path:make}'/><booleanAttribute key='org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED' value='true'/><stringAttribute key='org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY' value='${build_project}'/><stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-C ${build_project}/include CLASSDIR=install/share/classpath USER_CLASSLIB=../install/share/classpath all install'/><booleanAttribute key='org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND' value='false'/><booleanAttribute key='org.eclipse.debug.core.appendEnvironmentVariables' value='true'/></launchConfiguration> \ No newline at end of file