1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 16:55:38 +02:00

Unify and externalize plugin providerName = Eclipse.org

This commit is contained in:
Martin Oberhuber 2006-09-20 22:05:39 +00:00
parent 4d626b6b9e
commit 7e823836c8
89 changed files with 333 additions and 157 deletions

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery RSE Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.discovery;singleton:=true Bundle-SymbolicName: org.eclipse.rse.discovery;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.rse.discovery.Activator Bundle-Activator: org.eclipse.rse.discovery.Activator
@ -13,4 +13,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.tm.discovery.wizard, org.eclipse.tm.discovery.wizard,
org.eclipse.tm.discovery.model org.eclipse.tm.discovery.model
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Symbian Bundle-Vendor: %providerName

View file

@ -1,4 +1,6 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
about.html,\
plugin.properties,\
. .

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = Service Discovery RSE Plug-in
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery Engine Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.engine;singleton:=true Bundle-SymbolicName: org.eclipse.tm.discovery.engine;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.engine.Activator Bundle-Activator: org.eclipse.tm.discovery.engine.Activator
@ -15,4 +15,4 @@ Export-Package: org.eclipse.tm.discovery.engine,
org.eclipse.tm.discovery.transport org.eclipse.tm.discovery.transport
Import-Package: org.eclipse.tm.discovery.model, Import-Package: org.eclipse.tm.discovery.model,
org.eclipse.tm.discovery.model.util org.eclipse.tm.discovery.model.util
Bundle-Vendor: Symbian Bundle-Vendor: %providerName

View file

@ -1,7 +1,8 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\
about.html,\ about.html,\
plugin.xml plugin.properties,\
plugin.xml,\
.
src.includes = about.html src.includes = about.html

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = Service Discovery Engine Plug-in
providerName = Eclipse.org

View file

@ -1,14 +1,14 @@
# <copyright> # <copyright>
# </copyright> # </copyright>
# #
# $Id$ # $Id: build.properties,v 1.1 2006/09/07 11:57:27 jmontalvo Exp $
bin.includes = .,\ bin.includes = META-INF/,\
icons/,\ about.html,\
META-INF/,\
plugin.xml,\ plugin.xml,\
plugin.properties,\ plugin.properties,\
about.html icons/,\
.
jars.compile.order = . jars.compile.order = .
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/

View file

@ -22,7 +22,7 @@
# ==================================================================== # ====================================================================
pluginName = Service Discovery Edit Support pluginName = Service Discovery Edit Support
providerName = Symbian providerName = Eclipse.org
_UI_CreateChild_text = {0} _UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0} _UI_CreateChild_text2 = {1} {0}

View file

@ -13,3 +13,4 @@ Eclipse-LazyStart: true
Export-Package: org.eclipse.tm.discovery.model, Export-Package: org.eclipse.tm.discovery.model,
org.eclipse.tm.discovery.model.impl, org.eclipse.tm.discovery.model.impl,
org.eclipse.tm.discovery.model.util org.eclipse.tm.discovery.model.util
Bundle-Vendor: %providerName

View file

@ -1,6 +1,7 @@
source.. = src/ source.. = src/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ about.html,\
plugin.properties,\
src/,\ src/,\
about.html .
src.includes = about.html src.includes = about.html

View file

@ -22,5 +22,5 @@
# ==================================================================== # ====================================================================
pluginName = Service Discovery Model pluginName = Service Discovery Model
providerName = Symbian providerName = Eclipse.org

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: DNS Service Discovery Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.protocol.dnssd;singleton:=true Bundle-SymbolicName: org.eclipse.tm.discovery.protocol.dnssd;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.protocol.dnssd.Activator Bundle-Activator: org.eclipse.tm.discovery.protocol.dnssd.Activator
Bundle-Vendor: Symbian Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,

View file

@ -1,4 +1,6 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
about.html,\
plugin.properties,\
. .

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = DNS Service Discovery Plug-in
providerName = Eclipse.org

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: UDP Transport Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.transport.udp;singleton:=true Bundle-SymbolicName: org.eclipse.tm.discovery.transport.udp;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.transport.udp.Activator Bundle-Activator: org.eclipse.tm.discovery.transport.udp.Activator
Bundle-Vendor: Symbian Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,

View file

@ -1,4 +1,6 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
about.html,\
plugin.properties,\
. .

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = UDP Transport Plug-in
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery View Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.view;singleton:=true Bundle-SymbolicName: org.eclipse.tm.discovery.view;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.view.Activator Bundle-Activator: org.eclipse.tm.discovery.view.Activator
@ -21,4 +21,4 @@ Import-Package: org.eclipse.emf.common.ui,
org.eclipse.tm.discovery.model.provider, org.eclipse.tm.discovery.model.provider,
org.eclipse.tm.discovery.model.util org.eclipse.tm.discovery.model.util
Export-Package: org.eclipse.tm.discovery.view Export-Package: org.eclipse.tm.discovery.view
Bundle-Vendor: Symbian Bundle-Vendor: %providerName

View file

@ -1,9 +1,10 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = plugin.xml,\ bin.includes = META-INF/,\
META-INF/,\ about.html,\
.,\ plugin.properties,\
plugin.xml,\
icons/,\ icons/,\
about.html .
src.includes = about.html src.includes = about.html

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = Service Discovery View Plug-in
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery Wizard Pages Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.wizard Bundle-SymbolicName: org.eclipse.tm.discovery.wizard
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.wizard.Activator Bundle-Activator: org.eclipse.tm.discovery.wizard.Activator
@ -14,4 +14,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.tm.discovery.model.edit org.eclipse.tm.discovery.model.edit
Eclipse-LazyStart: true Eclipse-LazyStart: true
Export-Package: org.eclipse.tm.discovery.wizard Export-Package: org.eclipse.tm.discovery.wizard
Bundle-Vendor: Symbian Bundle-Vendor: %providerName

View file

@ -1,4 +1,6 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
about.html,\
plugin.properties,\
. .

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = Service Discovery Wizard Pages Plug-in
providerName = Eclipse.org

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.examples.daytime;singleton:=true Bundle-SymbolicName: org.eclipse.rse.examples.daytime;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.examples.daytime.Activator Bundle-Activator: org.eclipse.rse.examples.daytime.Activator
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.rse.subsystems.files.ftp, Require-Bundle: org.eclipse.rse.subsystems.files.ftp,
org.eclipse.rse.ui, org.eclipse.rse.ui,

View file

@ -9,7 +9,8 @@
# Martin Oberhuber (Wind River) - initial API and implementation # Martin Oberhuber (Wind River) - initial API and implementation
################################################################################ ################################################################################
plugin.name = RSE Daytime pluginName = RSE Daytime
providerName = Eclipse.org
FTPDaytimeSystemDescription=FTP and Daytime Connection Type FTPDaytimeSystemDescription=FTP and Daytime Connection Type

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: RSE Tutorial Examples Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.examples.tutorial;singleton:=true Bundle-SymbolicName: org.eclipse.rse.examples.tutorial;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: samples.RSESamplesPlugin Bundle-Activator: samples.RSESamplesPlugin
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.ui.views, org.eclipse.ui.views,

View file

@ -14,6 +14,7 @@ bin.includes = META-INF/,\
.,\ .,\
about.html,\ about.html,\
icons/,\ icons/,\
plugin.properties,\
plugin.xml,\ plugin.xml,\
rseSamplesMessages.xml rseSamplesMessages.xml
src.includes = META-INF/,\ src.includes = META-INF/,\

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = RSE Tutorial Examples
providerName = Eclipse.org

View file

@ -1,8 +1,8 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Remote CDT Plug-in Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.remotecdt;singleton:=true Bundle-SymbolicName: org.eclipse.rse.remotecdt;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.remotecdt.Activator Bundle-Activator: org.eclipse.rse.remotecdt.Activator
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
@ -26,4 +26,4 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.core, org.eclipse.rse.core,
org.eclipse.rse.subsystems.files.core org.eclipse.rse.subsystems.files.core
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -1,10 +1,11 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\
about.html,\ about.html,\
plugin.properties,\
plugin.xml,\
icons/,\ icons/,\
plugin.xml .
src.includes = META-INF/,\ src.includes = META-INF/,\
about.html,\ about.html,\
icons/,\ icons/,\

View file

@ -0,0 +1,13 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = Remote CDT Plug-in
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dstore.core Bundle-SymbolicName: org.eclipse.dstore.core
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.dstore.core.Activator Bundle-Activator: org.eclipse.dstore.core.Activator
@ -18,4 +18,4 @@ Export-Package: org.eclipse.dstore.core,
org.eclipse.dstore.core.server, org.eclipse.dstore.core.server,
org.eclipse.dstore.core.util, org.eclipse.dstore.core.util,
org.eclipse.dstore.core.util.ssl org.eclipse.dstore.core.util.ssl
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Dstore Core pluginName = RSE Dstore Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dstore.extra Bundle-SymbolicName: org.eclipse.dstore.extra
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.dstore.extra.Activator Bundle-Activator: org.eclipse.dstore.extra.Activator
@ -10,4 +10,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.views org.eclipse.ui.views
Eclipse-LazyStart: true Eclipse-LazyStart: true
Export-Package: org.eclipse.dstore.extra.internal.extra Export-Package: org.eclipse.dstore.extra.internal.extra
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Dstore Platform Support pluginName = RSE Dstore Platform Support
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.connectorservice.dstore Bundle-SymbolicName: org.eclipse.rse.connectorservice.dstore
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.connectorservice.dstore.Activator Bundle-Activator: org.eclipse.rse.connectorservice.dstore.Activator
@ -16,4 +16,4 @@ Require-Bundle: org.eclipse.ui,
Eclipse-LazyStart: true Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.connectorservice.dstore, Export-Package: org.eclipse.rse.connectorservice.dstore,
org.eclipse.rse.connectorservice.dstore.util org.eclipse.rse.connectorservice.dstore.util
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Dstore Connector Service pluginName = RSE Dstore Connector Service
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.connectorservice.local Bundle-SymbolicName: org.eclipse.rse.connectorservice.local
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.connectorservice.local.Activator Bundle-Activator: org.eclipse.rse.connectorservice.local.Activator
@ -12,4 +12,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.ui org.eclipse.rse.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.connectorservice.local Export-Package: org.eclipse.rse.connectorservice.local
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Local Connector Service pluginName = RSE Local Connector Service
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.core;singleton:=true Bundle-SymbolicName: org.eclipse.rse.core;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.core.RSECorePlugin Bundle-Activator: org.eclipse.rse.core.RSECorePlugin
@ -19,4 +19,4 @@ Export-Package: org.eclipse.rse.core,
org.eclipse.rse.internal.references, org.eclipse.rse.internal.references,
org.eclipse.rse.persistence, org.eclipse.rse.persistence,
org.eclipse.rse.persistence.dom org.eclipse.rse.persistence.dom
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Core pluginName = RSE Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.dstore.security; singleton:=true Bundle-SymbolicName: org.eclipse.rse.dstore.security; singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.dstore.security.UniversalSecurityPlugin Bundle-Activator: org.eclipse.rse.dstore.security.UniversalSecurityPlugin
@ -18,4 +18,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.subsystems.shells.core, org.eclipse.rse.subsystems.shells.core,
org.eclipse.rse.ui org.eclipse.rse.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -16,7 +16,8 @@
# NLS_MESSAGEFORMAT_VAR # NLS_MESSAGEFORMAT_VAR
plugin.name = RSE Dstore SSL Support pluginName = RSE Dstore SSL Support
providerName = Eclipse.org
KeystoreProviderName = Universal Keystore Provider KeystoreProviderName = Universal Keystore Provider
PreferencePage.SSL = SSL PreferencePage.SSL = SSL

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.eclipse.filesystem; singleton:=true Bundle-SymbolicName: org.eclipse.rse.eclipse.filesystem; singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.eclipse.filesystem.Activator Bundle-Activator: org.eclipse.rse.eclipse.filesystem.Activator
@ -16,4 +16,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.ide, org.eclipse.ui.ide,
org.eclipse.rse.core org.eclipse.rse.core
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -16,4 +16,5 @@
# NLS_MESSAGEFORMAT_VAR # NLS_MESSAGEFORMAT_VAR
plugin.name = RSE EFS Support pluginName = RSE EFS Support
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.files.ui;singleton:=true Bundle-SymbolicName: org.eclipse.rse.files.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.files.ui.Activator Bundle-Activator: org.eclipse.rse.files.ui.Activator
@ -31,4 +31,4 @@ Export-Package: org.eclipse.rse.files.ui,
org.eclipse.rse.files.ui.view, org.eclipse.rse.files.ui.view,
org.eclipse.rse.files.ui.widgets, org.eclipse.rse.files.ui.widgets,
org.eclipse.rse.files.ui.wizards org.eclipse.rse.files.ui.wizards
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Files UI pluginName = RSE Files UI
providerName = Eclipse.org
PreferencePage.UniversalFiles = Files PreferencePage.UniversalFiles = Files
PreferencePage.Cache = File Cache PreferencePage.Cache = File Cache

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.logging;singleton:=true Bundle-SymbolicName: org.eclipse.rse.logging;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.logging.RemoteSystemsLoggingPlugin Bundle-Activator: org.eclipse.rse.logging.RemoteSystemsLoggingPlugin
@ -11,4 +11,4 @@ Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.logging, Export-Package: org.eclipse.rse.logging,
org.eclipse.rse.logging.performance, org.eclipse.rse.logging.performance,
org.eclipse.rse.logging.ui org.eclipse.rse.logging.ui
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -20,7 +20,8 @@
# NLS_MESSAGEFORMAT_VAR # NLS_MESSAGEFORMAT_VAR
plugin.name = RSE Logging pluginName = RSE Logging
providerName = Eclipse.org
Remote_Systems_Logging = Remote Systems Logging Remote_Systems_Logging = Remote Systems Logging

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.processes.ui;singleton:=true Bundle-SymbolicName: org.eclipse.rse.processes.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.processes.ui.ProcessesPlugin Bundle-Activator: org.eclipse.rse.processes.ui.ProcessesPlugin
@ -32,4 +32,4 @@ Export-Package: org.eclipse.rse.processes.ui,
org.eclipse.rse.processes.ui.propertypages, org.eclipse.rse.processes.ui.propertypages,
org.eclipse.rse.processes.ui.view org.eclipse.rse.processes.ui.view
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -16,7 +16,8 @@
# NLS_MESSAGEFORMAT_VAR # NLS_MESSAGEFORMAT_VAR
plugin.name = RSE Processes UI pluginName = RSE Processes UI
providerName = Eclipse.org
Factory.LocalProcesses = Local Processes Factory.LocalProcesses = Local Processes
PropertyPage.ServerLauncherSettings = Server Launcher Settings PropertyPage.ServerLauncherSettings = Server Launcher Settings

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.dstore Bundle-SymbolicName: org.eclipse.rse.services.dstore
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.dstore.Activator Bundle-Activator: org.eclipse.rse.services.dstore.Activator
@ -24,4 +24,4 @@ Export-Package: org.eclipse.rse.dstore.universal.miners,
org.eclipse.rse.services.dstore.search, org.eclipse.rse.services.dstore.search,
org.eclipse.rse.services.dstore.shells, org.eclipse.rse.services.dstore.shells,
org.eclipse.rse.services.dstore.util org.eclipse.rse.services.dstore.util
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Dstore Services pluginName = RSE Dstore Services
providerName = Eclipse.org

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.files.ftp Bundle-SymbolicName: org.eclipse.rse.services.files.ftp
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.files.ftp.Activator Bundle-Activator: org.eclipse.rse.services.files.ftp.Activator
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.services org.eclipse.rse.services

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE FTP services pluginName = RSE FTP services
providerName = Eclipse.org

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.local;singleton:=true Bundle-SymbolicName: org.eclipse.rse.services.local;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.local.Activator Bundle-Activator: org.eclipse.rse.services.local.Activator
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.services org.eclipse.rse.services

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Local Services pluginName = RSE Local Services
providerName = Eclipse.org

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services Bundle-SymbolicName: org.eclipse.rse.services
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.Activator Bundle-Activator: org.eclipse.rse.services.Activator
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime Require-Bundle: org.eclipse.core.runtime
Eclipse-LazyStart: true Eclipse-LazyStart: true

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Services Framework pluginName = RSE Services Framework
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.shells.ui;singleton:=true Bundle-SymbolicName: org.eclipse.rse.shells.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.shells.ui.Activator Bundle-Activator: org.eclipse.rse.shells.ui.Activator
@ -26,4 +26,4 @@ Export-Package: org.eclipse.rse.shells.ui,
org.eclipse.rse.shells.ui.actions, org.eclipse.rse.shells.ui.actions,
org.eclipse.rse.shells.ui.propertypages, org.eclipse.rse.shells.ui.propertypages,
org.eclipse.rse.shells.ui.view org.eclipse.rse.shells.ui.view
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Shells UI pluginName = RSE Shells UI
providerName = Eclipse.org
View.Commands = Commands View.Commands = Commands
View.RemoteCommands = Remote Shell View.RemoteCommands = Remote Shell

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.core Bundle-SymbolicName: org.eclipse.rse.subsystems.files.core
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.core.Activator Bundle-Activator: org.eclipse.rse.subsystems.files.core.Activator
@ -18,4 +18,4 @@ Export-Package: org.eclipse.rse.internal.subsystems.files.core,
org.eclipse.rse.subsystems.files.core.servicesubsystem, org.eclipse.rse.subsystems.files.core.servicesubsystem,
org.eclipse.rse.subsystems.files.core.subsystems, org.eclipse.rse.subsystems.files.core.subsystems,
org.eclipse.rse.subsystems.files.core.util org.eclipse.rse.subsystems.files.core.util
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Files Core pluginName = RSE Files Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.dstore;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.files.dstore;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.dstore.Activator Bundle-Activator: org.eclipse.rse.subsystems.files.dstore.Activator
@ -20,4 +20,4 @@ Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.subsystems.files.dstore, Export-Package: org.eclipse.rse.subsystems.files.dstore,
org.eclipse.rse.subsystems.files.dstore.model, org.eclipse.rse.subsystems.files.dstore.model,
org.eclipse.rse.subsystems.files.dstore.subsystem org.eclipse.rse.subsystems.files.dstore.subsystem
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Dstore Files pluginName = RSE Dstore Files
providerName = Eclipse.org
Files=Files Files=Files
FilesDescription=This configuration allows you to work with files on local or remote systems using the DataStore protocol. FilesDescription=This configuration allows you to work with files on local or remote systems using the DataStore protocol.

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.ftp;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.files.ftp;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.ftp.Activator Bundle-Activator: org.eclipse.rse.subsystems.files.ftp.Activator
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE FTP Files pluginName = RSE FTP Files
providerName = Eclipse.org
Files=Files Files=Files
FilesDescription=This configuration allows you to work with files on local or remote systems using the FTP protocol. FilesDescription=This configuration allows you to work with files on local or remote systems using the FTP protocol.

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.local;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.files.local;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.local.Activator Bundle-Activator: org.eclipse.rse.subsystems.files.local.Activator
@ -15,6 +15,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.core, org.eclipse.rse.core,
org.eclipse.rse.ui org.eclipse.rse.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.files.local, Export-Package: org.eclipse.rse.subsystems.files.local,
org.eclipse.rse.subsystems.files.local.model org.eclipse.rse.subsystems.files.local.model

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Local Files pluginName = RSE Local Files
providerName = Eclipse.org
Files=Local Files Files=Local Files
FilesDescription=This configuration allows you to work with files on the local system and doesn't require any communication server to be running. FilesDescription=This configuration allows you to work with files on the local system and doesn't require any communication server to be running.

View file

@ -1,9 +1,9 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.core;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.core;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Export-Package: org.eclipse.rse.subsystems.processes.core, Export-Package: org.eclipse.rse.subsystems.processes.core,
org.eclipse.rse.subsystems.processes.core.subsystem, org.eclipse.rse.subsystems.processes.core.subsystem,

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Processes Core pluginName = RSE Processes Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.dstore;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.dstore;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.processes.dstore.Activator Bundle-Activator: org.eclipse.rse.subsystems.processes.dstore.Activator
@ -17,4 +17,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.core, org.eclipse.rse.core,
org.eclipse.rse.ui org.eclipse.rse.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Dstore Processes pluginName = RSE Dstore Processes
providerName = Eclipse.org
Processes=Processes Processes=Processes
ProcessesDescription=This configuration allows you to work with processes on local or remote systems using the DataStore protocol. ProcessesDescription=This configuration allows you to work with processes on local or remote systems using the DataStore protocol.

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.local;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.local;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.processes.local.Activator Bundle-Activator: org.eclipse.rse.subsystems.processes.local.Activator
@ -15,5 +15,5 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.core, org.eclipse.rse.core,
org.eclipse.rse.ui org.eclipse.rse.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.processes.local Export-Package: org.eclipse.rse.subsystems.processes.local

View file

@ -14,6 +14,7 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Local Processes pluginName = RSE Local Processes
providerName = Eclipse.org
Processes=Processes Processes=Processes

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.core Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.core
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.shells.core.Activator Bundle-Activator: org.eclipse.rse.subsystems.shells.core.Activator
@ -19,4 +19,4 @@ Export-Package: org.eclipse.rse.internal.subsystems.shells.servicesubsystem,
org.eclipse.rse.subsystems.shells.core.model, org.eclipse.rse.subsystems.shells.core.model,
org.eclipse.rse.subsystems.shells.core.subsystems, org.eclipse.rse.subsystems.shells.core.subsystems,
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
plugin.name = RSE Shells Core pluginName = RSE Shells Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.dstore;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.dstore;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.shells.dstore.Activator Bundle-Activator: org.eclipse.rse.subsystems.shells.dstore.Activator
@ -18,6 +18,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.ui, org.eclipse.rse.ui,
org.eclipse.rse.subsystems.files.core org.eclipse.rse.subsystems.files.core
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.shells.dstore, Export-Package: org.eclipse.rse.subsystems.shells.dstore,
org.eclipse.rse.subsystems.shells.dstore.model org.eclipse.rse.subsystems.shells.dstore.model

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Dstore Shells pluginName = RSE Dstore Shells
providerName = Eclipse.org
Shells=Shells Shells=Shells
ShellsDescription=This configuration allows you to work with shells and commands on local or remote systems using the DataStore protocol. ShellsDescription=This configuration allows you to work with shells and commands on local or remote systems using the DataStore protocol.

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.local;singleton:=true Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.local;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.shells.local.Activator Bundle-Activator: org.eclipse.rse.subsystems.shells.local.Activator
@ -16,5 +16,5 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.ui, org.eclipse.rse.ui,
org.eclipse.rse.subsystems.files.core org.eclipse.rse.subsystems.files.core
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.shells.local Export-Package: org.eclipse.rse.subsystems.shells.local

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
plugin.name = RSE Local Shells pluginName = RSE Local Shells
providerName = Eclipse.org
Shells=Local Shells Shells=Local Shells
ShellsDescription=This configuration allows you to work with shells and commands on the local system and doesn't require any communication server to be running. ShellsDescription=This configuration allows you to work with shells and commands on the local system and doesn't require any communication server to be running.

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.ui;singleton:=true Bundle-SymbolicName: org.eclipse.rse.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.ui.RSEUIPlugin Bundle-Activator: org.eclipse.rse.ui.RSEUIPlugin
@ -47,4 +47,4 @@ Export-Package: org.eclipse.rse.core,
org.eclipse.rse.ui.widgets, org.eclipse.rse.ui.widgets,
org.eclipse.rse.ui.widgets.services, org.eclipse.rse.ui.widgets.services,
org.eclipse.rse.ui.wizards org.eclipse.rse.ui.wizards
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName

View file

@ -16,7 +16,8 @@
# NLS_MESSAGEFORMAT_VAR # NLS_MESSAGEFORMAT_VAR
plugin.name = RSE UI pluginName = RSE UI
providerName = Eclipse.org
extPoint.subsystemConfigurationss = Remote Subsystem Configurations extPoint.subsystemConfigurationss = Remote Subsystem Configurations
extPoint.popupMenus = Remote Object Popup Menu Actions extPoint.popupMenus = Remote Object Popup Menu Actions

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: RSE Test Framework Example Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.examples.testframework;singleton:=true Bundle-SymbolicName: org.eclipse.rse.examples.testframework;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.junit, Require-Bundle: org.junit,
org.eclipse.rse.tests.framework org.eclipse.rse.tests.framework
Eclipse-LazyStart: true Eclipse-LazyStart: true

View file

@ -1,6 +1,7 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = .,\ bin.includes = META-INF/,\
plugin.xml,\ plugin.properties,\
META-INF/,\ plugin.xml,\
scripts/ scripts/,\
.

View file

@ -0,0 +1,14 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = RSE Test Framework Examples
providerName = Eclipse.org

View file

@ -1,17 +1,17 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: RSE Test Framework Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.tests.framework;singleton:=true Bundle-SymbolicName: org.eclipse.rse.tests.framework;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.tests.framework.TestFrameworkPlugin Bundle-Activator: org.eclipse.rse.tests.framework.TestFrameworkPlugin
Bundle-Vendor: Eclipse.org Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Export-Package: org.eclipse.rse.tests.framework, Export-Package: org.eclipse.rse.tests.framework,
org.eclipse.rse.tests.framework.scripting org.eclipse.rse.tests.framework.scripting
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui, org.eclipse.ui,
org.eclipse.jface.text, org.eclipse.jface.text,
org.eclipse.help, org.eclipse.help,
org.eclipse.core.resources, org.eclipse.core.resources,
org.junit org.junit
Eclipse-LazyStart: true Eclipse-LazyStart: true

View file

@ -1,9 +1,11 @@
bin.includes = .,\ bin.includes = META-INF/,\
plugin.xml,\ plugin.xml,\
toc.xml,\ plugin.properties,\
html/,\ toc.xml,\
icons/,\ html/,\
schema/ icons/,\
jars.compile.order = . schema/,\
source.. = src/ .
output.. = bin/ jars.compile.order = .
source.. = src/
output.. = bin/

View file

@ -0,0 +1,14 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. 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:
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName = RSE Test Framework
providerName = Eclipse.org