Skip to content
Snippets Groups Projects
Commit 742c708b authored by david_williams's avatar david_williams
Browse files

create wtp tools project

parent 96d5245a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<antTask
library="wtpRelengTools.jar"
name="indexResults"
class="org.eclipse.wtp.releng.tools.TestResultsGenerator">
class="org.eclipse.wtp.releng.tools.ResultsSummaryGenerator">
</antTask>
<antTask
library="wtpRelengTools.jar"
......
......@@ -32,7 +32,7 @@ import org.xml.sax.SAXException;
* @version 1.0
* @author Dean Roberts
*/
public class TestResultsGenerator extends Task {
public class ResultsSummaryGenerator extends Task {
private static final String WARNING_SEVERITY = "WARNING";
private static final String ERROR_SEVERITY = "ERROR";
private static final String ForbiddenReferenceID = "ForbiddenReference";
......@@ -130,7 +130,7 @@ public class TestResultsGenerator extends Task {
public static void main(String[] args) {
TestResultsGenerator test = new TestResultsGenerator();
ResultsSummaryGenerator test = new ResultsSummaryGenerator();
test.setDropTokenList("%sdk%,%tests%,%example%,%rcpruntime%,%rcpsdk%,%icubase%,%runtime%,%platformsdk%,%jdt%,%jdtsdk%,%pde%,%pdesdk%,%cvs%,%cvssdk%,%teamextras%,%swt%,%relengtools%");
test.setPlatformIdentifierToken("%platform%");
test.getDropTokensFromList(test.dropTokenList);
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment