380765 - Merges the integration repo with the ivy-cache and adjusts the clean-integration target, required by the integration tests
diff --git a/build.properties b/build.properties
index 3ea1263..7a92615 100644
--- a/build.properties
+++ b/build.properties
@@ -5,7 +5,8 @@
project.name=SpringSource OSGi Test Stubs
project.key=OTS
ivy.cache.dir=${user.home}/ivy/ivy-cache
-integration.repo.dir=${basedir}/../integration-repo
+integration.repo.dir=${ivy.cache.dir}/repository
+project.organisation=org.eclipse.virgo.teststubs
findbugs.enforce=true
clover.enforce=true
clover.coverage=100%
diff --git a/org.eclipse.virgo.teststubs.osgi/ivy.xml b/org.eclipse.virgo.teststubs.osgi/ivy.xml
index 2b99fbc..d4c44b8 100644
--- a/org.eclipse.virgo.teststubs.osgi/ivy.xml
+++ b/org.eclipse.virgo.teststubs.osgi/ivy.xml
@@ -5,7 +5,7 @@
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
version="1.3">
- <info organisation="org.eclipse.virgo.teststubs" module="${ant.project.name}"/>
+ <info organisation="${project.organisation}" module="${ant.project.name}"/>
<configurations>
<include file="${virgo.build.dir}/common/default-ivy-configurations.xml"/>