redistribute core and ui plugins
diff --git a/features/org.eclipse.jst.enterprise_core.feature.patch/.project b/features/org.eclipse.jst.enterprise_core.feature.patch/.project new file mode 100644 index 0000000..fa4494a --- /dev/null +++ b/features/org.eclipse.jst.enterprise_core.feature.patch/.project
@@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jst.enterprise_core.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/features/org.eclipse.jst.enterprise_core.feature.patch/build.properties b/features/org.eclipse.jst.enterprise_core.feature.patch/build.properties new file mode 100644 index 0000000..64f93a9 --- /dev/null +++ b/features/org.eclipse.jst.enterprise_core.feature.patch/build.properties
@@ -0,0 +1 @@ +bin.includes = feature.xml
diff --git a/features/org.eclipse.jst.enterprise_core.feature.patch/feature.xml b/features/org.eclipse.jst.enterprise_core.feature.patch/feature.xml new file mode 100644 index 0000000..e655a2a --- /dev/null +++ b/features/org.eclipse.jst.enterprise_core.feature.patch/feature.xml
@@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.jst.enterprise_core.feature.patch" + label="Patch Feature" + version="1.0.0"> + + <description url="http://www.example.com/description"> + [Enter Feature Description here.] + </description> + + <copyright url="http://www.example.com/copyright"> + [Enter Copyright Description here.] + </copyright> + + <license url="http://www.example.com/license"> + [Enter License Description here.] + </license> + + <requires> + <import feature="org.eclipse.jst.enterprise_core.feature" version="1.5.5.v200707311635--2PD88S8V_KASA8" patch="true"/> + </requires> + +</feature>