summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2024-07-24 15:57:51 +0200
committerMichael Peter Christen <mc@yacy.net>2024-07-24 15:57:51 +0200
commitd181b9e89b5250facdbf10cb77c2a2d7ebf37d58 (patch)
tree9c6edb8e3d5f78c93f777faf8c527ffd9ab22248 /build.xml
parent910a496c9f657adaa8560d068c5a2e29d9bdd68a (diff)
added deleted files from commit https://github.com/yacy/yacy_search_server/commit/254f12d60b2d80b8bd136216c4b091d43e4a8c90 which are still needed and had been linked outside of yacy/ui
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 37a91d5e8..5e0196904 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>