diff options
author | James Moger <james.moger@gmail.com> | 2013-03-08 19:19:48 -0500 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2013-03-08 19:20:14 -0500 |
commit | 926634baaccf8f19f30fa179298ca7edebfeb58d (patch) | |
tree | 9f50715e2d9cb3d0732c2321ec154add48f701f0 /.project | |
parent | 69be7ea90171acfba352ebb5d0f05c72dc63e72a (diff) | |
download | iciql-926634baaccf8f19f30fa179298ca7edebfeb58d.tar.gz iciql-926634baaccf8f19f30fa179298ca7edebfeb58d.zip |
Mostly complete migration of build script to Moxie
Diffstat (limited to '.project')
-rw-r--r-- | .project | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -1,23 +1,23 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>iciql</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>
+<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Iciql</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> |