mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[cleanup] Rename pluginName, add PII NLS tags
This commit is contained in:
parent
13d570e4c3
commit
c8f7bf3e28
8 changed files with 36 additions and 20 deletions
|
@ -1,9 +1,9 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Bundle-Name.0
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.rse.subsystems.wince;singleton:=true
|
Bundle-SymbolicName: org.eclipse.rse.subsystems.wince;singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Vendor: %Bundle-Vendor.0
|
Bundle-Vendor: %providerName
|
||||||
Require-Bundle: org.eclipse.ui,
|
Require-Bundle: org.eclipse.ui,
|
||||||
org.eclipse.core.runtime,
|
org.eclipse.core.runtime,
|
||||||
org.eclipse.rse.services,
|
org.eclipse.rse.services,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2008 Radoslav Gerganov
|
# Copyright (c) 2008 Radoslav Gerganov and others
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,13 +7,14 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Radoslav Gerganov - initial API and implementation
|
# Radoslav Gerganov - initial API and implementation
|
||||||
|
# Martin Oberhuber (Wind River) - Rename pluginName, add PII NLS tags
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# NLS_MESSAGEFORMAT_NONE
|
# NLS_MESSAGEFORMAT_NONE
|
||||||
# NLS_ENCODING=UTF-8
|
# NLS_ENCODING=UTF-8
|
||||||
|
|
||||||
Bundle-Vendor.0 = Eclipse.org
|
providerName = Eclipse.org
|
||||||
Bundle-Name.0 = RSE WinCE Services
|
pluginName = RSE WinCE Services
|
||||||
systemType.label.0 = WinCE
|
systemType.label.0 = WinCE
|
||||||
configuration.description.0 = This configuration allows you to work with files on remote WinCE-based device using ActiveSync/RAPI2 connection.
|
configuration.description.0 = This configuration allows you to work with files on remote WinCE-based device using ActiveSync/RAPI2 connection.
|
||||||
configuration.name.0 = WinCE Files
|
configuration.name.0 = WinCE Files
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Bundle-Name.0
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.rapi.examples
|
Bundle-SymbolicName: org.eclipse.tm.rapi.examples
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.tm.rapi.examples.Activator
|
Bundle-Activator: org.eclipse.tm.rapi.examples.Activator
|
||||||
Bundle-Vendor: %Bundle-Vendor.0
|
Bundle-Vendor: %providerName
|
||||||
Require-Bundle: org.eclipse.core.runtime
|
Require-Bundle: org.eclipse.core.runtime
|
||||||
Eclipse-LazyStart: true
|
Eclipse-LazyStart: true
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2008 Radoslav Gerganov
|
# Copyright (c) 2008 Radoslav Gerganov and others
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,6 +7,11 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Radoslav Gerganov - initial API and implementation
|
# Radoslav Gerganov - initial API and implementation
|
||||||
|
# Martin Oberhuber (Wind River) - Rename pluginName, add PII NLS tags
|
||||||
###############################################################################
|
###############################################################################
|
||||||
Bundle-Vendor.0 = Eclipse.org
|
|
||||||
Bundle-Name.0 = Example usage of RAPI2
|
# NLS_MESSAGEFORMAT_NONE
|
||||||
|
# NLS_ENCODING=UTF-8
|
||||||
|
|
||||||
|
providerName = Eclipse.org
|
||||||
|
pluginName = RAPI2 Java wrapper examples
|
|
@ -1,9 +1,9 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Bundle-Name.0
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.rapi.tests
|
Bundle-SymbolicName: org.eclipse.tm.rapi.tests
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Vendor: %Bundle-Vendor.0
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
Require-Bundle: org.junit
|
Require-Bundle: org.junit
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2008 Radoslav Gerganov
|
# Copyright (c) 2008 Radoslav Gerganov and others
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,6 +7,11 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Radoslav Gerganov - initial API and implementation
|
# Radoslav Gerganov - initial API and implementation
|
||||||
|
# Martin Oberhuber (Wind River) - Rename pluginName, add PII NLS tags
|
||||||
###############################################################################
|
###############################################################################
|
||||||
Bundle-Vendor.0 = Eclipse.org
|
|
||||||
Bundle-Name.0 = Unit tests for org.eclipse.tm.rapi
|
# NLS_MESSAGEFORMAT_NONE
|
||||||
|
# NLS_ENCODING=UTF-8
|
||||||
|
|
||||||
|
providerName = Eclipse.org
|
||||||
|
pluginName = RAPI2 Java wrapper unit tests
|
|
@ -1,11 +1,11 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Bundle-Name.0
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.rapi
|
Bundle-SymbolicName: org.eclipse.tm.rapi
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Export-Package: org.eclipse.tm.internal.rapi;x-internal:=true,
|
Export-Package: org.eclipse.tm.internal.rapi;x-internal:=true,
|
||||||
org.eclipse.tm.rapi
|
org.eclipse.tm.rapi
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
Bundle-Vendor: %Bundle-Vendor.0
|
Bundle-Vendor: %providerName
|
||||||
Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
|
Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2008 Radoslav Gerganov
|
# Copyright (c) 2008 Radoslav Gerganov and others
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,6 +7,11 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Radoslav Gerganov - initial API and implementation
|
# Radoslav Gerganov - initial API and implementation
|
||||||
|
# Martin Oberhuber (Wind River) - Rename pluginName, add PII NLS tags
|
||||||
###############################################################################
|
###############################################################################
|
||||||
Bundle-Vendor.0 = Eclipse.org
|
|
||||||
Bundle-Name.0 = Java wrappers for RAPI2
|
# NLS_MESSAGEFORMAT_NONE
|
||||||
|
# NLS_ENCODING=UTF-8
|
||||||
|
|
||||||
|
providerName = Eclipse.org
|
||||||
|
pluginName = RAPI2 Java wrappers
|
Loading…
Add table
Reference in a new issue