1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 19:05:38 +02:00

[188305][releng] Properly pack importexport into a single-jar bundle to avoid nested jar update errors

This commit is contained in:
Martin Oberhuber 2007-05-24 12:51:27 +00:00
parent 8a55306799
commit dba1a58e83
4 changed files with 12 additions and 14 deletions

View file

@ -3,13 +3,10 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.importexport; singleton:=true Bundle-SymbolicName: org.eclipse.rse.importexport; singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: systemsImportExport.jar
Bundle-Activator: org.eclipse.rse.internal.importexport.RemoteImportExportPlugin Bundle-Activator: org.eclipse.rse.internal.importexport.RemoteImportExportPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Export-Package: Export-Package: org.eclipse.rse.internal.importexport;x-internal:=true,
org.eclipse.rse.internal.importexport, org.eclipse.rse.internal.importexport.files;x-internal:=true
org.eclipse.rse.internal.importexport.files
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources, org.eclipse.core.resources,
org.eclipse.ui, org.eclipse.ui,
@ -21,4 +18,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.subsystems.files.core, org.eclipse.rse.subsystems.files.core,
org.eclipse.rse.files.ui org.eclipse.rse.files.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.4 Bundle-RequiredExecutionEnvironment: J2SE-1.4

View file

@ -9,12 +9,12 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
# Martin Oberhuber (Wind River) - remove branding plugin files # Martin Oberhuber (Wind River) - remove branding plugin files
############################################################################### ###############################################################################
source.systemsImportExport.jar = src/ bin.includes = META-INF/,\
output.systemsImportExport.jar = bin/ .,\
bin.includes = plugin.xml,\
systemsImportExport.jar,\
plugin.properties,\
icons/,\
about.html,\ about.html,\
META-INF/ icons/,\
plugin.properties,\
plugin.xml
src.includes = about.html src.includes = about.html
source.. = src/
output.. = bin/

View file

@ -19,6 +19,5 @@ bin.includes = META-INF/,\
eclipse32.png eclipse32.png
src.includes = readme.txt,\ src.includes = readme.txt,\
about.html about.html
jars.compile.order = .
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/

View file

@ -22,7 +22,8 @@ bin.includes = rsetests.jar,\
about.mappings,\ about.mappings,\
about.properties,\ about.properties,\
eclipse32.png,\ eclipse32.png,\
icons/ icons/,\
GVT/
# build with "assert" keyword enabled # build with "assert" keyword enabled
javacSource = 1.4 javacSource = 1.4