mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove jars from classpath. Add missing property files.
This commit is contained in:
parent
c1f8274bcb
commit
fd4e0c5dd2
15 changed files with 20 additions and 10 deletions
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %fragmentName.aix
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.aix; singleton:=true
|
||||
Bundle-Version: 5.1.0.qualifier
|
||||
Bundle-ClassPath: cdtaix.jar
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -13,6 +13,7 @@ bin.includes = fragment.xml,\
|
|||
.,\
|
||||
about.html,\
|
||||
META-INF/,\
|
||||
os/
|
||||
os/,\
|
||||
plugin.properties
|
||||
src.includes = library/,\
|
||||
about.html
|
||||
|
|
2
core/org.eclipse.cdt.core.aix/plugin.properties
Normal file
2
core/org.eclipse.cdt.core.aix/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
fragmentName.linux=C/C++ Development Tools Core for AIX
|
||||
providerName=Eclipse CDT
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %fragmentName.linux
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.linux; singleton:=true
|
||||
Bundle-Version: 5.2.0.qualifier
|
||||
Bundle-ClassPath: cdt_linux.jar
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.2.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
bin.includes = fragment.xml,\
|
||||
about.html,\
|
||||
.,\
|
||||
META-INF/
|
||||
META-INF/,\
|
||||
plugin.properties
|
||||
src.includes = about.html,\
|
||||
library/
|
||||
source.. = src/
|
||||
|
|
2
core/org.eclipse.cdt.core.linux/plugin.properties
Normal file
2
core/org.eclipse.cdt.core.linux/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
fragmentName.linux=C/C++ Development Tools Core for Linux
|
||||
providerName=Eclipse CDT
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %fragmentName.macosx
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.macosx; singleton:=true
|
||||
Bundle-Version: 5.2.0.qualifier
|
||||
Bundle-ClassPath: cdt_macosx.jar
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.2.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -12,7 +12,8 @@ bin.includes = fragment.xml,\
|
|||
about.html,\
|
||||
.,\
|
||||
os/,\
|
||||
META-INF/
|
||||
META-INF/,\
|
||||
plugin.properties
|
||||
src.includes = about.html,\
|
||||
library/
|
||||
source.. = src/
|
||||
|
|
2
core/org.eclipse.cdt.core.macosx/plugin.properties
Normal file
2
core/org.eclipse.cdt.core.macosx/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
fragmentName.linux=C/C++ Development Tools Core for Mac OS X
|
||||
providerName=Eclipse CDT
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %fragmentName.solaris
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.solaris; singleton:=true
|
||||
Bundle-Version: 5.2.0.qualifier
|
||||
Bundle-ClassPath: cdt_solaris.jar
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.2.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -12,7 +12,8 @@ bin.includes = fragment.xml,\
|
|||
about.html,\
|
||||
os/,\
|
||||
.,\
|
||||
META-INF/
|
||||
META-INF/,\
|
||||
plugin.properties
|
||||
src.includes = about.html,\
|
||||
library/
|
||||
source.. = src/
|
||||
|
|
2
core/org.eclipse.cdt.core.solaris/plugin.properties
Normal file
2
core/org.eclipse.cdt.core.solaris/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
fragmentName.linux=C/C++ Development Tools Core for Solaris
|
||||
providerName=Eclipse CDT
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %fragmentName.win32
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.win32; singleton:=true
|
||||
Bundle-Version: 5.2.0.qualifier
|
||||
Bundle-ClassPath: cdt_win32.jar
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.2.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
bin.includes = fragment.xml,\
|
||||
about.html,\
|
||||
.,\
|
||||
META-INF/
|
||||
META-INF/,\
|
||||
plugin.properties
|
||||
src.includes = about.html,\
|
||||
library/
|
||||
source.. = src/
|
||||
|
|
2
core/org.eclipse.cdt.core.win32/plugin.properties
Normal file
2
core/org.eclipse.cdt.core.win32/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
fragmentName.linux=C/C++ Development Tools Core for Windows
|
||||
providerName=Eclipse CDT
|
Loading…
Add table
Reference in a new issue