Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-11-22 13:37:33 +0000
committerThomas Watson2013-11-22 13:37:33 +0000
commit0772c6063946b12db0d933d1502561120ae05f14 (patch)
tree963ed73b7dfbaf2a5297f0a6c207022dfb4270d0
parent51339e30ad34014c8fa3faa26cfae469e362a025 (diff)
downloadrt.equinox.bundles-R3_8_maintenance.tar.gz
rt.equinox.bundles-R3_8_maintenance.tar.xz
rt.equinox.bundles-R3_8_maintenance.zip
Bug 422302 - complications using target artifact in 4.2.2+ streamR3_8_maintenance
-rw-r--r--bundles/org.eclipse.equinox.ip/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.ip/pom.xml b/bundles/org.eclipse.equinox.ip/pom.xml
index 32103028f..1599aeee1 100644
--- a/bundles/org.eclipse.equinox.ip/pom.xml
+++ b/bundles/org.eclipse.equinox.ip/pom.xml
@@ -21,4 +21,24 @@
<artifactId>org.eclipse.equinox.ip</artifactId>
<version>1.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <filters>
+ <!--
+ Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
+ -->
+ <filter>
+ <type>osgi-bundle</type>
+ <id>org.eclipse.equinox.servletbridge.extensionbundle</id>
+ <removeAll/>
+ </filter>
+ </filters>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top