gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 1 | <project name="hello" default="build" basedir="."> |
fabbott@google.com | 0e2dc628 | 2008-08-22 16:09:01 +0000 | [diff] [blame] | 2 | <property name="sample.root" value="hello" /> |
| 3 | <property name="sample.module" value="Hello" /> |
cramsdale@google.com | fa87f8f | 2010-08-19 01:29:03 +0000 | [diff] [blame] | 4 | <property name="sample.path" value="src" /> |
fabbott@google.com | 0e2dc628 | 2008-08-22 16:09:01 +0000 | [diff] [blame] | 5 | <import file="../common.ant.xml" /> |
gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 6 | </project> |