diff options
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,7 +55,7 @@ <!-- defining all needed directory names for packing search widget--> <property name="jquery" location="htroot/jquery/"/> <property name="portalsearch" location="htroot/portalsearch/"/> - <property name="img-2" location="htroot/yacy/ui/img-2"/> + <property name="img-2" location="htroot/env/grafics"/> <target name="install-ivy" description="--> install ivy"> <local name="ivy.download.dir"/><property name="ivy.download.dir" value="${basedir}/ivy" /> @@ -389,7 +389,7 @@ <tarfileset dir="${jquery}" prefix="yacy/jquery/"> <include name="**/*"/> </tarfileset> - <tarfileset dir="${img-2}" prefix="yacy/ui/img-2/"> + <tarfileset dir="${img-2}" prefix="env/grafics"> <include name="magnify.png"/> <include name="cancel_round.png"/> <include name="stop.png"/> |
