Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/build.xml12
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.cquery7
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.mspec7
3 files changed, 0 insertions, 26 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
index 1d82a0de..16b931f7 100644
--- a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
@@ -15,7 +15,6 @@
<property name="targetPlatformPath" location="${build.root}/TP" />
<property name="cquery.url" location="${basedir}/epp.cquery" />
<property name="tp.mspec" location="${basedir}/epp-tp.mspec" />
- <property name="tp-mpc.mspec" location="${basedir}/epp-tp-mpc.mspec" />
<!-- This macro executes the default application of an eclipse installation that resides
in the folder ${buildtools}/@app
@@ -102,17 +101,6 @@
<arg value="${tp.mspec}" />
</args>
</eclipse.launch>
- <eclipse.launch app="buckminster">
- <args>
- <jvmarg value="-Dplatform.site=${platform.site}" />
- <jvmarg value="-Dindigo.site=${staging.site}" />
- <jvmarg value="-Declipse.p2.mirrors=false" />
- <arg value="-data" />
- <arg value="${workspace}" />
- <arg value="import"/>
- <arg value="${tp-mpc.mspec}" />
- </args>
- </eclipse.launch>
<copy todir="${targetPlatformPath}/plugins">
<fileset dir="/home/data/httpd/download.eclipse.org/releases/staging/aggregate/plugins">
<include name="**/org.eclipse*intro*"/>
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.cquery b/features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.cquery
deleted file mode 100644
index dd36b2b2..00000000
--- a/features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.cquery
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="epp.rmap">
- <cq:rootRequest name="org.eclipse.epp.mpc" componentType="eclipse.feature"/>
- <cq:property key="target.arch" value="*"/>
- <cq:property key="target.os" value="*"/>
- <cq:property key="target.ws" value="*"/>
-</cq:componentQuery>
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.mspec b/features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.mspec
deleted file mode 100644
index 5ad3c00c..00000000
--- a/features/org.eclipse.epp.allpackages.indigo.feature/epp-tp-mpc.mspec
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<mspec
- xmlns="http://www.eclipse.org/buckminster/MetaData-1.0"
- name="Buckminster MSPEC"
- materializer="p2"
- url="epp-tp-mpc.cquery">
-</mspec>

Back to the top