File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<project name =" Aimeos Laravel package" default =" update" >
4
4
5
- <property name =" coredir" value =" ${ project.basedir } /vendor/arcavias/arcavias-core" />
6
- <property name =" extdir" value =" ${ project.basedir } /ext" />
7
-
8
-
9
5
<target name =" update" description =" Updates the bundle" >
10
6
<exec command =" git pull https://github.com/aimeos/aimeos-laravel.git" checkreturn =" true" logoutput =" true" />
11
7
<exec command =" composer update --working-dir ${ project.basedir } " checkreturn =" true" logoutput =" true" />
12
- <copy todir =" public/client/extjs/" >
13
- <fileset dir =" ${ coredir } /client/extjs/" expandsymboliclinks =" true" />
14
- </copy >
15
- <copy todir =" public/themes/" >
16
- <fileset dir =" ${ coredir } /client/html/themes/" expandsymboliclinks =" true" />
17
- </copy >
18
8
</target >
19
9
20
10
You can’t perform that action at this time.
0 commit comments