Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | # The list of plugins to be build |
| 2 | plugins=org.cauldron.sigil.core,\ |
| 3 | org.cauldron.sigil.obr,\ |
| 4 | org.cauldron.sigil.search,\ |
| 5 | org.cauldron.sigil.ui,\ |
| 6 | org.cauldron.sigil.help,\ |
| 7 | org.cauldron.sigil.utils,\ |
| 8 | org.cauldron.bld.core,\ |
| 9 | org.cauldron.bld.obr |
| 10 | |
| 11 | # The list of features to be built |
| 12 | features=org.cauldron.sigil.all.feature,\ |
| 13 | org.cauldron.sigil.feature,\ |
| 14 | org.cauldron.sigil.obr.feature |
| 15 | |
| 16 | # Mapping of features to categories in the Update Site |
| 17 | category.org.cauldron.sigil.feature=Sigil |
| 18 | category.org.cauldron.sigil.obr.feature=Sigil |