Skip to content

Instantly share code, notes, and snippets.

@chrisbay
Created November 11, 2016 20:50
Show Gist options
  • Save chrisbay/6ce1fa2ef0dc9ed2bb7a316a5c39939b to your computer and use it in GitHub Desktop.
Save chrisbay/6ce1fa2ef0dc9ed2bb7a316a5c39939b to your computer and use it in GitHub Desktop.
.project for spring-blogz
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>blogz-spring</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>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment