* main build/pom.xml now build only one all-in-one update site with sources
* download site could be build after it from build/site
diff --git a/mylyn/pom.xml b/mylyn/pom.xml
index 95d81a5..55776db 100644
--- a/mylyn/pom.xml
+++ b/mylyn/pom.xml
@@ -18,6 +18,6 @@
 		<module>features/org.eclipse.dltk.mylyn-feature</module>
 		<module>features/org.eclipse.dltk.mylyn.sdk</module>
 		<module>plugins/org.eclipse.dltk.mylyn</module>
-		<module>update.site</module>
+		<!-- <module>update.site</module> -->
 	</modules>
 </project>
diff --git a/mylyn/update.site/pom.xml b/mylyn/update.site/pom.xml
index 964ad56..7ed5eb8 100644
--- a/mylyn/update.site/pom.xml
+++ b/mylyn/update.site/pom.xml
@@ -15,24 +15,12 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.2.1</version>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-packaging-plugin</artifactId>
+				<version>${tycho-version}</version>
 				<configuration>
-					<descriptors>
-						<descriptor>assembly.xml</descriptor>
-					</descriptors>
-					<finalName>dltk</finalName>
+					<archiveSite>true</archiveSite>
 				</configuration>
-				<executions>
-					<execution>
-						<id>make-assembly</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 		</plugins>
 	</build>