511686 - Remove obsolete Ant/Ivy build scripts from Virgo Runtime bundles
diff --git a/build.properties b/build.properties
deleted file mode 100644
index cd9ecd4..0000000
--- a/build.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-version=3.7.0
-release.type=integration
-javadoc.exclude.package.names=**/internal/**,**/internal
-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.util
-findbugs.enforce=true
-clover.enforce=true
-clover.coverage=81.2%
-
-#test.vm.args= -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
\ No newline at end of file
diff --git a/build.versions b/build.versions
deleted file mode 100644
index 57cbc14..0000000
--- a/build.versions
+++ /dev/null
@@ -1,7 +0,0 @@
-org.eclipse.osgi=3.8.1.v20120830-144521
-org.junit=4.7.0
-org.antlr=3.0.1
-org.aspectj=1.6.12.RELEASE
-org.slf4j.nop=1.7.2.v201212060727
-org.slf4j.api=1.7.2.v20121108-1250
-org.easymock=2.3.0
diff --git a/org.eclipse.virgo.util.common/build.xml b/org.eclipse.virgo.util.common/build.xml
deleted file mode 100644
index a60dfac..0000000
--- a/org.eclipse.virgo.util.common/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.common">
-
-	<property file="${basedir}/../build.versions"/>
-	<property file="${basedir}/../build.properties"/>
-	<import file="${basedir}/../virgo-build/standard/default.xml"/>
-
-</project>
diff --git a/org.eclipse.virgo.util.common/ivy.xml b/org.eclipse.virgo.util.common/ivy.xml
deleted file mode 100644
index 40ca7de..0000000
--- a/org.eclipse.virgo.util.common/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.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"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.env/build.xml b/org.eclipse.virgo.util.env/build.xml
deleted file mode 100644
index 81de7f3..0000000
--- a/org.eclipse.virgo.util.env/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.env">
-
-	<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.util.env/ivy.xml b/org.eclipse.virgo.util.env/ivy.xml
deleted file mode 100644
index 9be5a49..0000000
--- a/org.eclipse.virgo.util.env/ivy.xml
+++ /dev/null
@@ -1,23 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.io/build.xml b/org.eclipse.virgo.util.io/build.xml
deleted file mode 100644
index c673635..0000000
--- a/org.eclipse.virgo.util.io/build.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.io">
-
-    <property name="findbugs.exclude.file" value="${basedir}/findbugs-exclude.xml"/>
-	<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.util.io/ivy.xml b/org.eclipse.virgo.util.io/ivy.xml
deleted file mode 100644
index 02edac7..0000000
--- a/org.eclipse.virgo.util.io/ivy.xml
+++ /dev/null
@@ -1,26 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.api" rev="${org.slf4j.api}" conf="compile->compile"/>
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.common" rev="latest.integration" conf="compile->compile" />
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.math" rev="latest.integration" conf="compile->compile" />
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.jmx/build.xml b/org.eclipse.virgo.util.jmx/build.xml
deleted file mode 100644
index ace7e49..0000000
--- a/org.eclipse.virgo.util.jmx/build.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.jmx">
-
-	<property name="clover.enforce" value="false"/>
-	<property file="${basedir}/../build.versions"/>
-	<property file="${basedir}/../build.properties"/>
-	<import file="${basedir}/../virgo-build/aspect/default.xml"/>
-
-</project>
diff --git a/org.eclipse.virgo.util.jmx/ivy.xml b/org.eclipse.virgo.util.jmx/ivy.xml
deleted file mode 100644
index 9960d25..0000000
--- a/org.eclipse.virgo.util.jmx/ivy.xml
+++ /dev/null
@@ -1,26 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->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.nop" rev="${org.slf4j.nop}" conf="test->runtime"/>
-		<dependency org="org.aspectj" name="com.springsource.org.aspectj.runtime" rev="${org.aspectj}" conf="aspects->runtime"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.math/build.xml b/org.eclipse.virgo.util.math/build.xml
deleted file mode 100644
index 747ca78..0000000
--- a/org.eclipse.virgo.util.math/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.math">
-
-	<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.util.math/ivy.xml b/org.eclipse.virgo.util.math/ivy.xml
deleted file mode 100644
index 9be5a49..0000000
--- a/org.eclipse.virgo.util.math/ivy.xml
+++ /dev/null
@@ -1,23 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.osgi.manifest/build.xml b/org.eclipse.virgo.util.osgi.manifest/build.xml
deleted file mode 100755
index aa0ca27..0000000
--- a/org.eclipse.virgo.util.osgi.manifest/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.osgi.manifest">
-
-	<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.util.osgi.manifest/ivy.xml b/org.eclipse.virgo.util.osgi.manifest/ivy.xml
deleted file mode 100755
index 6bd717c..0000000
--- a/org.eclipse.virgo.util.osgi.manifest/ivy.xml
+++ /dev/null
@@ -1,29 +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.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.util" name="org.eclipse.virgo.util.io" rev="latest.integration" conf="test->runtime"/>
-		
-		<dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.osgi" rev="${org.eclipse.osgi}" conf="provided->compile"/>
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.common" rev="latest.integration" conf="compile->compile"/>
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.parser.manifest" rev="latest.integration" conf="compile->compile"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.osgi/build.xml b/org.eclipse.virgo.util.osgi/build.xml
deleted file mode 100644
index 7ffda58..0000000
--- a/org.eclipse.virgo.util.osgi/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.osgi">
-
-	<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.util.osgi/ivy.xml b/org.eclipse.virgo.util.osgi/ivy.xml
deleted file mode 100644
index edfabbc..0000000
--- a/org.eclipse.virgo.util.osgi/ivy.xml
+++ /dev/null
@@ -1,30 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.nop" rev="${org.slf4j.nop}" conf="test->runtime"/>
-		
-		<dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.osgi" rev="${org.eclipse.osgi}" conf="provided->compile"/>
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.common" rev="latest.integration" conf="compile->compile"/>
-		<dependency org="org.eclipse.virgo.util" name="org.eclipse.virgo.util.parser.manifest" rev="latest.integration" conf="compile->compile"/>
-        <dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.api" rev="${org.slf4j.api}" conf="optional->compile"/>
-		<dependency org="org.easymock" name="com.springsource.org.easymock" rev="${org.easymock}" conf="test->runtime"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.parser.launcher/build.xml b/org.eclipse.virgo.util.parser.launcher/build.xml
deleted file mode 100644
index 82a0d9c..0000000
--- a/org.eclipse.virgo.util.parser.launcher/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.parser.launcher">
-
-	<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.util.parser.launcher/ivy.xml b/org.eclipse.virgo.util.parser.launcher/ivy.xml
deleted file mode 100644
index 9be5a49..0000000
--- a/org.eclipse.virgo.util.parser.launcher/ivy.xml
+++ /dev/null
@@ -1,23 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.parser.manifest/build.xml b/org.eclipse.virgo.util.parser.manifest/build.xml
deleted file mode 100644
index b178f85..0000000
--- a/org.eclipse.virgo.util.parser.manifest/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.parser.manifest">
-
-	<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.util.parser.manifest/ivy.xml b/org.eclipse.virgo.util.parser.manifest/ivy.xml
deleted file mode 100644
index 9be5a49..0000000
--- a/org.eclipse.virgo.util.parser.manifest/ivy.xml
+++ /dev/null
@@ -1,23 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.test/build.xml b/org.eclipse.virgo.util.test/build.xml
deleted file mode 100644
index 3bcf4a5..0000000
--- a/org.eclipse.virgo.util.test/build.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.virgo.util.test">
-
-    <property file="${basedir}/../build.versions"/>
-	<property file="${basedir}/../build.properties"/>
-	<import file="${basedir}/../virgo-build/standard/default.xml"/>
-
-</project>
diff --git a/org.eclipse.virgo.util.test/ivy.xml b/org.eclipse.virgo.util.test/ivy.xml
deleted file mode 100644
index 3c8806d..0000000
--- a/org.eclipse.virgo.util.test/ivy.xml
+++ /dev/null
@@ -1,26 +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.junit" name="com.springsource.org.junit" rev="${org.junit}" conf="test->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.eclipse.osgi" rev="${org.eclipse.osgi}" conf="test->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.api" rev="${org.slf4j.api}" conf="test->runtime"/>
-		<dependency org="org.eclipse.virgo.mirrored" name="org.slf4j.nop" rev="${org.slf4j.nop}" conf="test->runtime"/>	
-	</dependencies>
-
-</ivy-module>
diff --git a/org.eclipse.virgo.util.test/template.mf b/org.eclipse.virgo.util.test/template.mf
deleted file mode 100644
index 794ef2d..0000000
--- a/org.eclipse.virgo.util.test/template.mf
+++ /dev/null
@@ -1,4 +0,0 @@
-Bundle-ManifestVersion: 2
-Bundle-Name: Test Code
-Bundle-SymbolicName: org.eclipse.virgo.util.test
-Bundle-Version: ${version}