Skip to content

Commit

Permalink
Update to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Mar 3, 2024
1 parent 9cbb55e commit 6321978
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
basedir=".">

<property name="VERSION"
value="1.28" />
value="1.29" />
<property name="JOOMLA"
value="4.0" />

Expand Down Expand Up @@ -121,23 +121,22 @@

<!---->

<!--
<copy file="packages/plg_jupwa_seblod/seblod.xml"
todir="${temp}/temp/plg_jupwa_seblod">
<copy file="packages/plg_jupwa_seblod/seblod.xml"
todir="${temp}/temp/plg_jupwa_seblod">
<filterchain>
<replacetokens>
<token key="version"
value="${VERSION}" />
value="${VERSION}" />
<token key="date"
value="${DATE}" />
value="${DATE}" />
</replacetokens>
</filterchain>
</copy>

<delete file="${temp}/plg_jupwa_seblod/seblod.xml" />
<copy file="${temp}/temp/plg_jupwa_seblod/seblod.xml"
todir="${temp}/plg_jupwa_seblod" />
-->
todir="${temp}/plg_jupwa_seblod" />

</target>

<target name="pack-plugins">
Expand All @@ -159,12 +158,10 @@
<fileset dir="${temp}/plg_jupwa_jshopping" />
</zip>

<!--
<zip destfile="${build}/packages/plg_jupwa_seblod.zip"
description="plg_jupwa_seblod">
description="plg_jupwa_seblod">
<fileset dir="${temp}/plg_jupwa_seblod" />
</zip>
-->

<copy todir="${build}/language">
<fileset dir="${temp}/language">
Expand Down

0 comments on commit 6321978

Please sign in to comment.