Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-01-07 15:27:42 +0000
committerJohn Arthorne2013-01-07 15:27:42 +0000
commitc85a0f56959b0c5ec2c8cc6b0446cf3b542af387 (patch)
tree7209d3f8f154531dc189795df26bdded0c9586d8 /bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml
parent653220d15a926fdc19c646b4c6860de66d3c3c53 (diff)
downloadrt.equinox.p2-20130107-152742.tar.gz
rt.equinox.p2-20130107-152742.tar.xz
rt.equinox.p2-20130107-152742.zip
Bug 396091 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for equinox.p2v20130107-152742
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml b/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml
index bcafe57d8..c43be8844 100644
--- a/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml
@@ -12,4 +12,15 @@
<artifactId>org.eclipse.equinox.p2.tests.verifier</artifactId>
<version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <executionEnvironment>J2SE-1.5</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top