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

221619 Add new feature to JST assembly feature

parent b7328315
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=J2EE Standard Tools (JST) Project featureName=J2EE Standard Tools (JST) Project
optionalFeatureName=Web Page Editor (Optional) optionalFeatureName=Web Page Editor (Optional)
optionalJSFToolsFeatureName=WTP Web Page Editor Apache MyFaces Trinidad Tag Support (optional)
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org
......
...@@ -45,10 +45,16 @@ ...@@ -45,10 +45,16 @@
version="0.0.0"/> version="0.0.0"/>
<includes <includes
optional="true"
id="org.eclipse.jst.webpageeditor.feature" id="org.eclipse.jst.webpageeditor.feature"
version="0.0.0" version="0.0.0"
name="%optionalFeatureName" /> name="%optionalFeatureName"
optional="true"/>
<includes
id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"
version="0.0.0"
name="%optionalJSFToolsFeatureName"
optional="true"/>
<plugin <plugin
id="org.eclipse.jst" id="org.eclipse.jst"
......
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