Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-12-10 20:19:19 +0000
committerThomas Watson2012-12-10 20:19:19 +0000
commit50373aba15f3ffd63d16f2e106e49927eaca384d (patch)
tree9e37e2d237c6daab6da9f3437217c717826eec75 /bundles/org.eclipse.equinox.transforms.hook/pom.xml
parent7951535facbb62377608600134842125f8346ec3 (diff)
downloadrt.equinox.bundles-50373aba15f3ffd63d16f2e106e49927eaca384d.tar.gz
rt.equinox.bundles-50373aba15f3ffd63d16f2e106e49927eaca384d.tar.xz
rt.equinox.bundles-50373aba15f3ffd63d16f2e106e49927eaca384d.zip
equinox.bundles
Diffstat (limited to 'bundles/org.eclipse.equinox.transforms.hook/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.transforms.hook/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.transforms.hook/pom.xml b/bundles/org.eclipse.equinox.transforms.hook/pom.xml
index 47372c96b..5c0b93cd0 100644
--- a/bundles/org.eclipse.equinox.transforms.hook/pom.xml
+++ b/bundles/org.eclipse.equinox.transforms.hook/pom.xml
@@ -23,4 +23,18 @@
<artifactId>org.eclipse.equinox.transforms.hook</artifactId>
<version>1.0.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <!-- workaround for build issue
+ Missing Constraint: Bundle-RequiredExecutionEnvironment: J2SE-1.5 -->
+ <executionEnvironment>J2SE-1.5</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top