Skip to content

Commit

Permalink
Update Phing component process
Browse files Browse the repository at this point in the history
  • Loading branch information
bcordis committed Jun 2, 2021
1 parent b1853ce commit f11895c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@

<!-- Create com_proclaim-x.x.x.zip -->
<target name="component" depends="init,dev.clean" description="Builds the component">
<delete file="${basedir}/build/com_proclaim-9.2.7.zip"/>
<zip destfile="${basedir}/build/com_proclaim-9.2.7.zip" basedir="${basedir}">
<propertyprompt propertyName="version" defaultValue="9.2.x"
promptText="Enter the version you are building."/>
<delete file="${basedir}/build/com_proclaim-${version}.zip"/>
<zip destfile="${basedir}/build/com_proclaim-${version}.zip" basedir="${basedir}">
<fileset defaultexcludes="true" dir=".">
<include name="admin/**"/>
<include name="media/**"/>
Expand Down
Binary file modified build/com_proclaim-9.2.8.zip
Binary file not shown.

0 comments on commit f11895c

Please sign in to comment.