Remove feature patches from feature pom files Signed-off-by: John Collier <John.J.Collier@ibm.com>
diff --git a/features/pom.xml b/features/pom.xml index 9605b94..3743265 100644 --- a/features/pom.xml +++ b/features/pom.xml
@@ -27,23 +27,17 @@ <modules> <module>org.eclipse.jem-feature</module> - <module>org.eclipse.jem.feature.patch</module> <module>org.eclipse.jem.tests-feature</module> <module>org.eclipse.jst.doc.user.feature</module> <module>org.eclipse.jst.enterprise_core.feature</module> - <module>org.eclipse.jst.enterprise_core.feature.patch</module> <module>org.eclipse.jst.enterprise_sdk.feature</module> <module>org.eclipse.jst.enterprise_tests.feature</module> <module>org.eclipse.jst.enterprise_ui.feature</module> - <module>org.eclipse.jst.enterprise_ui.feature.patch</module> <module>org.eclipse.jst.enterprise_userdoc.feature</module> - <module>org.eclipse.jst.servlet.ui.patch</module> <module>org.eclipse.jst.web_core.feature</module> - <module>org.eclipse.jst.web_core.feature.patch</module> <module>org.eclipse.jst.web_sdk.feature</module> <module>org.eclipse.jst.web_tests.feature</module> <module>org.eclipse.jst.web_ui.feature</module> - <module>org.eclipse.jst.web_ui.feature.patch</module> <module>org.eclipse.jst.web_userdoc.feature</module> </modules> </project>
diff --git a/tests/pom.xml b/tests/pom.xml index 4cb92a0..4c5da76 100644 --- a/tests/pom.xml +++ b/tests/pom.xml
@@ -37,6 +37,5 @@ <module>org.eclipse.jst.servlet.tests</module> <module>org.eclipse.jst.validation.sample</module> <module>org.eclipse.jst.validation.test</module> - <module>org.eclipse.jst.web_tests.feature.patch</module> </modules> </project>