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

225006 axis2 tools should be opitonal feature

parent 63b7dff7
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
# "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) optionalJSFToolsFeatureName=WTP Web Page Editor Apache MyFaces Trinidad Tag Support (Optional)
optionalAxis2FeatureName=WTP Axis2 Tools (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
......
...@@ -56,6 +56,12 @@ ...@@ -56,6 +56,12 @@
name="%optionalJSFToolsFeatureName" name="%optionalJSFToolsFeatureName"
optional="true"/> optional="true"/>
<includes
id="org.eclipse.jst.ws.axis2tools.feature"
version="0.0.0"
name="%optionalAxis2FeatureName"
optional="true"/>
<plugin <plugin
id="org.eclipse.jst" id="org.eclipse.jst"
download-size="0" download-size="0"
......
...@@ -51,6 +51,11 @@ ...@@ -51,6 +51,11 @@
optional="true" optional="true"
id="org.eclipse.jst.webpageeditor_sdk.feature" id="org.eclipse.jst.webpageeditor_sdk.feature"
version="0.0.0" /> version="0.0.0" />
<includes
optional="true"
id="org.eclipse.jst.ws.axis2tools_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
......
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