Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-12-10 10:29:52 +0000
committerMalgorzata Janczarska2012-12-10 10:29:52 +0000
commitb0d7d16b09fe75928e3491fa0951bd6219e1b64f (patch)
treedf06cf301c9fc6405e69f208052237cc808204e8 /tests/org.eclipse.jsch.tests
parenta6d945ea31e5c84c1429595917001032a50be3e3 (diff)
downloadeclipse.platform.team-b0d7d16b09fe75928e3491fa0951bd6219e1b64f.tar.gz
eclipse.platform.team-b0d7d16b09fe75928e3491fa0951bd6219e1b64f.tar.xz
eclipse.platform.team-b0d7d16b09fe75928e3491fa0951bd6219e1b64f.zip
Bug 396108 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-102952I20121212-0800I20121211-2000I20121211-0800I20121210-2000I20121210-0800
eclipse.platform.team
Diffstat (limited to 'tests/org.eclipse.jsch.tests')
-rw-r--r--tests/org.eclipse.jsch.tests/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/org.eclipse.jsch.tests/pom.xml b/tests/org.eclipse.jsch.tests/pom.xml
index 4bcd53740..7076bf873 100644
--- a/tests/org.eclipse.jsch.tests/pom.xml
+++ b/tests/org.eclipse.jsch.tests/pom.xml
@@ -23,4 +23,16 @@
<artifactId>org.eclipse.jsch.tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <!-- observed BREE as of Juno -->
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top