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:
parent
8a55306799
commit
dba1a58e83
4 changed files with 12 additions and 14 deletions
|
@ -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
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue