389876 When cleaning the integration cache the relavent aera of the ivy cache will also be removed
diff --git a/common/common.xml b/common/common.xml
index f97b780..51d1566 100644
--- a/common/common.xml
+++ b/common/common.xml
@@ -47,7 +47,9 @@
 			</condition>
 		</fail>
 		<echo message="Project Integration Repo: ${integration.repo.dir}/${project.organisation}"/>
+		<echo message="Project Ivy Cache: ${ivy.cache.dir}/repository/${project.organisation}"/>
 		<delete quiet="false" failonerror="false" dir="${integration.repo.dir}/${project.organisation}"/>
+		<delete quiet="false" failonerror="false" dir="${ivy.cache.dir}/repository/${project.organisation}"/>
 	</target>
 
 	<target name="clean-all-integration" description="Removes the integration repository directory.">
diff --git a/multi-bundle/common.xml b/multi-bundle/common.xml
index 727b183..a0ba5a2 100644
--- a/multi-bundle/common.xml
+++ b/multi-bundle/common.xml
@@ -114,7 +114,9 @@
 			</condition>
 		</fail>
 		<echo message="Project Integration Repo: ${integration.repo.dir}/${project.organisation}"/>
+		<echo message="Project Ivy Cache: ${ivy.cache.dir}/repository/${project.organisation}"/>
 		<delete quiet="false" failonerror="false" dir="${integration.repo.dir}/${project.organisation}"/>
+		<delete quiet="false" failonerror="false" dir="${ivy.cache.dir}/repository/${project.organisation}"/>
 	</target>
 
 	<target name="clean-all-integration" description="Removes the integration repository directory.">