511686 - Remove obsolete Ant/Ivy build scripts from Virgo Runtime bundles
diff --git a/build.properties b/build.properties
deleted file mode 100644
index 0e11fee..0000000
--- a/build.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-version=3.7.0
-release.type=integration
-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.medic
-test.vm.args= -Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
-findbugs.enforce=true
-clover.enforce=true
-clover.coverage=80%
-
-#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 54fd6d7..0000000
--- a/build.versions
+++ /dev/null
@@ -1,18 +0,0 @@
-# Compile
-ch.qos.logback.classic=1.0.7.v20121108-1250
-ch.qos.logback.core=1.0.7.v20121108-1250
-ch.qos.logback.slf4j=1.0.7.v20121108-1250
-org.slf4j.api=1.7.2.v20121108-1250
-org.slf4j.jul=1.7.2.v20121108-1250
-org.slf4j=1.6.1
-org.eclipse.osgi=3.8.1.v20120830-144521
-org.eclipse.osgi.services=3.3.0.v20120307-2102
-org.eclipse.equinox.log=1.2.300.v20120522-2049
-org.eclipse.equinox.cm=1.0.400.v20120319-2029
-org.aspectj=1.6.12.RELEASE
-
-# Test
-org.junit=4.7.0
-org.easymock=2.3.0
-org.eclipse.virgo.test=3.7.0.D-20140919122823
-org.eclipse.virgo.util=3.7.0.D-20140919122012
diff --git a/org.eclipse.virgo.medic.core/build.xml b/org.eclipse.virgo.medic.core/build.xml
deleted file mode 100644
index dda91ba..0000000
--- a/org.eclipse.virgo.medic.core/build.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.medic.core">
-
-	<property file="${basedir}/../build.properties" />
-	<property file="${basedir}/../build.versions" />
-
-	<import file="${basedir}/../virgo-build/aspect/default.xml" />
-
-</project>
diff --git a/org.eclipse.virgo.medic.core/ivy.xml b/org.eclipse.virgo.medic.core/ivy.xml
deleted file mode 100644
index 078ac63..0000000
--- a/org.eclipse.virgo.medic.core/ivy.xml
+++ /dev/null
@@ -1,42 +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="${project.organisation}" 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.eclipse.virgo.medic" name="org.eclipse.virgo.medic" rev="latest.integration" conf="compile->compile"/>
-        <dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.equinox.log" rev="${org.eclipse.equinox.log}" conf="compile->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.api" rev="${org.slf4j.api}" conf="compile->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.jul" rev="${org.slf4j.jul}" conf="compile->runtime"/>
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.osgi" rev="${org.eclipse.virgo.util}" conf="compile->runtime"/>
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.io" rev="${org.eclipse.virgo.util}" conf="compile->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="ch.qos.logback.classic" rev="${ch.qos.logback.classic}" conf="compile->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="ch.qos.logback.core" rev="${ch.qos.logback.core}" conf="compile->runtime"/>
-        <dependency org="org.eclipse.virgo.mirrored" name="ch.qos.logback.slf4j" rev="${ch.qos.logback.slf4j}" conf="compile->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.osgi" rev="${org.eclipse.osgi}" conf="provided->runtime"/>
-		
-		<dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.osgi.services" rev="${org.eclipse.osgi.services}" conf="optional->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.equinox.cm" rev="${org.eclipse.equinox.cm}" conf="optional->runtime"/>
-
-		<dependency org="org.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-		<dependency org="org.easymock" name="com.springsource.org.easymock" rev="${org.easymock}" conf="test->runtime"/>
-		<dependency org="org.eclipse.virgo.test" name="org.eclipse.virgo.test.stubs" rev="${org.eclipse.virgo.test}" conf="test->runtime"/>
-		
-		<!-- Allow Equinox to be upgraded point-wise before rippling -->
-		<exclude org="org.eclipse.osgi"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.medic.logbackclassicfragment/build.xml b/org.eclipse.virgo.medic.logbackclassicfragment/build.xml
deleted file mode 100644
index 0d7bf93..0000000
--- a/org.eclipse.virgo.medic.logbackclassicfragment/build.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.medic.logbackclassicfragment">
-
-	<property file="${basedir}/../build.properties" />
-	<property file="${basedir}/../build.versions" />
-
-	<import file="${basedir}/../virgo-build/standard/default.xml" />
-
-</project>
diff --git a/org.eclipse.virgo.medic.logbackclassicfragment/ivy.xml b/org.eclipse.virgo.medic.logbackclassicfragment/ivy.xml
deleted file mode 100644
index 4fdc958..0000000
--- a/org.eclipse.virgo.medic.logbackclassicfragment/ivy.xml
+++ /dev/null
@@ -1,19 +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="${project.organisation}" 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>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.medic.logbackcorefragment/build.xml b/org.eclipse.virgo.medic.logbackcorefragment/build.xml
deleted file mode 100644
index 3a1d331..0000000
--- a/org.eclipse.virgo.medic.logbackcorefragment/build.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.medic.logbackcorefragment">
-
-	<property file="${basedir}/../build.properties" />
-	<property file="${basedir}/../build.versions" />
-
-	<import file="${basedir}/../virgo-build/standard/default.xml" />
-
-</project>
diff --git a/org.eclipse.virgo.medic.logbackcorefragment/ivy.xml b/org.eclipse.virgo.medic.logbackcorefragment/ivy.xml
deleted file mode 100644
index 4fdc958..0000000
--- a/org.eclipse.virgo.medic.logbackcorefragment/ivy.xml
+++ /dev/null
@@ -1,19 +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="${project.organisation}" 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>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.medic.test/build.xml b/org.eclipse.virgo.medic.test/build.xml
deleted file mode 100644
index 6cd0295..0000000
--- a/org.eclipse.virgo.medic.test/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.medic.test">
-
-	<property file="${basedir}/../build.properties"/>
-	<property file="${basedir}/../build.versions"/>	
-	<import file="${basedir}/../virgo-build/standard/default.xml"/>
-
-</project>
diff --git a/org.eclipse.virgo.medic.test/ivy.xml b/org.eclipse.virgo.medic.test/ivy.xml
deleted file mode 100644
index 10e6715..0000000
--- a/org.eclipse.virgo.medic.test/ivy.xml
+++ /dev/null
@@ -1,24 +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="${project.organisation}" 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.eclipse.virgo.medic" name="org.eclipse.virgo.medic" rev="latest.integration" conf="compile->compile"/>
-		<dependency org="org.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.medic/build.xml b/org.eclipse.virgo.medic/build.xml
deleted file mode 100644
index af86144..0000000
--- a/org.eclipse.virgo.medic/build.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.medic">
-
-	<property name="clover.coverage" value="0%"/>
-	
-	<property file="${basedir}/../build.properties"/>
-	<property file="${basedir}/../build.versions"/>
-	<import file="${basedir}/../virgo-build/aspect/default.xml"/>
-
-</project>
diff --git a/org.eclipse.virgo.medic/ivy.xml b/org.eclipse.virgo.medic/ivy.xml
deleted file mode 100644
index d546393..0000000
--- a/org.eclipse.virgo.medic/ivy.xml
+++ /dev/null
@@ -1,25 +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="${project.organisation}" 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.eclipse.virgo.mirrored" name="org.eclipse.osgi" rev="${org.eclipse.osgi}" conf="provided->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.api" rev="${org.slf4j.api}" conf="aspects->runtime"/>
-		<dependency org="org.aspectj" name="com.springsource.org.aspectj.runtime" rev="${org.aspectj}" conf="aspects->runtime"/>
-	</dependencies>
-
-</ivy-module>