diff options
author | Francis Gagné <fragag1@gmail.com> | 2014-09-07 23:44:43 -0400 |
---|---|---|
committer | Francis Gagné <fragag1@gmail.com> | 2014-09-08 00:13:33 -0400 |
commit | 25cb62d5987fdb4e76484856d85c4f9291d5d646 (patch) | |
tree | 516ee0b46a66e0f5f88af6b83db459566318d1fd /.project |
Initial version
This is a Java project template for the Luna version of Eclipse JDT and
Eclipse m2e. It also enables the FindBugs builder.
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..326a70f --- /dev/null +++ b/.project @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>java-template</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> + </natures> +</projectDescription> |