Skip to content
Snippets Groups Projects
Commit 0a51bb1b authored by david_williams's avatar david_williams
Browse files

add xsl featues to long list for WTP site

parent fadf29c2
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ public class UpdateFeatureUpdateFile {
final private static String FEATURES_PROPERTY = "featuresLocation";
private FullJarNameParser fullJarNameParser = new FullJarNameParser();
private String[] featuresOfInterest = new String[]{"org.eclipse.wst", "org.eclipse.jst", "org.eclipse.jpt.feature", "org.eclipse.wst.xml_ui.feature", "org.eclipse.wst.common_ui.feature", "org.eclipse.wst.sdk", "org.eclipse.jst.sdk", "org.eclipse.jpt_sdk.feature", "org.eclipse.wst.xml_sdk.feature", "org.eclipse.wst.common_sdk.feature",};
private String[] featuresOfInterest = new String[]{"org.eclipse.wst", "org.eclipse.jst", "org.eclipse.jpt.feature", "org.eclipse.wst.xml_ui.feature", "org.eclipse.wst.common_ui.feature", "org.eclipse.wst.xsl.feature", "org.eclipse.wst.sdk", "org.eclipse.jst.sdk", "org.eclipse.jpt_sdk.feature", "org.eclipse.wst.xml_sdk.feature", "org.eclipse.wst.common_sdk.feature", "org.eclipse.wst.xsl_sdk.feature",};
private String[] shortListOfInterest = new String[]{"org.eclipse.wst", "org.eclipse.jst", "org.eclipse.jpt.feature", "org.eclipse.wst.xml_ui.feature", "org.eclipse.wst.common_ui.feature"};
......
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