Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-08-13 13:23:41 +0000
committerThomas Watson2012-09-12 12:58:10 +0000
commit9782432f3b45d6452b44356e7c5368895588c133 (patch)
tree1c10abbf93045f1695b810e24a61ed083f99cdc5 /bundles/org.eclipse.equinox.servletbridge
parente8d6abbfe9ea245e29fc11acbb2e69ceafd6ad1c (diff)
downloadrt.equinox.bundles-9782432f3b45d6452b44356e7c5368895588c133.tar.gz
rt.equinox.bundles-9782432f3b45d6452b44356e7c5368895588c133.tar.xz
rt.equinox.bundles-9782432f3b45d6452b44356e7c5368895588c133.zip
Bug 386646 - build against declared and/or observed bundle runtime execution environmentv20120912-125810
Diffstat (limited to 'bundles/org.eclipse.equinox.servletbridge')
-rw-r--r--bundles/org.eclipse.equinox.servletbridge/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/bundles/org.eclipse.equinox.servletbridge/pom.xml b/bundles/org.eclipse.equinox.servletbridge/pom.xml
index 8b3b3c387..377b5ff7f 100644
--- a/bundles/org.eclipse.equinox.servletbridge/pom.xml
+++ b/bundles/org.eclipse.equinox.servletbridge/pom.xml
@@ -23,16 +23,4 @@
<artifactId>org.eclipse.equinox.servletbridge</artifactId>
<version>1.2.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <executionEnvironment>CDC-1.0/Foundation-1.0</executionEnvironment>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top