diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-04-20 15:54:50 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-04-20 15:54:50 +0200 |
commit | 793b4c6dac0137aef286f5096c09bc473105c447 (patch) | |
tree | af8efb780ade10b2871d44734e3e43dc9e97cc86 | |
parent | a9c28568ddd58ae1700b5843a7fdd63730a399fd (diff) | |
download | JRummikub-793b4c6dac0137aef286f5096c09bc473105c447.tar JRummikub-793b4c6dac0137aef286f5096c09bc473105c447.zip |
Eclipse-Projekt angelegt
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@2 72836036-5685-4462-b002-a69064685172
-rw-r--r-- | .classpath | 7 | ||||
-rw-r--r-- | .project | 17 |
2 files changed, 24 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..83b76b7 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="test"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/.project b/.project new file mode 100644 index 0000000..23665a3 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>JRummikub</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> +</projectDescription> |