diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2014-10-15 15:02:26 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2014-10-15 15:16:52 +0200 |
| commit | 8445b7d11b29b870815c3cef137391faac9afca5 (patch) | |
| tree | fdf69e6b9bac8e47614cd99d91e13bfdced35838 /.project | |
| download | Java1-8445b7d11b29b870815c3cef137391faac9afca5.tar.gz Java1-8445b7d11b29b870815c3cef137391faac9afca5.zip | |
First commit of my Java1 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..58ee56f --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>java1</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>
|
