305306 Incorrect deployment of variable based dependencies in EAR
diff --git a/tests/org.eclipse.jst.web_tests.feature.patch/.project b/tests/org.eclipse.jst.web_tests.feature.patch/.project new file mode 100644 index 0000000..bbec345 --- /dev/null +++ b/tests/org.eclipse.jst.web_tests.feature.patch/.project
@@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jst.web_tests.feature.patch</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription>
diff --git a/tests/org.eclipse.jst.web_tests.feature.patch/build.properties b/tests/org.eclipse.jst.web_tests.feature.patch/build.properties new file mode 100644 index 0000000..64f93a9 --- /dev/null +++ b/tests/org.eclipse.jst.web_tests.feature.patch/build.properties
@@ -0,0 +1 @@ +bin.includes = feature.xml
diff --git a/tests/org.eclipse.jst.web_tests.feature.patch/feature.xml b/tests/org.eclipse.jst.web_tests.feature.patch/feature.xml new file mode 100644 index 0000000..a0a9cc6 --- /dev/null +++ b/tests/org.eclipse.jst.web_tests.feature.patch/feature.xml
@@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.jst.web_tests.feature.patch" + label="Patch feature for tests" + version="3.1.2.qualifier" + provider-name="Eclipse Web Tools Platform"> + + <requires> + <import feature="org.eclipse.jst.web_tests.feature" version="3.1.1.v200908121609-794FZ-EVVFIwFhRtLnWW" patch="true"/> + </requires> + + <plugin + id="org.eclipse.jst.j2ee.tests" + download-size="0" + install-size="0" + version="0.0.0"/> + +</feature>