From ec4f5303edc585b1411b7236e44cb0c083486989 Mon Sep 17 00:00:00 2001 From: Randy Baumgarte Date: Thu, 15 Jul 2010 07:53:29 -0400 Subject: [PATCH] Patch from Nick to change GIT & Eclipse so patching & collaboration is easier. --- .classpath | 14 +++++++------- .gitignore | 2 +- .settings/org.eclipse.jdt.core.prefs | 8 ++++++++ 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .settings/org.eclipse.jdt.core.prefs 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 -- 2.11.0