Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.http/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.http/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.http/pom.xml b/bundles/org.eclipse.equinox.http/pom.xml
index 01184fb1b..e80632daa 100644
--- a/bundles/org.eclipse.equinox.http/pom.xml
+++ b/bundles/org.eclipse.equinox.http/pom.xml
@@ -31,6 +31,8 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
+ <!-- J2SE-1.4 to satisfy Import-Package javax.net -->
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
<filters>
<!--
Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045

Back to the top