Created
February 18, 2014 19:56
-
-
Save jonbullock/9078723 to your computer and use it in GitHub Desktop.
JBake Eclipse settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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