From 779c19966539b84c3f01a5f81da6fb9ebbd2b362 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Wed, 29 Oct 2008 15:00:00 +0000 Subject: [PATCH] eclipse settings to support unit test git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@189 50f2f4bb-b051-0410-bef5-90022cba6387 --- org.springframework.beans/.classpath | 1 + org.springframework.core/.classpath | 2 + org.springframework.testsuite/.classpath | 63 +++++++++++++++++++ org.springframework.testsuite/.project | 17 +++++ .../.settings/org.eclipse.jdt.core.prefs | 12 ++++ org.springframework.web.servlet/.classpath | 1 - 6 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 org.springframework.testsuite/.classpath create mode 100644 org.springframework.testsuite/.project create mode 100644 org.springframework.testsuite/.settings/org.eclipse.jdt.core.prefs diff --git a/org.springframework.beans/.classpath b/org.springframework.beans/.classpath index bbf2d2c52d9..65c4d8757de 100644 --- a/org.springframework.beans/.classpath +++ b/org.springframework.beans/.classpath @@ -11,5 +11,6 @@ + diff --git a/org.springframework.core/.classpath b/org.springframework.core/.classpath index f450349653d..4d123dbf40e 100644 --- a/org.springframework.core/.classpath +++ b/org.springframework.core/.classpath @@ -12,5 +12,7 @@ + + diff --git a/org.springframework.testsuite/.classpath b/org.springframework.testsuite/.classpath new file mode 100644 index 00000000000..3ab2aa7eee5 --- /dev/null +++ b/org.springframework.testsuite/.classpath @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.testsuite/.project b/org.springframework.testsuite/.project new file mode 100644 index 00000000000..d1703fc7455 --- /dev/null +++ b/org.springframework.testsuite/.project @@ -0,0 +1,17 @@ + + + org.springframework.testsuite + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.testsuite/.settings/org.eclipse.jdt.core.prefs b/org.springframework.testsuite/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000000..99500e49711 --- /dev/null +++ b/org.springframework.testsuite/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,12 @@ +#Wed Oct 29 09:29:43 EDT 2008 +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.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/org.springframework.web.servlet/.classpath b/org.springframework.web.servlet/.classpath index ea6484419ef..076ad90b5ab 100644 --- a/org.springframework.web.servlet/.classpath +++ b/org.springframework.web.servlet/.classpath @@ -25,7 +25,6 @@ -