Skip to content

Commit

Permalink
Merge branch 'master' of github.com:firebug/extension-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Oct 24, 2012
2 parents d11e4c4 + 79d75c6 commit 60c3e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HelloBootAMD/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<!-- Compress files (ZIP) -->
<zip destfile="${file-name}" basedir="${build.dir}" update="true" />

<delete dir="${build.dir}"/>

<echo message="HelloBootAMD version: ${VERSION}${RELEASE} created!"/>
</target>

Expand Down
2 changes: 2 additions & 0 deletions RemoteSelector/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<!-- Compress files (ZIP) -->
<zip destfile="${file-name}" basedir="${build.dir}" update="true" />

<delete dir="${build.dir}"/>

<echo message="RemoteSelector version: ${VERSION}${RELEASE} created!"/>
</target>

Expand Down

0 comments on commit 60c3e6e

Please sign in to comment.