Revision: | 1231 |
Committed: | Fri Mar 3 11:15:30 2006 UTC (16 years, 3 months ago) by jstuyts |
Content type: | text/xml |
File size: | 377 byte(s) |
Log Message: | Created skeleton for Mulatrecon script context. |
# | Content |
---|---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | <project name="mulatrecon-script-context" default="compile"> |
3 | <!-- NEVER MODIFY THIS FILE! MAKE CHANGES TO THE PROJECT TYPE. --> |
4 | |
5 | <property file="local-sant.properties" /> |
6 | <property file="sant.properties" /> |
7 | |
8 | <import file="${sant.home}/project-types/${sant.project.type}/${sant.project.type}-build.xml" /> |
9 | </project> |