1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +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
Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery RSE Plug-in
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.discovery;singleton:=true
Bundle-Version: 1.0.0
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.model
Eclipse-LazyStart: true
Bundle-Vendor: Symbian
Bundle-Vendor: %providerName

View file

@ -1,4 +1,6 @@
source.. = src/
output.. = bin/
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
Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery Engine Plug-in
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.engine;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.engine.Activator
@ -15,4 +15,4 @@ Export-Package: org.eclipse.tm.discovery.engine,
org.eclipse.tm.discovery.transport
Import-Package: org.eclipse.tm.discovery.model,
org.eclipse.tm.discovery.model.util
Bundle-Vendor: Symbian
Bundle-Vendor: %providerName

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,6 @@
source.. = src/
output.. = bin/
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
Bundle-ManifestVersion: 2
Bundle-Name: UDP Transport Plug-in
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.transport.udp;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.transport.udp.Activator
Bundle-Vendor: Symbian
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,

View file

@ -1,4 +1,6 @@
source.. = src/
output.. = bin/
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
Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery View Plug-in
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.view;singleton:=true
Bundle-Version: 1.0.0
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.util
Export-Package: org.eclipse.tm.discovery.view
Bundle-Vendor: Symbian
Bundle-Vendor: %providerName

View file

@ -1,9 +1,10 @@
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
bin.includes = META-INF/,\
about.html,\
plugin.properties,\
plugin.xml,\
icons/,\
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
Bundle-ManifestVersion: 2
Bundle-Name: Service Discovery Wizard Pages Plug-in
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.wizard
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.tm.discovery.wizard.Activator
@ -14,4 +14,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.tm.discovery.model.edit
Eclipse-LazyStart: true
Export-Package: org.eclipse.tm.discovery.wizard
Bundle-Vendor: Symbian
Bundle-Vendor: %providerName

View file

@ -1,4 +1,6 @@
source.. = src/
output.. = bin/
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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.examples.daytime;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.examples.daytime.Activator
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.rse.subsystems.files.ftp,
org.eclipse.rse.ui,

View file

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

View file

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

View file

@ -14,6 +14,7 @@ bin.includes = META-INF/,\
.,\
about.html,\
icons/,\
plugin.properties,\
plugin.xml,\
rseSamplesMessages.xml
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
Bundle-ManifestVersion: 2
Bundle-Name: Remote CDT Plug-in
Bundle-Name: %pluginName
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-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
@ -26,4 +26,4 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.core,
org.eclipse.rse.subsystems.files.core
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

@ -1,10 +1,11 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
plugin.properties,\
plugin.xml,\
icons/,\
plugin.xml
.
src.includes = META-INF/,\
about.html,\
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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dstore.core
Bundle-Version: 1.0.0.qualifier
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.util,
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
###############################################################################
plugin.name = RSE Dstore Core
pluginName = RSE Dstore Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dstore.extra
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.dstore.extra.Activator
@ -10,4 +10,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.views
Eclipse-LazyStart: true
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
###############################################################################
plugin.name = RSE Dstore Platform Support
pluginName = RSE Dstore Platform Support
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.connectorservice.dstore
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.connectorservice.dstore.Activator
@ -16,4 +16,4 @@ Require-Bundle: org.eclipse.ui,
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.connectorservice.dstore,
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
###############################################################################
plugin.name = RSE Dstore Connector Service
pluginName = RSE Dstore Connector Service
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.connectorservice.local
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.connectorservice.local.Activator
@ -12,4 +12,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.ui
Eclipse-LazyStart: true
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
###############################################################################
plugin.name = RSE Local Connector Service
pluginName = RSE Local Connector Service
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.persistence,
org.eclipse.rse.persistence.dom
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

@ -9,4 +9,5 @@
# 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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.dstore.security; singleton:=true
Bundle-Version: 1.0.0.qualifier
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.ui
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

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

View file

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

View file

@ -16,4 +16,5 @@
# 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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.files.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.widgets,
org.eclipse.rse.files.ui.wizards
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.processes.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.view
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

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

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.dstore
Bundle-Version: 1.0.0.qualifier
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.shells,
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
###############################################################################
plugin.name = RSE Dstore Services
pluginName = RSE Dstore Services
providerName = Eclipse.org

View file

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

View file

@ -9,4 +9,5 @@
# 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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.local;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.local.Activator
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.services

View file

@ -9,4 +9,5 @@
# 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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.Activator
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime
Eclipse-LazyStart: true

View file

@ -9,4 +9,5 @@
# 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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.shells.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.propertypages,
org.eclipse.rse.shells.ui.view
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

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

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.core
Bundle-Version: 1.0.0.qualifier
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.subsystems,
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
###############################################################################
plugin.name = RSE Files Core
pluginName = RSE Files Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.dstore;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.dstore.Activator
@ -20,4 +20,4 @@ Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.subsystems.files.dstore,
org.eclipse.rse.subsystems.files.dstore.model,
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.
################################################################################
plugin.name = RSE Dstore Files
pluginName = RSE Dstore Files
providerName = Eclipse.org
Files=Files
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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.ftp;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.ftp.Activator
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
plugin.name = RSE FTP Files
pluginName = RSE FTP Files
providerName = Eclipse.org
Files=Files
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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.local;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.ui
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.files.local,
org.eclipse.rse.subsystems.files.local.model

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
plugin.name = RSE Local Files
pluginName = RSE Local Files
providerName = Eclipse.org
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.

View file

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

View file

@ -9,4 +9,5 @@
# 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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.dstore;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.ui
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
plugin.name = RSE Dstore Processes
pluginName = RSE Dstore Processes
providerName = Eclipse.org
Processes=Processes
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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.local;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.ui
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.processes.local

View file

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

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.core
Bundle-Version: 1.0.0.qualifier
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.subsystems,
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
###############################################################################
plugin.name = RSE Shells Core
pluginName = RSE Shells Core
providerName = Eclipse.org

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.dstore;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.subsystems.files.core
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.shells.dstore,
org.eclipse.rse.subsystems.shells.dstore.model

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
plugin.name = RSE Dstore Shells
pluginName = RSE Dstore Shells
providerName = Eclipse.org
Shells=Shells
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
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.local;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.subsystems.files.core
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName
Export-Package: org.eclipse.rse.subsystems.shells.local

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
plugin.name = RSE Local Shells
pluginName = RSE Local Shells
providerName = Eclipse.org
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.

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
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.services,
org.eclipse.rse.ui.wizards
Bundle-Vendor: Eclipse.org
Bundle-Vendor: %providerName

View file

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

View file

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

View file

@ -1,6 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = .,\
plugin.xml,\
META-INF/,\
scripts/
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
plugin.properties,\
plugin.xml,\
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
Bundle-ManifestVersion: 2
Bundle-Name: RSE Test Framework
Bundle-SymbolicName: org.eclipse.rse.tests.framework;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.rse.tests.framework.TestFrameworkPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: org.eclipse.rse.tests.framework,
org.eclipse.rse.tests.framework.scripting
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.jface.text,
org.eclipse.help,
org.eclipse.core.resources,
org.junit
Eclipse-LazyStart: true
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.tests.framework;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.tests.framework.TestFrameworkPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.rse.tests.framework,
org.eclipse.rse.tests.framework.scripting
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.jface.text,
org.eclipse.help,
org.eclipse.core.resources,
org.junit
Eclipse-LazyStart: true

View file

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