diff options
author | Sven Gothel <[email protected]> | 2011-02-02 06:20:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-02 06:20:26 +0100 |
commit | cfbf2a2a16bc93377d1046f630897005853a9140 (patch) | |
tree | e7a15fafede285eed53e86d8a82492a11cd09033 /.externalToolBuilders/jogl builder.launch | |
parent | adb09d204b0d6d42ffd0c3622ea0adccc27b8b98 (diff) | |
parent | 3972f4ecfa8581f8924a7e6376043f2e806bcce1 (diff) |
Merge remote branch 'wwalker/bug_457' into pulled
Diffstat (limited to '.externalToolBuilders/jogl builder.launch')
-rw-r--r-- | .externalToolBuilders/jogl builder.launch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.externalToolBuilders/jogl builder.launch b/.externalToolBuilders/jogl builder.launch new file mode 100644 index 000000000..6123a0b0b --- /dev/null +++ b/.externalToolBuilders/jogl builder.launch @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_CLEAN_TARGETS" value="clean,"/> +<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> +<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="jogl"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/jogl/make/build.xml}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,clean"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/jogl/make}"/> +</launchConfiguration> |