| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <plugin> |
| |
| |
| <!-- XML Capability Definition--> |
| <!-- The following components are associated with |
| the XML activity as they are required by XML |
| and other components and XML is currently |
| serving as the base WTP component. |
| common |
| sse |
| validation |
| --> |
| <extension point="org.eclipse.ui.activities"> |
| |
| <activity |
| name="%activity.xml" |
| description="%activity.xml.desc" |
| id="org.eclipse.wst.xml"> |
| </activity> |
| |
| <categoryActivityBinding |
| activityId="org.eclipse.wst.xml" |
| categoryId="org.eclipse.categories.developmentCategory"> |
| </categoryActivityBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.xml\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.xsd\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.dtd\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.apache\.xerces\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.common\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.sse\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.validation\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.internet\.cache\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.xml" |
| pattern="org\.eclipse\.wst\.internet\.proxy\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <defaultEnablement |
| id="org.eclipse.wst.xml"> |
| </defaultEnablement> |
| </extension> |
| |
| <!-- Web Capability Definition--> |
| <!-- The Web capability requires the XML capability. |
| The XML capability is currently serving as the |
| default WTP capability. (See the comments on the |
| XML capability.) |
| --> |
| <extension point="org.eclipse.ui.activities"> |
| |
| <activity |
| name="%activity.web" |
| description="%activity.web.desc" |
| id="org.eclipse.wst.web"> |
| </activity> |
| |
| <categoryActivityBinding |
| activityId="org.eclipse.wst.web" |
| categoryId="org.eclipse.categories.developmentCategory"> |
| </categoryActivityBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.web" |
| pattern="org\.eclipse\.wst\.css\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.web" |
| pattern="org\.eclipse\.wst\.html\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.web" |
| pattern="org\.eclipse\.wst\.javascript\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.web" |
| pattern="org\.eclipse\.wst\.server\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.web" |
| pattern="org\.eclipse\.wst\.internet\.monitor\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.web" |
| pattern="org\.eclipse\.wst\.web\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityRequirementBinding |
| requiredActivityId="org.eclipse.wst.xml" |
| activityId="org.eclipse.wst.web"> |
| </activityRequirementBinding> |
| |
| <defaultEnablement |
| id="org.eclipse.wst.web"> |
| </defaultEnablement> |
| |
| </extension> |
| |
| <!-- Web Service Capability Definition--> |
| <!-- The Web Service capability requires the Web capability |
| and includes the command component. |
| --> |
| <extension point="org.eclipse.ui.activities"> |
| |
| <activity |
| name="%activity.webservice" |
| description="%activity.webservice.desc" |
| id="org.eclipse.wst.webservice"> |
| </activity> |
| |
| <categoryActivityBinding |
| activityId="org.eclipse.wst.webservice" |
| categoryId="org.eclipse.categories.developmentCategory"> |
| </categoryActivityBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.eclipse\.wst\.ws\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.eclipse\.wst\.wsdl\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.eclipse\.wst\.wsi\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.apache\.axis\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.apache\.wsil4j\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.uddi4j\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.wsdl4j\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityPatternBinding |
| activityId="org.eclipse.wst.webservice" |
| pattern="org\.eclipse\.wst\.command\.[\.\w/]*"> |
| </activityPatternBinding> |
| |
| <activityRequirementBinding |
| requiredActivityId="org.eclipse.wst.web" |
| activityId="org.eclipse.wst.webservice"> |
| </activityRequirementBinding> |
| |
| <defaultEnablement |
| id="org.eclipse.wst.webservice"> |
| </defaultEnablement> |
| |
| </extension> |
| </plugin> |