From 7a71af29899c61f48b39c5d42894e0dfd977ecdb Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 16 Nov 2011 04:20:43 +0000 Subject: [PATCH] Remove stale duplicate copy of spring-cache XSD This was removed once previously but accidentally re-introduced later. The 'correct' version of spring-cache-3.1.xsd lives in spring-context as opposed to here in spring-context-support. Also placed .gitignore file within src/main/resources such that the now-empty directory does not get pruned in git environments, which will otherwise cause 'missing source folder' errors within Eclipse/IDEA. --- .../src/main/resources/.gitignore | 0 .../cache/config/spring-cache-3.1.xsd | 107 ------------------ 2 files changed, 107 deletions(-) create mode 100644 org.springframework.context.support/src/main/resources/.gitignore delete mode 100644 org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd diff --git a/org.springframework.context.support/src/main/resources/.gitignore b/org.springframework.context.support/src/main/resources/.gitignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd b/org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd deleted file mode 100644 index 076fdbc91c..0000000000 --- a/org.springframework.context.support/src/main/resources/org/springframework/cache/config/spring-cache-3.1.xsd +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file