Skip to content

Commit a228d68

Browse files
committed
Removes unused tasks
1 parent dd85bf1 commit a228d68

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,9 @@
22

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

5-
<property name="coredir" value="${project.basedir}/vendor/arcavias/arcavias-core" />
6-
<property name="extdir" value="${project.basedir}/ext" />
7-
8-
95
<target name="update" description="Updates the bundle">
106
<exec command="git pull https://github.com/aimeos/aimeos-laravel.git" checkreturn="true" logoutput="true" />
117
<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>
188
</target>
199

2010

0 commit comments

Comments
 (0)