Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-03-22 13:34:21 +0000
committerDani Megert2016-03-22 13:34:21 +0000
commitb8821710ffb03f8e7573be209e1ab14e27ba04b4 (patch)
tree6636ee84e8ad7b71190dfe4af058cca4a79b15bf /tests/org.eclipse.jsch.tests
parent622d3b5a9d07990762e58029bd8dffbd2e7df773 (diff)
downloadeclipse.platform.team-b8821710ffb03f8e7573be209e1ab14e27ba04b4.tar.gz
eclipse.platform.team-b8821710ffb03f8e7573be209e1ab14e27ba04b4.tar.xz
eclipse.platform.team-b8821710ffb03f8e7573be209e1ab14e27ba04b4.zip
Revert "Bug 489805 - Move the projects in the team git repository to Java 1.8"
Diffstat (limited to 'tests/org.eclipse.jsch.tests')
-rw-r--r--tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.jsch.tests/pom.xml14
2 files changed, 14 insertions, 2 deletions
diff --git a/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF
index 75e71b12a..76bb7c53c 100644
--- a/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.jsch.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JSch Tests Plug-in
Bundle-SymbolicName: org.eclipse.jsch.tests
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Eclipse-BundleShape: dir
Bundle-Activator: org.eclipse.jsch.tests.Activator
Bundle-Vendor: Eclipse.org
diff --git a/tests/org.eclipse.jsch.tests/pom.xml b/tests/org.eclipse.jsch.tests/pom.xml
index 820c1dc35..49f9e6eb6 100644
--- a/tests/org.eclipse.jsch.tests/pom.xml
+++ b/tests/org.eclipse.jsch.tests/pom.xml
@@ -18,6 +18,18 @@
</parent>
<groupId>org.eclipse.jsch</groupId>
<artifactId>org.eclipse.jsch.tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <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