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 /.project | |
parent | 5f0209064687b878c86a3f5d0cdf548c72cf78f9 (diff) |
Add eclipse project files
Diffstat (limited to '.project')
-rw-r--r-- | .project | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..e97a844 --- /dev/null +++ b/.project @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>jogl-demos</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/org.eclipse.jdt.core.javabuilder (1).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/jogl-demos builder.launch</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |