diff options
author | Sven Gothel <[email protected]> | 2011-09-14 06:48:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-14 06:48:28 +0200 |
commit | 71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (patch) | |
tree | 72468ed75942180deb7f74af6e9da4d6f6d46867 /.externalToolBuilders/jogl-demos builder.launch | |
parent | 5f0209064687b878c86a3f5d0cdf548c72cf78f9 (diff) |
Add eclipse project files
Diffstat (limited to '.externalToolBuilders/jogl-demos builder.launch')
-rw-r--r-- | .externalToolBuilders/jogl-demos builder.launch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.externalToolBuilders/jogl-demos builder.launch b/.externalToolBuilders/jogl-demos builder.launch new file mode 100644 index 0000000..18e6f94 --- /dev/null +++ b/.externalToolBuilders/jogl-demos builder.launch @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_AFTER_CLEAN_TARGETS" value="clean,"/> +<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="all.ide,"/> +<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-demos"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/jogl-demos/make/build.xml}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/jogl-demos/make}"/> +</launchConfiguration> |