diff --git a/org.springframework.integration.adapter/.classpath b/org.springframework.integration.adapter/.classpath index e5ee7c2629..9b9caa4dda 100644 --- a/org.springframework.integration.adapter/.classpath +++ b/org.springframework.integration.adapter/.classpath @@ -2,6 +2,7 @@ + diff --git a/org.springframework.integration.adapter/src/main/java/META-INF/spring-integration.parsers b/org.springframework.integration.adapter/src/main/resources/META-INF/spring-integration.parsers similarity index 100% rename from org.springframework.integration.adapter/src/main/java/META-INF/spring-integration.parsers rename to org.springframework.integration.adapter/src/main/resources/META-INF/spring-integration.parsers diff --git a/org.springframework.integration.adapter/src/main/java/META-INF/spring.schemas b/org.springframework.integration.adapter/src/main/resources/META-INF/spring.schemas similarity index 100% rename from org.springframework.integration.adapter/src/main/java/META-INF/spring.schemas rename to org.springframework.integration.adapter/src/main/resources/META-INF/spring.schemas diff --git a/org.springframework.integration.ws/.classpath b/org.springframework.integration.ws/.classpath index 90c13fa9b4..3f692e4bfb 100644 --- a/org.springframework.integration.ws/.classpath +++ b/org.springframework.integration.ws/.classpath @@ -2,6 +2,7 @@ + diff --git a/org.springframework.integration.ws/src/main/java/META-INF/spring-integration.parsers b/org.springframework.integration.ws/src/main/resources/META-INF/spring-integration.parsers similarity index 100% rename from org.springframework.integration.ws/src/main/java/META-INF/spring-integration.parsers rename to org.springframework.integration.ws/src/main/resources/META-INF/spring-integration.parsers diff --git a/org.springframework.integration.ws/src/main/java/META-INF/spring.schemas b/org.springframework.integration.ws/src/main/resources/META-INF/spring.schemas similarity index 100% rename from org.springframework.integration.ws/src/main/java/META-INF/spring.schemas rename to org.springframework.integration.ws/src/main/resources/META-INF/spring.schemas