Skip to content

Commit

Permalink
Fix revision file name, composer variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed Apr 5, 2018
1 parent 9151e47 commit c617c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</filterchain>
</copy>
<echo message="Run dependencies-install --no-interaction --no-dev install"/>
<exec executable="${executable.dependencies-install}" passthru="true">
<exec executable="${executable.composer}" passthru="true">
<arg value="install"/>
<arg value="--no-interaction"/>
<arg value="--no-dev"/>
Expand All @@ -203,7 +203,7 @@
-->
<target name="fetch-revisions" depends="project-revision, papaya-revision" hidden="true">
<append
destFile="${directory.document-root}/revisions.inc.php"
destFile="${directory.document-root}/revision.inc.php"
append="false"
overwrite="true"
text="&lt;?php&#10;define('PAPAYA_WEBSITE_REVISION', '${revision.project}');&#10;define('PAPAYA_VERSION_STRING', '${revision.papaya}');&#10;"/>
Expand Down
3 changes: 1 addition & 2 deletions dist.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ dist.database.uri=ext://username:password@host/database

# executables
executable.composer=composer
executable.svn=svn
executable.git=git
executable.git=git

0 comments on commit c617c3d

Please sign in to comment.