[275577] jars are not packed
diff --git a/build.sh b/build.sh
index 5baa3c1..c208802 100644
--- a/build.sh
+++ b/build.sh
@@ -58,13 +58,6 @@
 	-DlauncherJar=${launcherJar} \
 	-DOOO_HOME=${prereqDir}/OOo
 
-for i in ${buildDirectory}/${BUILD_TYPE}${TIMESTAMP}/*${TIMESTAMP}-*.zip
- do
-  unzip $i -d ${updateSite}
- done
-mv ${updateSite}/eclipse/* ${updateSite}
-rmdir ${updateSite}/eclipse
-
 ${java} -jar ${launcherJar} \
    -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
    -updateSite ${updateSite}/ \
diff --git a/createUpdateSite.xml b/createUpdateSite.xml
index 8b26a57..214183d 100644
--- a/createUpdateSite.xml
+++ b/createUpdateSite.xml
@@ -34,6 +34,7 @@
         dir="${tempDir}" 
       	includes="site.xml" 
       	fullpath="eclipse/site.xml"/>
+      <zipgroupfileset dir="${archiveDir}" includes="org.eclipse.actf.visualization.*.zip" />
     </zip>
   </target>