Skip to content

Commit

Permalink
Add workflow impl and template features
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwijayarathna committed Mar 17, 2016
1 parent f1277d6 commit 33e1364
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@
<featureArtifactDef>
org.wso2.carbon.identity:org.wso2.carbon.user.mgt.workflow.feature:${carbon.identity.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.identity:org.wso2.carbon.identity.workflow.impl.feature:${carbon.identity.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.identity:org.wso2.carbon.identity.workflow.template.server.feature:${carbon.identity.version}
</featureArtifactDef>

<!--BPEL and HumanTask features -->
<featureArtifactDef>
Expand Down Expand Up @@ -761,6 +767,14 @@
<id>org.wso2.carbon.identity.workflow.mgt.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.workflow.impl.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.workflow.template.server.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>

<feature>
<id>org.wso2.carbon.dashboards.shindig.feature.group</id>
Expand Down Expand Up @@ -1208,6 +1222,14 @@
<id>org.wso2.carbon.identity.workflow.mgt.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.workflow.impl.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.workflow.template.server.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.ciphertool.feature.group</id>
<version>${cipher-tool.version}</version>
Expand Down Expand Up @@ -1599,6 +1621,14 @@
<id>org.wso2.carbon.identity.workflow.mgt.server.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.workflow.impl.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.workflow.template.server.feature.group</id>
<version>${carbon.identity.version}</version>
</feature>

<feature>
<id>org.wso2.carbon.dashboards.shindig.feature.group</id>
Expand Down

0 comments on commit 33e1364

Please sign in to comment.