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:
parent
4d626b6b9e
commit
7e823836c8
89 changed files with 333 additions and 157 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
.
|
||||
|
|
13
discovery/org.eclipse.rse.discovery/plugin.properties
Normal file
13
discovery/org.eclipse.rse.discovery/plugin.properties
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
about.html,\
|
||||
plugin.xml
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
.
|
||||
src.includes = about.html
|
||||
|
|
13
discovery/org.eclipse.tm.discovery.engine/plugin.properties
Normal file
13
discovery/org.eclipse.tm.discovery.engine/plugin.properties
Normal 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
|
|
@ -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/
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ====================================================================
|
||||
|
||||
pluginName = Service Discovery Edit Support
|
||||
providerName = Symbian
|
||||
providerName = Eclipse.org
|
||||
|
||||
_UI_CreateChild_text = {0}
|
||||
_UI_CreateChild_text2 = {1} {0}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
source.. = src/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
src/,\
|
||||
about.html
|
||||
.
|
||||
src.includes = about.html
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
# ====================================================================
|
||||
|
||||
pluginName = Service Discovery Model
|
||||
providerName = Symbian
|
||||
providerName = Eclipse.org
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
.
|
||||
|
|
|
@ -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
|
|
@ -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,
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
.
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
13
discovery/org.eclipse.tm.discovery.view/plugin.properties
Normal file
13
discovery/org.eclipse.tm.discovery.view/plugin.properties
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
.
|
||||
|
|
13
discovery/org.eclipse.tm.discovery.wizard/plugin.properties
Normal file
13
discovery/org.eclipse.tm.discovery.wizard/plugin.properties
Normal 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
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -14,6 +14,7 @@ bin.includes = META-INF/,\
|
|||
.,\
|
||||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
rseSamplesMessages.xml
|
||||
src.includes = META-INF/,\
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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/,\
|
||||
|
|
13
rse/examples/org.eclipse.rse.remotecdt/plugin.properties
Normal file
13
rse/examples/org.eclipse.rse.remotecdt/plugin.properties
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Dstore Core
|
||||
pluginName = RSE Dstore Core
|
||||
providerName = Eclipse.org
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Dstore Platform Support
|
||||
pluginName = RSE Dstore Platform Support
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Dstore Connector Service
|
||||
pluginName = RSE Dstore Connector Service
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Local Connector Service
|
||||
pluginName = RSE Local Connector Service
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Core
|
||||
pluginName = RSE Core
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -16,4 +16,5 @@
|
|||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
||||
plugin.name = RSE EFS Support
|
||||
pluginName = RSE EFS Support
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
||||
plugin.name = RSE Logging
|
||||
pluginName = RSE Logging
|
||||
providerName = Eclipse.org
|
||||
|
||||
Remote_Systems_Logging = Remote Systems Logging
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Dstore Services
|
||||
pluginName = RSE Dstore Services
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE FTP services
|
||||
pluginName = RSE FTP services
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Local Services
|
||||
pluginName = RSE Local Services
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Services Framework
|
||||
pluginName = RSE Services Framework
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Files Core
|
||||
pluginName = RSE Files Core
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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,
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Processes Core
|
||||
pluginName = RSE Processes Core
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
# {Name} (company) - description of contribution.
|
||||
################################################################################
|
||||
|
||||
plugin.name = RSE Local Processes
|
||||
pluginName = RSE Local Processes
|
||||
providerName = Eclipse.org
|
||||
|
||||
Processes=Processes
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE Shells Core
|
||||
pluginName = RSE Shells Core
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/,\
|
||||
.
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
14
rse/tests/org.eclipse.rse.tests.framework/plugin.properties
Normal file
14
rse/tests/org.eclipse.rse.tests.framework/plugin.properties
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue