From 79ec2c1a875ff6d5968f54c5986a613483362c4d Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 25 Apr 2006 21:19:05 +0000 Subject: [PATCH] Jar up the entire plugin. --- .../org.eclipse.dstore.core/build.properties | 5 ++-- .../META-INF/MANIFEST.MF | 1 - .../org.eclipse.dstore.extra/build.properties | 14 +++++------ .../META-INF/MANIFEST.MF | 1 - .../build.properties | 11 ++++----- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 11 ++++----- .../org.eclipse.rse.core/META-INF/MANIFEST.MF | 1 - .../org.eclipse.rse.core/build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 11 +++------ .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../org.eclipse.rse.files.ui/build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../org.eclipse.rse.logging/build.properties | 13 +++------- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 2 -- .../build.properties | 13 +++++----- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 2 -- .../org.eclipse.rse.services/build.properties | 12 ++++------ .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../META-INF/MANIFEST.MF | 1 - .../build.properties | 7 +++--- .../org.eclipse.rse.ui/META-INF/MANIFEST.MF | 1 - .../org.eclipse.rse.ui/build.properties | 24 +++++++------------ 50 files changed, 97 insertions(+), 162 deletions(-) diff --git a/rse/plugins/org.eclipse.dstore.core/build.properties b/rse/plugins/org.eclipse.dstore.core/build.properties index 0b8364f93e1..849ee4120bc 100644 --- a/rse/plugins/org.eclipse.dstore.core/build.properties +++ b/rse/plugins/org.eclipse.dstore.core/build.properties @@ -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/ diff --git a/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF index 37f39ad3fb5..a7c4bf6e9e7 100644 --- a/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.dstore.extra/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.dstore.extra/build.properties b/rse/plugins/org.eclipse.dstore.extra/build.properties index 4db0de14f69..77319918a91 100644 --- a/rse/plugins/org.eclipse.dstore.extra/build.properties +++ b/rse/plugins/org.eclipse.dstore.extra/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.connectorservice.dstore/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.connectorservice.dstore/META-INF/MANIFEST.MF index 50e0aa38dca..a1773ef0c6e 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.dstore/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.connectorservice.dstore/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties b/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties index 8d3c2ec491d..102e3697406 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.connectorservice.local/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.connectorservice.local/META-INF/MANIFEST.MF index 7a4a2cc1b87..0e0f76a87b2 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.local/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.connectorservice.local/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.connectorservice.local/build.properties b/rse/plugins/org.eclipse.rse.connectorservice.local/build.properties index 53ee7b1d637..102e3697406 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.local/build.properties +++ b/rse/plugins/org.eclipse.rse.connectorservice.local/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF index bbbe3970a67..ec7247c7eef 100644 --- a/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.core/build.properties b/rse/plugins/org.eclipse.rse.core/build.properties index 4f61330cccd..a12b3b4f5fd 100644 --- a/rse/plugins/org.eclipse.rse.core/build.properties +++ b/rse/plugins/org.eclipse.rse.core/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.dstore.security/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.dstore.security/META-INF/MANIFEST.MF index b628dd42a89..94fd1684755 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.dstore.security/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.dstore.security/build.properties b/rse/plugins/org.eclipse.rse.dstore.security/build.properties index 6e4e7e39369..3adc8559855 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/build.properties +++ b/rse/plugins/org.eclipse.rse.dstore.security/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties index c79abacba81..d73230f0f86 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.files.ui/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.files.ui/META-INF/MANIFEST.MF index 5b4fb610e0a..45a8a163ff5 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.files.ui/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.files.ui/build.properties b/rse/plugins/org.eclipse.rse.files.ui/build.properties index b467092463e..3b2c7118d58 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.files.ui/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.logging/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.logging/META-INF/MANIFEST.MF index 8e739811f25..922d9d87b1a 100644 --- a/rse/plugins/org.eclipse.rse.logging/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.logging/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.logging/build.properties b/rse/plugins/org.eclipse.rse.logging/build.properties index dacd4ddacf1..f053f1036e3 100644 --- a/rse/plugins/org.eclipse.rse.logging/build.properties +++ b/rse/plugins/org.eclipse.rse.logging/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.processes.ui/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.processes.ui/META-INF/MANIFEST.MF index 42c0ff36e74..a2bc9e126ac 100644 --- a/rse/plugins/org.eclipse.rse.processes.ui/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.processes.ui/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.processes.ui/build.properties b/rse/plugins/org.eclipse.rse.processes.ui/build.properties index f89812b5b74..d35961b86da 100644 --- a/rse/plugins/org.eclipse.rse.processes.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.processes.ui/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.services.dstore/META-INF/MANIFEST.MF index bbc3e20f7dc..b3d04fa2082 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.services.dstore/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/build.properties b/rse/plugins/org.eclipse.rse.services.dstore/build.properties index 9f08cf9e105..1a32ba1de98 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.services.files.ftp/META-INF/MANIFEST.MF index 220bd0772b9..00761ba4220 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties b/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties index 47920cc519a..e45e3361e72 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.local/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.services.local/META-INF/MANIFEST.MF index 3e013b18b16..bf3e0e37fb8 100644 --- a/rse/plugins/org.eclipse.rse.services.local/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.services.local/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.local/build.properties b/rse/plugins/org.eclipse.rse.services.local/build.properties index b2a995530cb..669d3a962a5 100644 --- a/rse/plugins/org.eclipse.rse.services.local/build.properties +++ b/rse/plugins/org.eclipse.rse.services.local/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.services/META-INF/MANIFEST.MF index fc738754219..1616d51500d 100644 --- a/rse/plugins/org.eclipse.rse.services/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.services/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services/build.properties b/rse/plugins/org.eclipse.rse.services/build.properties index d98032d15be..3d512609864 100644 --- a/rse/plugins/org.eclipse.rse.services/build.properties +++ b/rse/plugins/org.eclipse.rse.services/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.shells.ui/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.shells.ui/META-INF/MANIFEST.MF index d43737041e2..2a3b9d2163e 100644 --- a/rse/plugins/org.eclipse.rse.shells.ui/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.shells.ui/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.shells.ui/build.properties b/rse/plugins/org.eclipse.rse.shells.ui/build.properties index 1eb83b1714e..3b2c7118d58 100644 --- a/rse/plugins/org.eclipse.rse.shells.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.shells.ui/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.files.core/META-INF/MANIFEST.MF index b3eae6deb1f..74c561b7943 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.core/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.files.core/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties b/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties index d59cc77bef1..4e900254e78 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/META-INF/MANIFEST.MF index c399ef20568..570afa80580 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties index c9ed82d0d39..f15dd5f0fa4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/META-INF/MANIFEST.MF index 2928c6be628..21ecf43ce58 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/build.properties b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/build.properties index ca39d2b2296..f15dd5f0fa4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.local/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.files.local/META-INF/MANIFEST.MF index 8de781141df..3554cc396ee 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.local/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.files.local/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.local/build.properties b/rse/plugins/org.eclipse.rse.subsystems.files.local/build.properties index 773b7daee76..f15dd5f0fa4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.local/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.local/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.processes.core/META-INF/MANIFEST.MF index 55d11d44900..bfa15d5a7f7 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.core/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.core/META-INF/MANIFEST.MF @@ -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, diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties index 20b35bfe37c..99c5f2eab8a 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/META-INF/MANIFEST.MF index bcdbc53aa26..e1d6b88e7cc 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/META-INF/MANIFEST.MF @@ -17,4 +17,3 @@ Require-Bundle: org.eclipse.ui, org.eclipse.rse.ui Eclipse-LazyStart: true Bundle-Vendor: Eclipse.org -Bundle-ClassPath: processesDstore.jar diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties index a61ad161d49..513e8b9ccb5 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.local/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.processes.local/META-INF/MANIFEST.MF index e6b7b7b9bf1..1176b78caef 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.local/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.local/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.local/build.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.local/build.properties index 37ad311ebf2..f15dd5f0fa4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.local/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.local/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.shells.core/META-INF/MANIFEST.MF index 1e021eb4abc..3473b66574d 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.core/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.core/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties index 0b50cfb6a2f..4e900254e78 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/META-INF/MANIFEST.MF index 26dad89496d..5b24f2685ec 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties index e49557c2267..f15dd5f0fa4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.local/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.subsystems.shells.local/META-INF/MANIFEST.MF index f4fa146536d..84b52c0d363 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.local/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.local/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.local/build.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.local/build.properties index 0e73ba525b3..f15dd5f0fa4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.local/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.local/build.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.ui/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.ui/META-INF/MANIFEST.MF index 58a17ea043f..5434db60fb0 100644 --- a/rse/plugins/org.eclipse.rse.ui/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.ui/META-INF/MANIFEST.MF @@ -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 diff --git a/rse/plugins/org.eclipse.rse.ui/build.properties b/rse/plugins/org.eclipse.rse.ui/build.properties index 340000ca5d9..f22c1c642fd 100644 --- a/rse/plugins/org.eclipse.rse.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.ui/build.properties @@ -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/