mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 05:55:22 +02:00
Add license to launchbar feature
Change-Id: I36eb28887f47dca62554cb2438b8ed62b044fb52 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31114 Tested-by: Hudson CI Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
This commit is contained in:
parent
8ec1e82077
commit
9cafff55d6
2 changed files with 15 additions and 3 deletions
|
@ -1,2 +1,12 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2014 QNX 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
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# QNX - initial API and implementation
|
||||
###############################################################################
|
||||
bin.includes = feature.xml,\
|
||||
feature.properties
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
id="org.eclipse.cdt.launchbar"
|
||||
label="%featureName"
|
||||
version="8.5.0.qualifier"
|
||||
provider-name="%providerName">
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
@ -13,8 +15,8 @@
|
|||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
||||
<plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue