Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-07 08:39:04 +0000
committerDani Megert2013-02-07 08:39:04 +0000
commit3c44ac2db066d620406c5fca36dd29b948a903cd (patch)
tree7318417ce1792f41813b00fb306d45a1b14f746e
parent95613e26a9f02f835b890642ca60726a2cc3fc50 (diff)
downloadeclipse.platform.releng-3c44ac2db066d620406c5fca36dd29b948a903cd.tar.gz
eclipse.platform.releng-3c44ac2db066d620406c5fca36dd29b948a903cd.tar.xz
eclipse.platform.releng-3c44ac2db066d620406c5fca36dd29b948a903cd.zip
Fixed bug 391433: [JUnit] Remove JUnit 3 from Eclipsev20130207-083904
-rw-r--r--features/org.eclipse.test-feature/feature.xml8
-rw-r--r--features/org.eclipse.test-feature/pom.xml4
2 files changed, 3 insertions, 9 deletions
diff --git a/features/org.eclipse.test-feature/feature.xml b/features/org.eclipse.test-feature/feature.xml
index 8bf06397..53ef2642 100644
--- a/features/org.eclipse.test-feature/feature.xml
+++ b/features/org.eclipse.test-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.test"
label="%featureName"
- version="3.5.100.qualifier"
+ version="3.6.0.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
@@ -69,12 +69,6 @@
version="0.0.0"/>
<plugin
- id="org.junit4"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
id="org.easymock"
download-size="0"
install-size="0"
diff --git a/features/org.eclipse.test-feature/pom.xml b/features/org.eclipse.test-feature/pom.xml
index 1543a86d..d5458a07 100644
--- a/features/org.eclipse.test-feature/pom.xml
+++ b/features/org.eclipse.test-feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -24,6 +24,6 @@
<groupId>org.eclipse.test-feature</groupId>
<artifactId>org.eclipse.test</artifactId>
- <version>3.5.100-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top