mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
fix for 233739
This commit is contained in:
parent
4711f07f42
commit
ddad444ea3
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name.1
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.lrparser;singleton:=true
|
||||
Bundle-Version: 4.0.1.qualifier
|
||||
Bundle-Version: 5.0.0.qualifier
|
||||
Bundle-ClassPath: .
|
||||
Require-Bundle: org.eclipse.cdt.core,
|
||||
net.sourceforge.lpg.lpgjavaruntime;bundle-version="1.1.0";visibility:=reexport,
|
||||
|
|
|
@ -2,12 +2,12 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name.1
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.parser.upc;singleton:=true
|
||||
Bundle-Version: 4.0.1.qualifier
|
||||
Bundle-Version: 5.0.0.qualifier
|
||||
Bundle-ClassPath: .
|
||||
Require-Bundle: org.eclipse.cdt.core,
|
||||
net.sourceforge.lpg.lpgjavaruntime;bundle-version="1.1.0";visibility:=reexport,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.cdt.core.lrparser;bundle-version="4.0.1"
|
||||
org.eclipse.cdt.core.lrparser;bundle-version="5.0.0"
|
||||
Export-Package: org.eclipse.cdt.core.dom.upc,
|
||||
org.eclipse.cdt.core.dom.upc.ast,
|
||||
org.eclipse.cdt.internal.core.dom.parser.upc;x-internal:=true,
|
||||
|
|
Loading…
Add table
Reference in a new issue