mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
[releng] trying Nick's suggestions on how to make junits run in hudson.
This commit is contained in:
parent
e93cb3ce75
commit
31fcc11018
1 changed files with 3 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
<!--
|
||||
Copyright (c) 2005, 2010 IBM Corporation and others.
|
||||
Copyright (c) 2005, 2009 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
|
||||
|
@ -12,7 +12,7 @@
|
|||
<feature
|
||||
id="org.eclipse.rse.tests"
|
||||
label="%featureName"
|
||||
version="3.2.0.qualifier"
|
||||
version="3.1.1.qualifier"
|
||||
provider-name="%providerName">
|
||||
|
||||
<description>
|
||||
|
@ -56,22 +56,7 @@
|
|||
<import plugin="org.junit" version="3.8.1" match="compatible"/>
|
||||
<import plugin="org.apache.ant"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.test"
|
||||
download-size="26"
|
||||
install-size="35"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.ant.optional.junit"
|
||||
download-size="3"
|
||||
install-size="4"
|
||||
version="0.0.0"
|
||||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
<plugin
id="org.eclipse.ant.optional.junit"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"/>
<plugin
id="org.eclipse.test"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
|
||||
id="org.eclipse.rse.tests"
|
||||
download-size="70"
|
||||
install-size="186"
|
||||
|
|
Loading…
Add table
Reference in a new issue