OSDN Git Service

Patch from Nick to change GIT & Eclipse so patching & collaboration is easier.
authorRandy Baumgarte <randy@fbn.cx>
Thu, 15 Jul 2010 11:53:29 +0000 (07:53 -0400)
committerRandy Baumgarte <randy@fbn.cx>
Thu, 15 Jul 2010 11:53:29 +0000 (07:53 -0400)
.classpath
.gitignore
.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]

index 5e183da..f2f3be5 100644 (file)
@@ -2,12 +2,12 @@
 <classpath>\r
        <classpathentry kind="src" path="src"/>\r
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>\r
-       <classpathentry kind="lib" path="D:/NeverNote/lib/PDFRenderer.jar"/>\r
-       <classpathentry kind="lib" path="D:/Nevernote-prod/lib/h2-1.2.136.jar"/>\r
-       <classpathentry kind="lib" path="D:/NeverNote/lib/evernote-api-1.15.jar"/>\r
-       <classpathentry kind="lib" path="D:/NeverNote/lib/libthrift.jar"/>\r
-       <classpathentry kind="lib" path="D:/NeverNote/lib/log4j-1.2.14.jar"/>\r
-       <classpathentry kind="lib" path="D:/qtjambi-win32-lgpl-4.5.0_01/qtjambi-4.5.0_01.jar"/>\r
-       <classpathentry kind="lib" path="D:/qtjambi-win32-lgpl-4.5.0_01/qtjambi-win32-msvc2005-4.5.0_01.jar"/>\r
+       <classpathentry kind="lib" path="D:/NeverNote/lib/evernote.jar"/>\r
+       <classpathentry kind="lib" path="lib/h2-1.2.136.jar"/>\r
+       <classpathentry kind="lib" path="lib/libthrift.jar"/>\r
+       <classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>\r
+       <classpathentry kind="lib" path="lib/PDFRenderer.jar"/>\r
+       <classpathentry kind="var" path="QTJAMBI_API_JAR"/>\r
+       <classpathentry kind="var" path="QTJAMBI_PLATFORM_JAR"/>\r
        <classpathentry kind="output" path="bin"/>\r
 </classpath>\r
index c5e82d7..d07f02e 100644 (file)
@@ -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 (file)
index 0000000..585ca3f
--- /dev/null
@@ -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