diff options
author | Wade Walker <[email protected]> | 2011-01-11 14:09:45 -0600 |
---|---|---|
committer | Wade Walker <[email protected]> | 2011-01-11 14:09:45 -0600 |
commit | 3972f4ecfa8581f8924a7e6376043f2e806bcce1 (patch) | |
tree | d2996988bda536b8545bbdf9517dbbd73bd34e41 /.externalToolBuilders/jogl builder.launch | |
parent | 64a500413de7b3d1ddcece1256d1f28601d6ec0d (diff) |
Created Eclipse project files.
Created the Eclipse project files needed to build jogl.
These files don't contain any absolute paths, but they do
depend on the user setting up the JRE and Ant properly
inside Eclipse.
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> |