jat@google.com | 134be54 | 2009-08-03 15:30:11 +0000 | [diff] [blame] | 1 | <project name="ie" default="build" basedir="."> |
| 2 | <property name="plugin.root" value="ie" /> |
| 3 | <import file="../common.ant.xml" /> |
| 4 | |
| 5 | <target name="build" description="Copy compiled plugin to the output folder"> |
| 6 | <mkdir dir="${gwt.build.out}/plugins" /> |
| 7 | <mkdir dir="${gwt.build.out}/plugins/ie" /> |
| 8 | <copy todir="${gwt.build.out}/plugins/ie"> |
| 9 | <fileset file="prebuilt/oophm.dll" /> |
| 10 | </copy> |
| 11 | </target> |
| 12 | |
| 13 | <target name="test" description="Run any tests"> |
| 14 | </target> |
| 15 | |
| 16 | <target name="checkstyle" description="Static style analysis"> |
| 17 | </target> |
| 18 | </project> |