Skip to content
Snippets Groups Projects
Commit 3d63637a authored by david_williams's avatar david_williams
Browse files

192743

Need SDK feature for webpageeditor
parent f8cb1407
No related branches found
No related tags found
No related merge requests found
...@@ -42,11 +42,16 @@ ...@@ -42,11 +42,16 @@
<includes <includes
id="org.eclipse.jst.enterprise_sdk.feature" id="org.eclipse.jst.enterprise_sdk.feature"
version="0.0.0" /> version="0.0.0" />
<includes <includes
id="org.eclipse.jst.doc.isv.feature" id="org.eclipse.jst.doc.isv.feature"
version="0.0.0" /> version="0.0.0" />
<includes
optional="true"
id="org.eclipse.jst.webpageeditor_sdk.feature"
version="0.0.0" />
<!-- technically, this last org.eclipse.jst feature include is not needed for the build or packaging, <!-- technically, this last org.eclipse.jst feature include is not needed for the build or packaging,
but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst
if user selects to --> if user selects to -->
......
...@@ -75,8 +75,8 @@ public class BuildTests extends TestCase { ...@@ -75,8 +75,8 @@ public class BuildTests extends TestCase {
private static final String REQUIRED_BUNDLE_SUFFIX = ".jar"; private static final String REQUIRED_BUNDLE_SUFFIX = ".jar";
private static final String[] SUFFIX_EXEMPT_LIST = {"org.eclipse.swt", "org.apache.ant"}; private static final String[] SUFFIX_EXEMPT_LIST = {"org.eclipse.swt", "org.apache.ant"};
private static final int EXPECTED_NUMBER_OF_FEATURES = 153; private static final int EXPECTED_NUMBER_OF_FEATURES = 155;
private static final int EXPECTED_NUMBER_OF_PLUGINS = 580; private static final int EXPECTED_NUMBER_OF_PLUGINS = 581;
/** /**
* Constructor for EmptyDirectoriesTest. * Constructor for EmptyDirectoriesTest.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment