Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #59 from PHPSP/develop
Browse files Browse the repository at this point in the history
Adiciona plugin no build
  • Loading branch information
williamespindola committed Jul 29, 2015
2 parents d3bd276 + 573a45e commit 5d23cbf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@
escape="false"
passthru="true"
checkreturn="true"
command="https://github.com/jpjoao/Meetup-Widgets/archive/2.3.1.zip -o '${plugindir}meetup-widgets.2.3.1.zip'" />
command="https://github.com/jpjoao/Meetup-Widgets/archive/2.3.2.zip -o '${plugindir}meetup-widgets.2.3.2.zip'" />
<unzip file="${plugindir}meetup-widgets.2.3.1.zip" todir="${plugindir}" />

<exec
escape="false"
passthru="true"
checkreturn="true"
command="https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.5.4.4.zip -o '${plugindir}google-analytics-for-wordpress.5.4.4.zipp'" />
<unzip file="${plugindir}meetup-widgets.2.3.1.zip" todir="${plugindir}" />

<fileset dir="${plugindir}" id="deleteFiles">
Expand All @@ -58,6 +65,7 @@
<include name="event-organiser.latest-stable.zip" />
<include name="easy-wp-smtp.zip" />
<include name="meetup-widgets.2.3.1.zip" />
<include name="google-analytics-for-wordpress.5.4.4.zip" />
</fileset>

<delete>
Expand Down

0 comments on commit 5d23cbf

Please sign in to comment.