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

Creating SDK feature, fixing feature branding, adding qualifiers to elements.

This commit is contained in:
David Dykstal 2006-05-01 22:53:53 +00:00
parent a0805603a6
commit 1d892b3fc4
80 changed files with 203 additions and 94 deletions

View file

@ -2,4 +2,3 @@ bin.includes = feature.xml,\
license.html,\
feature.properties,\
epl-v10.html
generate.feature@org.eclipse.rse.core.source=org.eclipse.rse.core

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.rse.core"
label="%featureName"
version="1.0.0"
version="1.0.0.qualifier"
provider-name="%providerName">
<description>
@ -18,10 +18,6 @@
<discovery label="%updateSiteName" url="http://update.eclipse.org/updates/3.2"/>
</url>
<includes
id="org.eclipse.rse.core.source"
version="0.0.0"/>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>

View file

@ -13,8 +13,10 @@
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.
#
# Do not translate any values surrounded by {}
blurb=RSE Core Source\n\
blurb=Remote System Explorer Core Source\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\

View file

@ -2,4 +2,3 @@ bin.includes = feature.xml,\
license.html,\
feature.properties,\
epl-v10.html
generate.feature@org.eclipse.rse.dstore.source=org.eclipse.rse.dstore

View file

@ -2,8 +2,9 @@
<feature
id="org.eclipse.rse.dstore"
label="%featureName"
version="1.0.0"
provider-name="%providerName">
version="1.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.dstore">
<description>
%description
@ -18,10 +19,6 @@
<discovery label="%updateSiteName" url="http://update.eclipse.org/updates/3.2"/>
</url>
<includes
id="org.eclipse.rse.dstore.source"
version="0.0.0"/>
<requires>
<import feature="org.eclipse.rse.core"/>
<import plugin="org.eclipse.ui"/>

View file

@ -13,8 +13,10 @@
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.
#
# Do not translate any values surrounded by {}
blurb=RSE DStore Services Source\n\
blurb=Remote System Explorer DStore Services Source\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\

View file

@ -2,4 +2,3 @@ bin.includes = feature.xml,\
feature.properties,\
license.html,\
epl-v10.html
generate.feature@org.eclipse.rse.ftp.source=org.eclipse.rse.ftp

View file

@ -2,8 +2,9 @@
<feature
id="org.eclipse.rse.ftp"
label="%featureName"
version="1.0.0"
provider-name="%providerName">
version="1.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.files.ftp">
<description>
%description
@ -18,10 +19,6 @@
<discovery label="%updateSiteName" url="http://update.eclipse.org/updates/3.2"/>
</url>
<includes
id="org.eclipse.rse.ftp.source"
version="0.0.0"/>
<requires>
<import feature="org.eclipse.rse.core"/>
<import plugin="org.eclipse.ui"/>

View file

@ -13,8 +13,10 @@
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.
#
# Do not translate any values surrounded by {}
blurb=RSE FTP Services Source\n\
blurb=Remote System Explorer FTP Services Source\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\

View file

@ -2,4 +2,3 @@ bin.includes = feature.xml,\
feature.properties,\
license.html,\
epl-v10.html
generate.feature@org.eclipse.rse.local.source=org.eclipse.rse.local

View file

@ -2,8 +2,9 @@
<feature
id="org.eclipse.rse.local"
label="%featureName"
version="1.0.0"
provider-name="%providerName">
version="1.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.local">
<description>
%description
@ -18,10 +19,6 @@
<discovery label="%updateSiteName" url="http://update.eclipse.org/updates/3.2"/>
</url>
<includes
id="org.eclipse.rse.local.source"
version="0.0.0"/>
<requires>
<import feature="org.eclipse.rse.core"/>
<import plugin="org.eclipse.ui"/>

View file

@ -13,8 +13,10 @@
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.
#
# Do not translate any values surrounded by {}
blurb=RSE Local Services Source\n\
blurb=Remote System Explorer Local Services Source\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.dstore.core
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.dstore.core.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.dstore.extra
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.dstore.extra.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -7,4 +7,3 @@ source.. = src/
output.. = bin/
source.dstore_extra_server.jar = server/
output.dstore_extra_server.jar = server.bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.connectorservice.dstore
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.connectorservice.dstore.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -4,4 +4,3 @@ bin.includes = .,\
plugin.properties
source.. = src/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.connectorservice.local
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.connectorservice.local.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -4,4 +4,3 @@ bin.includes = .,\
plugin.properties
source.. = src/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.core;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.core.RSECorePlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime

View file

@ -0,0 +1,27 @@
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb
# Property "windowImage" contains path to window icon (16x16)
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
featureImage=eclipse32.gif
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
# Property "appName" contains name of the application (not translated)
# needed for primary features only
# Property "welcomePage" contains path to welcome page (special XML-based format)
# optional
# Property "welcomePerspective" contains the id of the perspective in which the
# welcome page is to be opened.
# optional

View file

@ -0,0 +1,6 @@
# about.mappings
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=@build@

View file

@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm/
Visit http://www.eclipse.org/dsdp/tm

View file

@ -4,7 +4,9 @@ bin.includes = META-INF/,\
about.properties,\
about.html,\
.,\
schema/
schema/,\
about.ini,\
about.mappings,\
eclipse32.gif
source.. = src/
output.. = bin/
src.includes = about.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.dstore.security; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.dstore.security.UniversalSecurityPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.eclipse.filesystem; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.eclipse.filesystem.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -5,4 +5,3 @@ bin.includes = META-INF/,\
.
source.. = src/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.files.ui;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.files.ui.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.logging;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.logging.RemoteSystemsLoggingPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -8,4 +8,3 @@ bin.includes = HelpContexts.xml,\
META-INF/
source.. = src/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.processes.ui;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.processes.ui.ProcessesPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -9,4 +9,3 @@ bin.includes = META-INF/,\
.
source.. = src/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.services.dstore
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.dstore.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,

View file

@ -0,0 +1,27 @@
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb
# Property "windowImage" contains path to window icon (16x16)
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
featureImage=eclipse32.gif
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
# Property "appName" contains name of the application (not translated)
# needed for primary features only
# Property "welcomePage" contains path to welcome page (special XML-based format)
# optional
# Property "welcomePerspective" contains the id of the perspective in which the
# welcome page is to be opened.
# optional

View file

@ -0,0 +1,6 @@
# about.mappings
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=@build@

View file

@ -16,10 +16,10 @@
#
# Do not translate any values surrounded by {}
blurb=Remote System Explorer dstore services\n\
blurb=Remote System Explorer DStore Services\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm/
Visit http://www.eclipse.org/dsdp/tm

View file

@ -3,10 +3,12 @@ bin.includes = META-INF/,\
about.properties,\
plugin.properties,\
dstore_miners.jar,\
.
.,\
about.ini,\
about.mappings,\
eclipse32.gif
source.. = src/,miners/
output.. = bin/
jars.compile.order = dstore_miners.jar,.
source.dstore_miners.jar = miners/
output.dstore_miners.jar = miners.bin/
src.includes = about.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.services.files.ftp
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.files.ftp.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin

View file

@ -0,0 +1,27 @@
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb
# Property "windowImage" contains path to window icon (16x16)
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
featureImage=eclipse32.gif
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
# Property "appName" contains name of the application (not translated)
# needed for primary features only
# Property "welcomePage" contains path to welcome page (special XML-based format)
# optional
# Property "welcomePerspective" contains the id of the perspective in which the
# welcome page is to be opened.
# optional

View file

@ -0,0 +1,6 @@
# about.mappings
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=@build@

View file

@ -16,10 +16,10 @@
#
# Do not translate any values surrounded by {}
blurb=Remote System Explorer FTP services\n\
blurb=Remote System Explorer FTP Services\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm/
Visit http://www.eclipse.org/dsdp/tm

View file

@ -2,7 +2,9 @@ bin.includes = META-INF/,\
about.html,\
about.properties,\
plugin.properties,\
.
.,\
about.ini,\
about.mappings,\
eclipse32.gif
source.. = src/
output.. = bin/
src.includes = about.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

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

View file

@ -0,0 +1,27 @@
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb
# Property "windowImage" contains path to window icon (16x16)
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
featureImage=eclipse32.gif
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
# Property "appName" contains name of the application (not translated)
# needed for primary features only
# Property "welcomePage" contains path to welcome page (special XML-based format)
# optional
# Property "welcomePerspective" contains the id of the perspective in which the
# welcome page is to be opened.
# optional

View file

@ -0,0 +1,6 @@
# about.mappings
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=@build@

View file

@ -16,10 +16,10 @@
#
# Do not translate any values surrounded by {}
blurb=Remote System Explorer local services\n\
blurb=Remote System Explorer Local Services\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm/
Visit http://www.eclipse.org/dsdp/tm

View file

@ -3,7 +3,9 @@ bin.includes = META-INF/,\
about.properties,\
plugin.properties,\
.,\
patterns.dat
patterns.dat,\
about.ini,\
about.mappings,\
eclipse32.gif
source.. = src/
output.. = bin/
src.includes = about.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.services
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin

View file

@ -8,4 +8,3 @@ source.clientserver.jar = clientserver/
output.clientserver.jar = clientserver.bin/
source.. = src/,clientserver/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.shells.ui;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.shells.ui.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.core
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.core.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -4,4 +4,3 @@ bin.includes = META-INF/,\
.
source.. = src/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.dstore;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.dstore.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.ftp;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.ftp.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.local;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.local.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

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

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.dstore;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.processes.dstore.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -6,4 +6,3 @@ bin.includes = META-INF/,\
.
source.. = src/
output.. = bin/
src.includes = build.properties

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.local;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.processes.local.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.core
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.shells.core.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -4,4 +4,3 @@ bin.includes = META-INF/,\
.
source.. = src/
output.. = bin/
src.includes = about.html

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.dstore;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.shells.dstore.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.local;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.shells.local.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

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

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.ui;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.ui.RSEUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -8,7 +8,6 @@ bin.includes = HelpContexts.xml,\
about.html,\
META-INF/,\
schema/
src.includes = about.html
output.. = bin/
source.. = references/,\
filters/,\