511686 - Remove obsolete Ant/Ivy build scripts from Virgo Runtime bundles
diff --git a/build.properties b/build.properties
deleted file mode 100644
index 44565e1..0000000
--- a/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-version=3.7.0
-release.type=integration
-project.name=Virgo Test Framework
-javadoc.exclude.package.names=**/internal/**,**/internal
-ivy.cache=ivy-cache
-ivy.cache.dir=${user.home}/virgo-build-cache/ivy-cache
-integration.repo.dir=${user.home}/virgo-build-cache/integration-repo
-project.organisation=org.eclipse.virgo.test
-disable.bundlor=true
-test.vm.args= -Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
-findbugs.enforce=true
-clover.enforce=true
-clover.coverage=52%
-local.repository.dir=${basedir}/../../ivy-repository
-
-#debug string to append to test.vm.args= -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y
-
diff --git a/build.versions b/build.versions
deleted file mode 100644
index b5ad250..0000000
--- a/build.versions
+++ /dev/null
@@ -1,14 +0,0 @@
-# Compile
-org.aspectj=1.6.12.RELEASE
-org.eclipse.osgi=3.8.1.v20120830-144521
-org.eclipse.osgi.services=3.3.0.v20120307-2102
-org.eclipse.virgo.util=3.7.0.D-20140919122012
-org.eclipse.equinox.region=1.1.0.v20120319-1602
-
-# Test
-org.junit=4.7.0
-
-# Osgi Launcher Test
-org.apache.commons=1.4.1
-org.apache.oro=2.0.8
-
diff --git a/org.eclipse.virgo.test.stubs/build.xml b/org.eclipse.virgo.test.stubs/build.xml
deleted file mode 100644
index f2fecb0..0000000
--- a/org.eclipse.virgo.test.stubs/build.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.test.stubs">
-
-	<property file="${basedir}/../build.properties" />
-	<property file="${basedir}/../build.versions" />
-	<import file="${basedir}/../virgo-build/aspect/default.xml" />
-
-	<target name="package" depends="ivy.init">
-		<dist-jar/>
-		<src-jar/>
-		<ext-jars/>
-	</target>
-
-</project>
diff --git a/org.eclipse.virgo.test.stubs/ivy.xml b/org.eclipse.virgo.test.stubs/ivy.xml
deleted file mode 100644
index 19710a5..0000000
--- a/org.eclipse.virgo.test.stubs/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module
-		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
-		version="1.3">
-
-	<info organisation="org.eclipse.virgo.test" module="${ant.project.name}"/>
-
-	<configurations>
-		<include file="${virgo.build.dir}/common/default-ivy-configurations.xml"/>
-	</configurations>
-
-	<publications>
-		<artifact name="${ant.project.name}"/>
-		<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
-	</publications>
-
-	<dependencies>
-		<dependency org="org.aspectj" name="com.springsource.org.aspectj.runtime" rev="${org.aspectj}" conf="compile->runtime"/>
-		<dependency org="org.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="compile->runtime"/>
-		<dependency org='org.eclipse.virgo.mirrored' name='org.eclipse.osgi' rev='${org.eclipse.osgi}' conf='compile->runtime'/>
-		<dependency org="org.eclipse.virgo.mirrored" name='org.eclipse.equinox.region' rev='${org.eclipse.equinox.region}' conf='compile->runtime' />
-		<dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.osgi.services" rev="${org.eclipse.osgi.services}" conf="compile->runtime"/>
-	</dependencies>
-
-</ivy-module>