From: Randy Baumgarte Date: Thu, 15 Jul 2010 11:53:29 +0000 (-0400) Subject: Patch from Nick to change GIT & Eclipse so patching & collaboration is easier. X-Git-Tag: version0.1.1~456 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ec4f5303edc585b1411b7236e44cb0c083486989;p=neighbornote%2FNeighborNote.git Patch from Nick to change GIT & Eclipse so patching & collaboration is easier. --- diff --git a/.classpath b/.classpath index 5e183da..f2f3be5 100644 --- a/.classpath +++ b/.classpath @@ -2,12 +2,12 @@ - - - - - - - + + + + + + + diff --git a/.gitignore b/.gitignore index c5e82d7..d07f02e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -bin \ No newline at end of file +bin# Ignore compilation results - no need for these to be under source control*.class \ No newline at end of file diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..585ca3f --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Thu Jul 15 16:56:27 NZST 2010 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6