From 1f770574b008d5a530834f854ae124b0f5ed755a Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Wed, 21 Jan 2009 23:02:43 +0000 Subject: [PATCH] updating eclipse settings and classpaths --- org.springframework.aspects/.classpath | 2 +- org.springframework.core/.classpath | 3 +++ .../.classpath | 2 +- org.springframework.jms/.classpath | 1 + org.springframework.oxm/.classpath | 26 +++++++++++++++++++ org.springframework.oxm/.project | 17 ++++++++++++ .../.settings/org.eclipse.jdt.core.prefs | 13 ++++++++++ .../.settings/org.eclipse.jdt.ui.prefs | 3 +++ org.springframework.web.servlet/.classpath | 7 ++--- 9 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 org.springframework.oxm/.classpath create mode 100644 org.springframework.oxm/.project create mode 100644 org.springframework.oxm/.settings/org.eclipse.jdt.core.prefs create mode 100644 org.springframework.oxm/.settings/org.eclipse.jdt.ui.prefs diff --git a/org.springframework.aspects/.classpath b/org.springframework.aspects/.classpath index c55e1ca0d0..8b4c6992f5 100644 --- a/org.springframework.aspects/.classpath +++ b/org.springframework.aspects/.classpath @@ -8,8 +8,8 @@ - + diff --git a/org.springframework.core/.classpath b/org.springframework.core/.classpath index 34ce7f49c6..5c4ebc602a 100644 --- a/org.springframework.core/.classpath +++ b/org.springframework.core/.classpath @@ -14,5 +14,8 @@ + + + diff --git a/org.springframework.integration-tests/.classpath b/org.springframework.integration-tests/.classpath index ca511d78c5..679280dc66 100644 --- a/org.springframework.integration-tests/.classpath +++ b/org.springframework.integration-tests/.classpath @@ -28,7 +28,6 @@ - @@ -86,5 +85,6 @@ + diff --git a/org.springframework.jms/.classpath b/org.springframework.jms/.classpath index 22e37ce0d5..62b7eb61ed 100644 --- a/org.springframework.jms/.classpath +++ b/org.springframework.jms/.classpath @@ -18,5 +18,6 @@ + diff --git a/org.springframework.oxm/.classpath b/org.springframework.oxm/.classpath new file mode 100644 index 0000000000..91bf769d80 --- /dev/null +++ b/org.springframework.oxm/.classpath @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.oxm/.project b/org.springframework.oxm/.project new file mode 100644 index 0000000000..5514d903d6 --- /dev/null +++ b/org.springframework.oxm/.project @@ -0,0 +1,17 @@ + + + org.springframework.oxm + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.oxm/.settings/org.eclipse.jdt.core.prefs b/org.springframework.oxm/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..4727ca670a --- /dev/null +++ b/org.springframework.oxm/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,13 @@ +#Wed Jan 21 17:23:25 EST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.builder.cleanOutputFolder=ignore +org.eclipse.jdt.core.builder.duplicateResourceTask=warning +org.eclipse.jdt.core.builder.invalidClasspath=abort +org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore +org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch +org.eclipse.jdt.core.circularClasspath=error +org.eclipse.jdt.core.classpath.exclusionPatterns=enabled +org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled +org.eclipse.jdt.core.compiler.maxProblemPerUnit=100 +org.eclipse.jdt.core.incompatibleJDKLevel=ignore +org.eclipse.jdt.core.incompleteClasspath=error diff --git a/org.springframework.oxm/.settings/org.eclipse.jdt.ui.prefs b/org.springframework.oxm/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 0000000000..403f31e642 --- /dev/null +++ b/org.springframework.oxm/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,3 @@ +#Wed Jan 21 16:22:17 EST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.ui.text.custom_code_templates= diff --git a/org.springframework.web.servlet/.classpath b/org.springframework.web.servlet/.classpath index c9361ae06d..f6730a6519 100644 --- a/org.springframework.web.servlet/.classpath +++ b/org.springframework.web.servlet/.classpath @@ -5,9 +5,13 @@ + + + + @@ -22,20 +26,17 @@ - - -