blob: 0cf01ee8aa46d2288f7b9eb8363a905fc50f2a2e [file] [log] [blame]
<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>