mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 569172 - Debug framework should provide way to report unit test results to the generic "test report" view
Assign acorrect version for org.eclipse.cdt.unittest.feature Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com> Change-Id: I642655f13e6a2cd2df5b4e23d7713ca749a4eccd
This commit is contained in:
parent
afee900b24
commit
20598975f4
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2020 Contributors to the Eclipse Foundation
|
# Copyright (c) 2020, 2021 Contributors to the Eclipse Foundation
|
||||||
#
|
#
|
||||||
# See the NOTICE file(s) distributed with this work for additional
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
# information regarding copyright ownership.
|
# information regarding copyright ownership.
|
||||||
|
@ -24,7 +24,7 @@ blurb=C/C++ Test runner client for UnitTest View\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
Build id: {0}\n\
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
Copyright (c) 2020 Contributors to the Eclipse Foundation
|
Copyright (c) 2020, 2021 Contributors to the Eclipse Foundation
|
||||||
\n\
|
\n\
|
||||||
See the NOTICE file(s) distributed with this work for additional\n\
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
information regarding copyright ownership.\n\
|
information regarding copyright ownership.\n\
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.unittest.feature"
|
id="org.eclipse.cdt.unittest.feature"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.0.0.qualifier"
|
version="10.2.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="0.0.0">
|
license-feature-version="0.0.0">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
%description
|
%description
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Add table
Reference in a new issue