diff options
author | Alexander Kurtakov | 2019-10-07 12:49:19 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2019-10-07 12:49:48 +0000 |
commit | 7d21373cd7d3d6bc1330479901ca4131bdea8d42 (patch) | |
tree | d2ecc0047dc11f4aaaed46eeb7acfe9d62432462 | |
parent | 2a22005345a3eefb339a18eb56d2647061ef00a4 (diff) | |
download | eclipse.platform.releng.aggregator-7d21373cd7d3d6bc1330479901ca4131bdea8d42.tar.gz eclipse.platform.releng.aggregator-7d21373cd7d3d6bc1330479901ca4131bdea8d42.tar.xz eclipse.platform.releng.aggregator-7d21373cd7d3d6bc1330479901ca4131bdea8d42.zip |
Bug 533801 - Stop including o.e.equinox.util in products
Fix equinox helper.xml to not run on no longer built bundles.
Change-Id: I7fa81a8dc7498651061bf79edd606507c2369f84
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml index 306efb9fb..e838a34d0 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml @@ -265,16 +265,6 @@ <antcall target="updateTestManifest"> <param name="bundle.id" - value="org.eclipse.equinox.io" /> - </antcall> - <antcall target="updateTestManifest"> - <param - name="bundle.id" - value="org.eclipse.equinox.ip" /> - </antcall> - <antcall target="updateTestManifest"> - <param - name="bundle.id" value="org.eclipse.equinox.jsp.jasper" /> </antcall> <antcall target="updateTestManifest"> @@ -315,16 +305,6 @@ <antcall target="updateTestManifest"> <param name="bundle.id" - value="org.eclipse.equinox.util" /> - </antcall> - <antcall target="updateTestManifest"> - <param - name="bundle.id" - value="org.eclipse.equinox.wireadmin" /> - </antcall> - <antcall target="updateTestManifest"> - <param - name="bundle.id" value="javax.servlet" /> </antcall> <antcall target="updateTestManifest"> |