diff options
author | Sven Gothel <[email protected]> | 2019-12-31 18:23:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-31 18:23:02 +0100 |
commit | 332dd8550a2301427dd942d2a77cb59ebd3ec92e (patch) | |
tree | 0c860a40c05ba5b27d99770a433b922cbf685f70 /.project | |
parent | 7ea189170b6ae75b7e15be43344a785eb56bb48a (diff) |
Diffstat (limited to '.project')
-rw-r--r-- | .project | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..960783c --- /dev/null +++ b/.project @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>joglutils</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> + <linkedResources> + <link> + <name>classes</name> + <type>2</type> + <location>/usr/local/projects/JogAmp/jogl-utils/build/classes</location> + </link> + <link> + <name>src</name> + <type>2</type> + <location>/usr/local/projects/JogAmp/jogl-utils/src</location> + </link> + </linkedResources> +</projectDescription> |