gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 1 | <project name="dynatable" default="build" basedir="."> |
fabbott@google.com | 0e2dc628 | 2008-08-22 16:09:01 +0000 | [diff] [blame] | 2 | <property name="sample.root" value="dynatable" /> |
| 3 | <property name="sample.module" value="DynaTable" /> |
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" /> |
nchalko@google.com | b980e6a | 2010-10-07 14:43:12 +0000 | [diff] [blame] | 6 | <!-- these are after the common.ant.xml so they have gwt.tools etc --> |
| 7 | <path id="sample.extraclasspath"> |
| 8 | <pathelement location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar" /> |
| 9 | </path> |
gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 10 | </project> |