Better messages when deleting ivy and integration folders
diff --git a/common/common.xml b/common/common.xml
index 9810d1a..6bc4d0b 100644
--- a/common/common.xml
+++ b/common/common.xml
@@ -46,7 +46,7 @@
 				</not>
 			</condition>
 		</fail>
-		<echo message="Integration project folder ${integration.repo.dir}/${project.organisation}"/>
+		<echo message="Project Integration Repo: ${integration.repo.dir}/${project.organisation}"/>
 		<delete quiet="false" failonerror="false" dir="${integration.repo.dir}/${project.organisation}"/>
 	</target>
 
@@ -58,7 +58,7 @@
 				</not>
 			</condition>
 		</fail>
-		<echo message="Integration folder ${integration.repo.dir}"/>
+		<echo message="Integration Repo: ${integration.repo.dir}"/>
 		<delete quiet="false" failonerror="false" dir="${integration.repo.dir}"/>
 	</target>
 
@@ -70,7 +70,7 @@
 				</not>
 			</condition>
 		</fail>
-		<echo message="Ivy-cache folder ${ivy.cache.dir}"/>
+		<echo message="Ivy Cache: ${ivy.cache.dir}"/>
 		<delete quiet="false" failonerror="false" dir="${ivy.cache.dir}"/>
 	</target>
 
diff --git a/multi-bundle/common.xml b/multi-bundle/common.xml
index 2f63544..727b183 100644
--- a/multi-bundle/common.xml
+++ b/multi-bundle/common.xml
@@ -113,7 +113,7 @@
 				</not>
 			</condition>
 		</fail>
-		<echo message="Integration project folder ${integration.repo.dir}/${project.organisation}"/>
+		<echo message="Project Integration Repo: ${integration.repo.dir}/${project.organisation}"/>
 		<delete quiet="false" failonerror="false" dir="${integration.repo.dir}/${project.organisation}"/>
 	</target>
 
@@ -125,7 +125,7 @@
 				</not>
 			</condition>
 		</fail>
-		<echo message="Integration folder ${integration.repo.dir}"/>
+		<echo message="Integration Repo: ${integration.repo.dir}"/>
 		<delete quiet="false" failonerror="false" dir="${integration.repo.dir}"/>
 	</target>
 
@@ -137,7 +137,7 @@
 				</not>
 			</condition>
 		</fail>
-		<echo message="Ivy-cache folder ${ivy.cache.dir}"/>
+		<echo message="Ivy Cache: ${ivy.cache.dir}"/>
 		<delete quiet="false" failonerror="false" dir="${ivy.cache.dir}"/>
 	</target>