diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-20 18:18:32 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-20 18:18:32 +0100 |
| commit | bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f (patch) | |
| tree | dc591f60cb5d38db05122c09d86beaa2cf785548 /.project | |
| download | Java2-bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f.tar.gz Java2-bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f.zip | |
First commit of my Java 2 work
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..42750e0 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Java 2</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> + </natures> +</projectDescription> |
