diff options
author | Sven Gothel <[email protected]> | 2011-05-18 06:01:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-18 06:01:10 +0200 |
commit | fa6c68204570ceb2f4bc051d983cb6b95300a053 (patch) | |
tree | 831619596bfc86a2c1e8dff6aead4a58d612bdc4 /.project | |
parent | be2915e8eb6c1b230514a93c25a08f05217db8ea (diff) |
Add eclipse proj. files
Diffstat (limited to '.project')
-rw-r--r-- | .project | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..6c956a0 --- /dev/null +++ b/.project @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>jocl-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/jocl-demos-ant.launch</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |