Hi Kernel team,

Is it possible to define instructions.configure sections as [1]
using carbon-feature-plugin ? carbon-feature-plugin takes configuration [2]
and generates p2.inf content [3].

[1] - p2.inf

​​
instructions.configure = \
​​
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../../features/org.wso2.carbon.bpmn.server_${feature.version}/conf/activiti.xml,target:${installFolder}/../../../conf/activiti.xml,overwrite:true);\
org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../../features/org.wso2.carbon.bpmn.server_${feature.version}/conf/datasources/activiti-datasources.xml,target:${installFolder}/../../../conf/datasources/activiti-datasources.xml,overwrite:true);\

[2]

<
​​
adviceFileContents>
<advice>
<name>org.wso2.carbon.p2.category.type</name>
<value>server</value>
</advice>
<advice>
<name>org.eclipse.equinox.p2.type.group</name>
<value>true</value>
</advice>
</adviceFileContents>

​[3]​ - p2.inf

properties.0.name=org.wso2.carbon.p2.category.type
properties.0.value=server
properties.1.name=org.eclipse.equinox.p2.type.group
properties.1.value=true


Thanks,
Hasitha.


-- 
--
Hasitha Aravinda,
Senior Software Engineer,
WSO2 Inc.
Email: hasi...@wso2.com
Mobile : +94 718 210 200
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to