Stephan Herrmann | 3605c82 | 2010-04-21 16:18:00 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project name="flightbonus" default="zip"> |
| 3 | <property name="zipfile" value="org.eclipse.objectteams.otdt.samples/samples/flightbonus.zip"/> |
| 4 | <target name="zip"> |
| 5 | <delete file="${zipfile}"/> |
| 6 | <zip |
| 7 | destfile="${zipfile}" |
| 8 | basedir="OTSample-Flightbonus-src/src" |
| 9 | includes="Intro0.html,FlightbookingWithBonus.launch,.classpath,.project,sample.properties,src/**,lib/**,.settings/**"/> |
| 10 | </target> |
| 11 | </project> |