Skip to content

Instantly share code, notes, and snippets.

@jonbullock
Created February 18, 2014 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbullock/9078723 to your computer and use it in GitHub Desktop.
Save jonbullock/9078723 to your computer and use it in GitHub Desktop.
JBake Eclipse settings
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jbake-core</name>
<comment>JBake is a Java based open source static site/blog generator for developers. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>
#Sun Mar 03 02:24:42 GMT 2013
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment