diff --git a/build.properties b/build.properties
index ec0c487d3..332ec64c0 100644
--- a/build.properties
+++ b/build.properties
@@ -15,6 +15,6 @@ accessRightsDir=755
accessRightsExecutable=755
accessRightsFile=644
-# Extension Configuration: zip|copy
-extensionTarget=copy
+# Extension Configuration: singleZip|multiZip|copyToMain
+extensionMode=singleZip
extensionFile=yacy_libx_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
diff --git a/build.xml b/build.xml
index 3d994d016..52c34f80e 100644
--- a/build.xml
+++ b/build.xml
@@ -127,14 +127,28 @@
replace="releaseNr=\1"/>
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -150,16 +164,16 @@
-
-
+
+
-
-
+
+
@@ -201,13 +215,9 @@
debug="true" debuglevel="lines,vars,source"
source="${javacSource}" target="${javacTarget}"/>
-
-
-
-
-
+
-
+
@@ -222,7 +232,7 @@
-
+
@@ -238,7 +248,7 @@
-
+
@@ -252,7 +262,7 @@
-
+
@@ -278,7 +288,18 @@
-
+
+
+
+
+
+
+
+
+
@@ -292,8 +313,10 @@
-
-
+
+
@@ -401,7 +424,10 @@
-
+
+
+
+
@@ -453,7 +479,7 @@
-
+
Must set property 'classname'