Eclipse >> Ant task >> Convert P2 to Dropin
Source: https://wiki.eclipse.org/Equinox/p2/Ant_Tasks#Repo2Runnable
<target name="convertP2ToDropin">
<p2.repo2runnable>
<repository location="file:/F:/build/maids/ma/result/publish/ModelingAids/dropins.unzipped" compressed="false" />
<source>
<repository location="file:/F:/build/maids/ma/result/publish/ModelingAids/site.p2/ModelingAids" />
</source>
</p2.repo2runnable>
</target>