ACE-471 Added the ecj and releaserepo folders to the deps zip.

git-svn-id: https://svn.apache.org/repos/asf/ace/trunk@1588159 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build/build.xml b/build/build.xml
index 9914fb6..7d3f6dc 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -70,8 +70,10 @@
 			<zipfileset prefix="apache-ace-${version}-src" dir=".." includes="
 				cnf/buildrepo/**,
 				cnf/localrepo/**,
+				cnf/releaserepo/**,
 				cnf/lib/**,
 				cnf/plugins/**,
+				cnf/ecj/**
 				" />
 		</zip>
 	</target>