Skip to content

Commit

Permalink
Remove unused targets from build.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodil Stokke committed Aug 16, 2009
1 parent a8114ef commit 1332dce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build.xml
Expand Up @@ -5,14 +5,6 @@
<property name="dist.dir" value="dist" />
<property name="app.name" value="tweetlol" />
<property name="app.id" value="${app.name}" /> <!-- extension id like: xxx@xxx.com -->
<property name="ff.dir" value="/home/bodil/firefox" />

<condition property="ff.present">
<and>
<isset property="ff.dir" />
<available file="${ff.dir}" type="dir" />
</and>
</condition>

<target name="dist">
<mkdir dir="${dist.dir}" />
Expand All @@ -34,10 +26,4 @@
<delete dir="${dist.dir}" />
</target>

<target name="clean.ff" if="ff.present">
<delete dir="${ff.dir}/extensions/${app.id}" failonerror="false" />
<delete file="${ff.dir}/chrome/${app.name}.manifest" failonerror="false" />
<delete file="${ff.dir}/chrome/chrome/${app.name}.jar" failonerror="false" />
</target>

</project>

0 comments on commit 1332dce

Please sign in to comment.