mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 558484 - Normalize manifests for CDT LSP component
Added copyright headers Mavenized output folder Did i18n Normalized bundle headers Change-Id: I4c2b1485fae131ccc1744f8032300577addb4dcc Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
3b9e522b1e
commit
61d01286e3
14 changed files with 161 additions and 44 deletions
|
@ -1,2 +1,16 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2017-2019 Ericsson and others
|
||||
#
|
||||
# This program and the accompanying materials are made available under the
|
||||
# terms of the Eclipse Public License 2.0 which is available at
|
||||
# https://www.eclipse.org/legal/epl-2.0/.
|
||||
#
|
||||
# SPDX-License-Identifier: EPL-2.0
|
||||
#
|
||||
# Contributors:
|
||||
# Ericsson - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
###############################################################################
|
||||
|
||||
bin.includes = feature.xml,\
|
||||
feature.properties
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2017 Ericsson
|
||||
# Copyright (c) 2017-2019 Ericsson and others
|
||||
#
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License 2.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# https://www.eclipse.org/legal/epl-2.0/
|
||||
# This program and the accompanying materials are made available under the
|
||||
# terms of the Eclipse Public License 2.0 which is available at
|
||||
# https://www.eclipse.org/legal/epl-2.0/.
|
||||
#
|
||||
# SPDX-License-Identifier: EPL-2.0
|
||||
#
|
||||
# Contributors:
|
||||
# Ericsson - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
###############################################################################
|
||||
|
||||
featureName=LSP4E C/C++ Support
|
||||
|
@ -17,7 +19,10 @@ description=Plug-ins to support C/C++ language servers in LSP4E.
|
|||
featureProvider=Eclipse CDT
|
||||
|
||||
copyright=Copyright (c) 2017 Ericsson and others.\n\
|
||||
This program and the accompanying materials\n\
|
||||
are made available under the terms of the Eclipse Public License 2.0\n\
|
||||
which accompanies this distribution, and is available at\n\
|
||||
https://www.eclipse.org/legal/epl-2.0/
|
||||
\n\
|
||||
This program and the accompanying materials are made available under the\n\
|
||||
terms of the Eclipse Public License 2.0 which is available at\n\
|
||||
https://www.eclipse.org/legal/epl-2.0/.\n\
|
||||
\n\
|
||||
SPDX-License-Identifier: EPL-2.0\n\
|
||||
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017-2019 Ericsson and others
|
||||
|
||||
This program and the accompanying materials are made available under the
|
||||
terms of the Eclipse Public License 2.0 which is available at
|
||||
https://www.eclipse.org/legal/epl-2.0/.
|
||||
|
||||
SPDX-License-Identifier: EPL-2.0
|
||||
|
||||
Contributors:
|
||||
Ericsson - initial API and implementation
|
||||
Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
-->
|
||||
<feature
|
||||
id="org.eclipse.cdt.lsp"
|
||||
label="%featureName"
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: "Tests for LSP4E C/C++ Support"
|
||||
Bundle-SymbolicName: org.eclipse.cdt.lsp.core.tests
|
||||
Bundle-Vendor: Eclipse CDT
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Automatic-Module-Name: org.eclipse.cdt.lsp.core.tests
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-SymbolicName: org.eclipse.cdt.lsp.core.tests
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Name: %Bundle-Name
|
||||
Bundle-Vendor: %Bundle-Vendor
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: org.eclipse.lsp4e,
|
||||
Require-Bundle: com.google.gson;bundle-version="2.8.2",
|
||||
org.junit,
|
||||
org.eclipse.lsp4j,
|
||||
org.eclipse.lsp4j.jsonrpc,
|
||||
org.eclipse.cdt.lsp.core,
|
||||
com.google.gson;bundle-version="2.8.2",
|
||||
org.junit
|
||||
org.eclipse.lsp4e,
|
||||
org.eclipse.cdt.lsp.core
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
#Properties file for org.eclipse.cdt.lsp.core.tests
|
||||
###############################################################################
|
||||
# Copyright (c) 2017-2019 Eclipse Foundation and others
|
||||
#
|
||||
# This program and the accompanying materials are made available under the
|
||||
# terms of the Eclipse Public License 2.0 which is available at
|
||||
# https://www.eclipse.org/legal/epl-2.0/.
|
||||
#
|
||||
# SPDX-License-Identifier: EPL-2.0
|
||||
#
|
||||
# Contributors:
|
||||
# Eclipse Foundation - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
###############################################################################
|
||||
|
||||
Bundle-Name = LSP4E C/C++ Support Plug-in Tests
|
||||
Bundle-Vendor = Eclipse CDT
|
|
@ -1,4 +1,19 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2017-2019 Eclipse Foundation and others
|
||||
#
|
||||
# This program and the accompanying materials are made available under the
|
||||
# terms of the Eclipse Public License 2.0 which is available at
|
||||
# https://www.eclipse.org/legal/epl-2.0/.
|
||||
#
|
||||
# SPDX-License-Identifier: EPL-2.0
|
||||
#
|
||||
# Contributors:
|
||||
# Eclipse Foundation - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
###############################################################################
|
||||
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
output.. = target/classes/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
.,\
|
||||
OSGI-INF/
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017-2019 Eclipse Foundation and others
|
||||
|
||||
This program and the accompanying materials are made available under the
|
||||
terms of the Eclipse Public License 2.0 which is available at
|
||||
https://www.eclipse.org/legal/epl-2.0/.
|
||||
|
||||
SPDX-License-Identifier: EPL-2.0
|
||||
|
||||
Contributors:
|
||||
Eclipse Foundation - initial API and implementation
|
||||
Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
-->
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
1
lsp/org.eclipse.cdt.lsp.core/.gitignore
vendored
1
lsp/org.eclipse.cdt.lsp.core/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/bin/
|
|
@ -1,29 +1,29 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.eclipse.cdt.lsp.core
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name
|
||||
Bundle-SymbolicName: org.eclipse.cdt.lsp.core;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Name: %Bundle-Name
|
||||
Bundle-Vendor: %Bundle-Vendor
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: org.apache.commons.io,
|
||||
Require-Bundle: com.google.gson;bundle-version="2.8.2",
|
||||
org.apache.commons.io,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.lsp4e,
|
||||
org.eclipse.ui.genericeditor;bundle-version="1.0.0",
|
||||
org.eclipse.jface.text,
|
||||
org.eclipse.cdt.ui,
|
||||
org.eclipse.cdt.core,
|
||||
org.eclipse.jface,
|
||||
org.eclipse.ui,
|
||||
org.eclipse.lsp4j,
|
||||
org.eclipse.core.commands,
|
||||
org.eclipse.core.expressions,
|
||||
org.eclipse.core.resources,
|
||||
com.google.gson;bundle-version="2.8.2",
|
||||
org.eclipse.lsp4j.jsonrpc
|
||||
Bundle-Vendor: %Bundle-Vendor
|
||||
org.eclipse.jface,
|
||||
org.eclipse.jface.text,
|
||||
org.eclipse.ui,
|
||||
org.eclipse.ui.genericeditor;bundle-version="1.0.0",
|
||||
org.eclipse.lsp4j,
|
||||
org.eclipse.lsp4e,
|
||||
org.eclipse.lsp4j.jsonrpc,
|
||||
org.eclipse.cdt.core,
|
||||
org.eclipse.cdt.ui
|
||||
Import-Package: org.eclipse.ui.editors.text,
|
||||
org.eclipse.ui.texteditor
|
||||
Export-Package: org.eclipse.cdt.lsp.core,
|
||||
org.eclipse.cdt.lsp.core.cquery
|
||||
Bundle-Activator: org.eclipse.cdt.lsp.core.Activator
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: org.eclipse.ui.editors.text,
|
||||
org.eclipse.ui.texteditor
|
||||
Automatic-Module-Name: org.eclipse.cdt.lsp.core
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
#Properties file for org.eclipse.cdt.lsp.core
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
###############################################################################
|
||||
# Copyright (c) 2017-2019 Eclipse Foundation and others
|
||||
#
|
||||
# This program and the accompanying materials are made available under the
|
||||
# terms of the Eclipse Public License 2.0 which is available at
|
||||
# http://www.eclipse.org/legal/epl-2.0/.
|
||||
#
|
||||
# SPDX-License-Identifier: EPL-2.0
|
||||
#
|
||||
# Contributors:
|
||||
# Eclipse Foundation - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
###############################################################################
|
||||
|
||||
Bundle-Name = LSP4E C/C++ Support Plug-in
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
|
||||
content-type.name = C/C++
|
||||
server.label = C/C++ Language Server
|
||||
|
||||
|
|
|
@ -1,7 +1,20 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2017-2019 Ericsson and others
|
||||
#
|
||||
# This program and the accompanying materials are made available under the
|
||||
# terms of the Eclipse Public License 2.0 which is available at
|
||||
# https://www.eclipse.org/legal/epl-2.0/.
|
||||
#
|
||||
# SPDX-License-Identifier: EPL-2.0
|
||||
#
|
||||
# Contributors:
|
||||
# Ericsson - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
###############################################################################
|
||||
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
output.. = target/classes/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
OSGI-INF/,\
|
||||
OSGI-INF/l10n/bundle.properties
|
||||
plugin.xml
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.4"?>
|
||||
<!--
|
||||
Copyright (c) 2017-2019 Ericsson and others
|
||||
|
||||
This program and the accompanying materials are made available under the
|
||||
terms of the Eclipse Public License 2.0 which is available at
|
||||
https://www.eclipse.org/legal/epl-2.0/.
|
||||
|
||||
SPDX-License-Identifier: EPL-2.0
|
||||
|
||||
Contributors:
|
||||
Ericsson - initial API and implementation
|
||||
Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 558484
|
||||
-->
|
||||
<plugin>
|
||||
<extension
|
||||
point="org.eclipse.core.contenttype.contentTypes">
|
||||
|
|
Loading…
Add table
Reference in a new issue