diff options
| author | Markus Keller | 2013-02-06 16:26:12 +0000 |
|---|---|---|
| committer | Dani Megert | 2013-02-06 16:26:12 +0000 |
| commit | 7250731cc69099d8ee85adc89bc942f417a0c2bb (patch) | |
| tree | 15db581138112700ca4ca3f59dffc6bdbdef82cc | |
| parent | fcc2f984e2bc4bcbdfa945cb9707208e682299b6 (diff) | |
| download | eclipse.platform.releng-7250731cc69099d8ee85adc89bc942f417a0c2bb.tar.gz eclipse.platform.releng-7250731cc69099d8ee85adc89bc942f417a0c2bb.tar.xz eclipse.platform.releng-7250731cc69099d8ee85adc89bc942f417a0c2bb.zip | |
Fixed bug 391433: [JUnit] Remove JUnit 3 from Eclipsev20130206-162612
| -rw-r--r-- | features/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html | 4 | ||||
| -rw-r--r-- | features/org.eclipse.sdk/build.properties | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/features/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html b/features/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html index 62dfd7c9..d8828f1b 100644 --- a/features/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html +++ b/features/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html @@ -2170,10 +2170,6 @@ of others.</p> </tr> <tr> <td>org.junit</td> - <td><div align="center">1.3</div></td> - </tr> - <tr> - <td>org.junit4</td> <td><div align="center">1.5</div></td> </tr> <tr> diff --git a/features/org.eclipse.sdk/build.properties b/features/org.eclipse.sdk/build.properties index f1bd1762..06c077ba 100644 --- a/features/org.eclipse.sdk/build.properties +++ b/features/org.eclipse.sdk/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2012 IBM Corporation and others. +# Copyright (c) 2000, 2013 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -16,7 +16,6 @@ generate.feature@org.eclipse.platform.source=org.eclipse.platform,feature@org.ec exclude@org.eclipse.platform.doc.user generate.feature@org.eclipse.jdt.source=org.eclipse.jdt, plugin@org.eclipse.jdt.doc.isv;unpack="false",\ -plugin@org.junit.source;version=3.8.2.qualifier;unpack="false",\ plugin@org.junit.source;version=4.10.0.qualifier;unpack="false",\ plugin@org.hamcrest.core.source;version=1.1.0.qualifier;unpack="false",\ exclude@org.eclipse.jdt.doc.user |
