mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 06:35:28 +02:00
Jar up the entire plugin.
This commit is contained in:
parent
e3a06a5439
commit
79ec2c1a87
50 changed files with 97 additions and 162 deletions
|
@ -1,9 +1,10 @@
|
|||
bin.includes = .,\
|
||||
dstore_core.jar,\
|
||||
plugin.properties,\
|
||||
about.html,\
|
||||
META-INF/
|
||||
src.includes = about.html
|
||||
source.. = src/
|
||||
output.. = bin1/
|
||||
output.. = bin/
|
||||
source.dstore_core.jar = src/
|
||||
output.dstore_core.jar = bin2/
|
||||
output.dstore_core.jar = dstore_core.bin/
|
||||
|
|
|
@ -11,4 +11,3 @@ Require-Bundle: org.eclipse.ui,
|
|||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.dstore.extra.internal.extra
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: dstore_extra.jar
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
bin.includes = about.html,\
|
||||
bin.includes = .,\
|
||||
about.html,\
|
||||
META-INF/,\
|
||||
plugin.properties,\
|
||||
dstore_extra.jar
|
||||
jars.compile.order = dstore_extra.jar
|
||||
source.dstore_extra.jar = src/
|
||||
output.dstore_extra.jar = bin/
|
||||
dstore_extra_server.jar,\
|
||||
plugin.properties
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
source.dstore_extra_server.jar = server/
|
||||
output.dstore_extra_server.jar = bin2/
|
||||
output.dstore_extra_server.jar = server.bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -17,4 +17,3 @@ Eclipse-LazyStart: true
|
|||
Export-Package: org.eclipse.rse.connectorservice.dstore,
|
||||
org.eclipse.rse.connectorservice.dstore.util
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: dstore_connector_service.jar
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
bin.includes = META-INF/,\
|
||||
bin.includes = .,\
|
||||
META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
dstore_connector_service.jar
|
||||
source.dstore_connector_service.jar = src/
|
||||
jars.compile.order = dstore_connector_service.jar
|
||||
output.dstore_connector_service.jar = bin/
|
||||
plugin.properties
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -12,4 +12,3 @@ Require-Bundle: org.eclipse.ui,
|
|||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.rse.connectorservice.local
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: local_connector_service.jar
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
bin.includes = META-INF/,\
|
||||
bin.includes = .,\
|
||||
META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
local_connector_service.jar
|
||||
source.local_connector_service.jar = src/
|
||||
jars.compile.order = local_connector_service.jar
|
||||
output.local_connector_service.jar = bin/
|
||||
plugin.properties
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -8,4 +8,3 @@ Bundle-Localization: plugin
|
|||
Require-Bundle: org.eclipse.core.runtime
|
||||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.rse.core
|
||||
Bundle-ClassPath: rsecore.jar
|
||||
|
|
|
@ -3,9 +3,8 @@ bin.includes = META-INF/,\
|
|||
plugin.properties,\
|
||||
about.properties,\
|
||||
about.html,\
|
||||
rsecore.jar,\
|
||||
.,\
|
||||
schema/
|
||||
source.rsecore.jar = src/
|
||||
jars.compile.order = rsecore.jar
|
||||
output.rsecore.jar = bin/
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -19,4 +19,3 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.ui
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: dstore_security.jar
|
||||
|
|
|
@ -2,13 +2,8 @@ bin.includes = about.html,\
|
|||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
dstore_security.jar,\
|
||||
schema/,\
|
||||
about.htm,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
about.ini,\
|
||||
.,\
|
||||
META-INF/
|
||||
source.dstore_security.jar = src/
|
||||
output.dstore_security.jar = bin/
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -2,8 +2,7 @@ bin.includes = META-INF/,\
|
|||
plugin.xml,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
rse_filesystem.jar
|
||||
jars.compile.order = rse_filesystem.jar
|
||||
source.rse_filesystem.jar = src/
|
||||
output.rse_filesystem.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -32,4 +32,3 @@ Export-Package: org.eclipse.rse.files.ui,
|
|||
org.eclipse.rse.files.ui.widgets,
|
||||
org.eclipse.rse.files.ui.wizards
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: files_ui.jar
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties,\
|
||||
files_ui.jar
|
||||
source.files_ui.jar = src/
|
||||
jars.compile.order = files_ui.jar
|
||||
output.files_ui.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -11,4 +11,3 @@ Eclipse-LazyStart: true
|
|||
Export-Package: org.eclipse.rse.logging,
|
||||
org.eclipse.rse.logging.performance
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: systemslogging.jar
|
||||
|
|
|
@ -3,16 +3,9 @@ bin.includes = HelpContexts.xml,\
|
|||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
style/,\
|
||||
systemslogging.jar,\
|
||||
about.ini,\
|
||||
about.htm,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
.,\
|
||||
about.html,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
META-INF/
|
||||
jars.compile.order = systemslogging.jar
|
||||
source.systemslogging.jar = src/
|
||||
output.systemslogging.jar = bin/
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -32,4 +32,3 @@ Export-Package: org.eclipse.rse.processes.ui,
|
|||
org.eclipse.rse.processes.ui.view
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: processes_ui.jar
|
||||
|
|
|
@ -6,8 +6,7 @@ bin.includes = META-INF/,\
|
|||
messageFile.dtd,\
|
||||
plugin.properties,\
|
||||
systemmessages.xml,\
|
||||
processes_ui.jar
|
||||
source.processes_ui.jar = src/
|
||||
jars.compile.order = processes_ui.jar
|
||||
output.processes_ui.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -25,5 +25,3 @@ Export-Package: org.eclipse.rse.dstore.universal.miners,
|
|||
org.eclipse.rse.services.dstore.shells,
|
||||
org.eclipse.rse.services.dstore.util
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: dstore_services.jar,
|
||||
dstore_miners.jar
|
||||
|
|
|
@ -2,12 +2,11 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
about.properties,\
|
||||
plugin.properties,\
|
||||
dstore_services.jar,\
|
||||
dstore_miners.jar
|
||||
source.dstore_services.jar = src/
|
||||
output.dstore_services.jar = bin/
|
||||
jars.compile.order = dstore_miners.jar,\
|
||||
dstore_services.jar
|
||||
dstore_miners.jar,\
|
||||
.
|
||||
source.. = src/,miners/
|
||||
output.. = bin/
|
||||
jars.compile.order = dstore_miners.jar,.
|
||||
source.dstore_miners.jar = miners/
|
||||
output.dstore_miners.jar = bin/
|
||||
output.dstore_miners.jar = miners.bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -11,4 +11,3 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.services
|
||||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.rse.services.files.ftp
|
||||
Bundle-ClassPath: ftpfiles.jar
|
||||
|
|
|
@ -2,8 +2,7 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
about.properties,\
|
||||
plugin.properties,\
|
||||
ftpfiles.jar
|
||||
source.ftpfiles.jar = src/
|
||||
jars.compile.order = ftpfiles.jar
|
||||
output.ftpfiles.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -17,4 +17,3 @@ Export-Package: org.eclipse.rse.internal.services.local.search,
|
|||
org.eclipse.rse.services.local.processes,
|
||||
org.eclipse.rse.services.local.search,
|
||||
org.eclipse.rse.services.local.shells
|
||||
Bundle-ClassPath: localfiles.jar
|
||||
|
|
|
@ -2,9 +2,8 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
about.properties,\
|
||||
plugin.properties,\
|
||||
localfiles.jar,\
|
||||
.,\
|
||||
patterns.dat
|
||||
source.localfiles.jar = src/
|
||||
jars.compile.order = localfiles.jar
|
||||
output.localfiles.jar = bin/
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -22,5 +22,3 @@ Export-Package: org.eclipse.rse.services,
|
|||
org.eclipse.rse.services.processes,
|
||||
org.eclipse.rse.services.search,
|
||||
org.eclipse.rse.services.shells
|
||||
Bundle-ClassPath: clientserver.jar,
|
||||
services.jar
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
services.jar,\
|
||||
clientserver.jar
|
||||
jars.compile.order = clientserver.jar,\
|
||||
services.jar
|
||||
.
|
||||
jars.compile.order = clientserver.jar,.
|
||||
source.clientserver.jar = clientserver/
|
||||
output.clientserver.jar = bin/
|
||||
source.services.jar = src/
|
||||
output.services.jar = bin/
|
||||
output.clientserver.jar = clientserver.bin/
|
||||
source.. = src/,clientserver/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -26,4 +26,3 @@ Export-Package: org.eclipse.rse.shells.ui,
|
|||
org.eclipse.rse.shells.ui.propertypages,
|
||||
org.eclipse.rse.shells.ui.view
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: shells_ui.jar
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties,\
|
||||
shells_ui.jar
|
||||
source.shells_ui.jar = src/
|
||||
jars.compile.order = shells_ui.jar
|
||||
output.shells_ui.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -18,4 +18,3 @@ Export-Package: org.eclipse.rse.internal.subsystems.files.core,
|
|||
org.eclipse.rse.subsystems.files.core.subsystems,
|
||||
org.eclipse.rse.subsystems.files.core.util
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: files_core.jar
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
files_core.jar
|
||||
jars.compile.order = files_core.jar
|
||||
source.files_core.jar = src/
|
||||
output.files_core.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -20,4 +20,3 @@ 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-ClassPath: filesDstore.jar
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
filesDstore.jar
|
||||
jars.compile.order = filesDstore.jar
|
||||
source.filesDstore.jar = src/
|
||||
output.filesDstore.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -17,4 +17,3 @@ Eclipse-LazyStart: true
|
|||
Export-Package: org.eclipse.rse.subsystems.files.ftp,
|
||||
org.eclipse.rse.subsystems.files.ftp.connectorservice,
|
||||
org.eclipse.rse.subsystems.files.ftp.model
|
||||
Bundle-ClassPath: filesFTP.jar
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
filesFTP.jar
|
||||
jars.compile.order = filesFTP.jar
|
||||
source.filesFTP.jar = src/
|
||||
output.filesFTP.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -15,6 +15,5 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.ui
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: filesLocal.jar
|
||||
Export-Package: org.eclipse.rse.subsystems.files.local,
|
||||
org.eclipse.rse.subsystems.files.local.model
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
filesLocal.jar
|
||||
jars.compile.order = filesLocal.jar
|
||||
source.filesLocal.jar = src/
|
||||
output.filesLocal.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %plugin.name
|
||||
Bundle-SymbolicName: org.eclipse.rse.subsystems.processes.core;singleton:=true
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-ClassPath: processes.jar
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-Localization: plugin
|
||||
Export-Package: org.eclipse.rse.subsystems.processes.core,
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
processes.jar,\
|
||||
.,\
|
||||
plugin.properties
|
||||
jars.compile.order = processes.jar
|
||||
source.processes.jar = src/
|
||||
output.processes.jar = bin/
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -17,4 +17,3 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.ui
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: processesDstore.jar
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
plugin.properties,\
|
||||
icons/,\
|
||||
plugin.xml,\
|
||||
processesDstore.jar
|
||||
source.processesDstore.jar = src/
|
||||
output.processesDstore.jar = bin/
|
||||
jars.compile.order = processesDstore.jar
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = build.properties
|
||||
|
|
|
@ -15,5 +15,4 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.ui
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: processesLocal.jar
|
||||
Export-Package: org.eclipse.rse.subsystems.processes.local
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
processesLocal.jar
|
||||
source.processesLocal.jar = src/
|
||||
output.processesLocal.jar = bin/
|
||||
jars.compile.order = processesLocal.jar
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -20,4 +20,3 @@ Export-Package: org.eclipse.rse.internal.subsystems.shells.servicesubsystem,
|
|||
org.eclipse.rse.subsystems.shells.core.subsystems,
|
||||
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: shells_core.jar
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
plugin.properties,\
|
||||
shells_core.jar
|
||||
jars.compile.order = shells_core.jar
|
||||
source.shells_core.jar = src/
|
||||
output.shells_core.jar = bin/
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -18,6 +18,5 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.subsystems.files.core
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: shellsDStore.jar
|
||||
Export-Package: org.eclipse.rse.subsystems.shells.dstore,
|
||||
org.eclipse.rse.subsystems.shells.dstore.model
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
shellsDStore.jar
|
||||
source.shellsDStore.jar = src/
|
||||
output.shellsDStore.jar = bin/
|
||||
jars.compile.order = shellsDStore.jar
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -16,5 +16,4 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.subsystems.files.core
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: shellsLocal.jar
|
||||
Export-Package: org.eclipse.rse.subsystems.shells.local
|
||||
|
|
|
@ -3,8 +3,7 @@ bin.includes = META-INF/,\
|
|||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
shellsLocal.jar
|
||||
source.shellsLocal.jar = src/
|
||||
output.shellsLocal.jar = bin/
|
||||
jars.compile.order = shellsLocal.jar
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
|
@ -54,4 +54,3 @@ Export-Package: org.eclipse.rse.core,
|
|||
org.eclipse.rse.ui.widgets.services,
|
||||
org.eclipse.rse.ui.wizards
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-ClassPath: systems.jar
|
||||
|
|
|
@ -1,25 +1,19 @@
|
|||
output.systems.jar = bin/
|
||||
bin.includes = HelpContexts.xml,\
|
||||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
messageFile.dtd,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
systemResources.properties,\
|
||||
systemmessages.xml,\
|
||||
systems.jar,\
|
||||
.,\
|
||||
icons/,\
|
||||
about.htm,\
|
||||
about.html,\
|
||||
META-INF/,\
|
||||
schema/
|
||||
source.systems.jar = references/,\
|
||||
filters/,\
|
||||
model/,\
|
||||
subsystems/,\
|
||||
systems/,\
|
||||
persistence/,\
|
||||
UI/
|
||||
jars.compile.order = systems.jar
|
||||
src.includes = about.html
|
||||
output.. = bin/
|
||||
source.. = references/,\
|
||||
filters/,\
|
||||
model/,\
|
||||
subsystems/,\
|
||||
systems/,\
|
||||
persistence/,\
|
||||
UI/
|
||||
|
|
Loading…
Add table
Reference in a new issue