Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1316 from rosensilva/master
Browse files Browse the repository at this point in the history
add bps features for eclipse 2020
  • Loading branch information
rosensilva authored Nov 25, 2020
2 parents be84f71 + 027a6c7 commit 3017905
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ Please visit : http://wso2.com/products/developer-studio/
<feature id="org.eclipse.jdt"/>
<feature id="org.roussev.http4e.feature" version="5.0.12"/>
<feature id="de.jcup.yamleditor"/>
<!-- Dev studio kernel/platform features -->
<feature id="org.wso2.developerstudio.rcp.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.kernel.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.kernel.wso2plugins.samples.feature" installMode="root"/>
Expand All @@ -351,16 +352,26 @@ Please visit : http://wso2.com/products/developer-studio/
<feature id="org.wso2.developerstudio.mvn.multimodule.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.cloud.utils.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.web.ui.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.docker.distribution.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.carbon.server-44microei.feature" installMode="root"/>
<!-- <feature id="org.wso2.developerstudio.eclipse.smooks.editor.feature" installMode="root"/> -->
<!-- <feature id="org.wso2.developerstudio.eclipse.apim.endpoint.central.feature" installMode="root"/> -->
<!-- Dev studio ESB features -->
<feature id="org.wso2.developerstudio.eclipse.esb.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.esb.editor.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.esb.dependencies.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.visualdatamapper.editor.feature" installMode="root"/>
<!-- Dev studio DSS features -->
<feature id="org.wso2.developerstudio.eclipse.data.service.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.data.source.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.dss.dependencies.feature" installMode="root"/>
<!-- Dev studio EI features -->
<feature id="org.wso2.developerstudio.eclipse.ei.project.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.docker.distribution.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.carbon.server-44microei.feature" installMode="root"/>
<!-- Dev studio BPS features -->
<feature id="org.wso2.developerstudio.eclipse.bps.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.bps.hteditor.feature" installMode="root"/>
<feature id="org.wso2.developerstudio.eclipse.bps.bpmn.feature" installMode="root"/>

</features>

<configurations>
Expand Down

0 comments on commit 3017905

Please sign in to comment.