diff options
author | Sven Gothel <[email protected]> | 2013-09-12 01:04:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-12 01:04:20 +0200 |
commit | 2603158cb1a0ff29f5a23de4c0ba2ce759f574cf (patch) | |
tree | 0a461ac6a856b780976444203a94107f323183a2 | |
parent | a5c3fdc48b9bc5113b8445127c330c2c055423a7 (diff) |
Add Eclipse project files
-rw-r--r-- | .classpath | 6 | ||||
-rw-r--r-- | .project | 34 |
2 files changed, 40 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..ba99bd9 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="classes" path="java"/> + <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/.project b/.project new file mode 100644 index 0000000..27f13fb --- /dev/null +++ b/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>ant-cpptasks</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>build.xml</name> + <type>1</type> + <location>/usr/local/projects/JOGL/ant-cpptasks/build.xml</location> + </link> + <link> + <name>classes</name> + <type>2</type> + <location>/usr/local/projects/JOGL/ant-cpptasks/target/classes</location> + </link> + <link> + <name>java</name> + <type>2</type> + <location>/usr/local/projects/JOGL/ant-cpptasks/src/main/java</location> + </link> + </linkedResources> +</projectDescription> |