|  | <project name="firefox" default="build" basedir="."> | 
|  | <property name="plugin.root" value="firefox" /> | 
|  | <import file="../common.ant.xml" /> | 
|  |  | 
|  | <target name="build" description="Copy compiled plugin to the output folder"> | 
|  | <mkdir dir="${gwt.build.out}/plugins" /> | 
|  | <mkdir dir="${gwt.build.out}/plugins/firefox" /> | 
|  | <copy todir="${gwt.build.out}/plugins/firefox"> | 
|  | <fileset file="prebuilt/oophm.xpi" /> | 
|  | </copy> | 
|  | </target> | 
|  |  | 
|  | <target name="test" description="Run any tests"> | 
|  | </target> | 
|  |  | 
|  | <target name="checkstyle" description="Static style analysis"> | 
|  | </target> | 
|  | </project> |