Commit your feature project in (It must be under a feature folder Ex: org.eclipse.wst.server)
-
In the feature.xml, include your plugin projects in <plugin> tag.
-
In the feature.xml, include required plugins in <requires> tag.
-
Create your feature map file under org.eclipse.wtp.releng/maps folder (Ex : wst.map)
Creating map files are described here
- Create a directory under org.eclipse.wtp.releng for your feature. (Ex: wst)
Put build.properties and customTargets.xml to your feature folder. (Simply copy from other feature's folder)
Edit your customTargets.xml file and arrange your allElements, assemble..., gatherLogs targets.
-
Edit buildAll.xml file and put your feature in buildAll target.
|