diff options
Diffstat (limited to 'cmso-robot/.project')
-rw-r--r-- | cmso-robot/.project | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cmso-robot/.project b/cmso-robot/.project index 356fc8a..174d170 100644 --- a/cmso-robot/.project +++ b/cmso-robot/.project @@ -6,6 +6,11 @@ </projects> <buildSpec> <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> <name>org.python.pydev.PyDevBuilder</name> <arguments> </arguments> @@ -15,9 +20,22 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.robotframework.ide.eclipse.main.plugin.robotNature</nature> <nature>org.python.pydev.pythonNature</nature> + <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> </natures> </projectDescription> |