| 214 | | |
|---|
| 215 | | <!-- Standard targets for build files. Two targets need to be overridden by |
|---|
| 216 | | the importing task |
|---|
| | 214 | |
|---|
| | 215 | <!-- ================================================================= |
|---|
| | 216 | Builds and cleans for projects we might depend on. Add these targets |
|---|
| | 217 | as dependencies |
|---|
| | 218 | ================================================================= --> |
|---|
| | 219 | |
|---|
| | 220 | <target name="build.bwxml"> |
|---|
| | 221 | <execProject project="bwxml" target="build" /> |
|---|
| | 222 | </target> |
|---|
| | 223 | |
|---|
| | 224 | <target name="clean.bwxml"> |
|---|
| | 225 | <execProject project="bwxml" target="clean" /> |
|---|
| | 226 | </target> |
|---|
| | 227 | |
|---|
| | 228 | <!-- ================================================================= |
|---|
| | 229 | Standard targets for build files. Two targets (at least) need to be |
|---|
| | 230 | overridden by the importing task |
|---|