Skip to content

Commit

Permalink
Removes unused tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 1, 2015
1 parent dd85bf1 commit a228d68
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@

<project name="Aimeos Laravel package" default="update">

<property name="coredir" value="${project.basedir}/vendor/arcavias/arcavias-core" />
<property name="extdir" value="${project.basedir}/ext" />


<target name="update" description="Updates the bundle">
<exec command="git pull https://github.com/aimeos/aimeos-laravel.git" checkreturn="true" logoutput="true" />
<exec command="composer update --working-dir ${project.basedir}" checkreturn="true" logoutput="true" />
<copy todir="public/client/extjs/">
<fileset dir="${coredir}/client/extjs/" expandsymboliclinks="true" />
</copy>
<copy todir="public/themes/">
<fileset dir="${coredir}/client/html/themes/" expandsymboliclinks="true" />
</copy>
</target>


Expand Down

0 comments on commit a228d68

Please sign in to comment.