Skip to content

Commit

Permalink
Force app to deploy before data
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky authored Sep 18, 2024
1 parent f391ca2 commit d2a386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project default="xar" name="syriaca">
<xmlproperty file="expath-pkg.xml"/>
<property name="project.version" value="${package(version)}"/>
<property name="project.app" value="syriaca"/>
<property name="project.app" value="asyriaca"/>
<property name="build.dir" value="build"/>
<target name="xar">
<mkdir dir="${build.dir}"/>
Expand Down

0 comments on commit d2a386c

Please sign in to comment.