Changeset 1779
- Timestamp:
- 12/18/07 16:09:13
(6 years ago)
- Author:
- dsugar
- Message:
fix exports so CDS Framework will properly build.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1635 |
r1779 |
|
| 9 | 9 | Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86)) |
|---|
| 10 | 10 | Require-Bundle: org.eclipse.core.runtime.compatibility |
|---|
| | 11 | Bundle-ClassPath: libselinuxjava.jar |
|---|
| | 12 | Export-Package: com.tresys.framework.compiler.linkage.libselinuxjava |
|---|
| r1540 |
r1779 |
|
| 4 | 4 | libselinuxjava.jar,\ |
|---|
| 5 | 5 | libselinuxjava/libselinuxjava.so |
|---|
| | 6 | source.libselinuxjava.jar = src/ |
|---|
| r1636 |
r1779 |
|
| 9 | 9 | Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64)) |
|---|
| 10 | 10 | Require-Bundle: org.eclipse.core.runtime.compatibility |
|---|
| | 11 | Export-Package: com.tresys.framework.compiler.linkage.libselinuxjava |
|---|
| | 12 | Bundle-ClassPath: libselinuxjava.jar |
|---|
| r1540 |
r1779 |
|
| 4 | 4 | libselinuxjava.jar,\ |
|---|
| 5 | 5 | libselinuxjava/libselinuxjava.so |
|---|
| | 6 | source.libselinuxjava.jar = src/ |
|---|
| r1637 |
r1779 |
|
| 9 | 9 | Eclipse-PlatformFilter: (! (& (osgi.os=linux) (| (osgi.arch=x86) (osgi.arch=x86_64)))) |
|---|
| 10 | 10 | Require-Bundle: org.eclipse.core.runtime.compatibility |
|---|
| | 11 | Bundle-ClassPath: library.jar |
|---|
| | 12 | Export-Package: com.tresys.framework.compiler.linkage.libselinuxjava |
|---|
| 11 | 13 | |
|---|
| r1608 |
r1779 |
|
| 4 | 4 | jars.compile.order = library.jar |
|---|
| 5 | 5 | output.library.jar = bin/ |
|---|
| | 6 | source.library.jar = src/ |
|---|
| r1638 |
r1779 |
|
| 6 | 6 | Bundle-ManifestVersion: 2 |
|---|
| 7 | 7 | Bundle-Localization: plugin |
|---|
| 8 | | Export-Package: com.tresys.framework.compiler.linkage, |
|---|
| | 8 | Export-Package: com.tresys.framework.compiler.linkage;uses:="org.eclipse.core.runtime,org.osgi.framework", |
|---|
| 9 | 9 | com.tresys.framework.compiler.linkage.libselinuxjava |
|---|
| 10 | | Eclipse-AutoStart: true |
|---|
| | 10 | Eclipse-LazyStart: true |
|---|
| 11 | 11 | Eclipse-ExtensibleAPI: true |
|---|
| 12 | 12 | Require-Bundle: org.eclipse.ui, |
|---|
| 13 | 13 | org.eclipse.core.runtime |
|---|
| 14 | 14 | Bundle-Activator: com.tresys.framework.compiler.linkage.libselinuxjava_plugin |
|---|
| | 15 | Bundle-ClassPath: library.jar |
|---|
| r1624 |
r1779 |
|
| 10 | 10 | src/ |
|---|
| 11 | 11 | jars.compile.order = library.jar |
|---|
| | 12 | source.library.jar = src/ |
|---|
| 12 | 13 | |
|---|
Download in other formats:
* Generating other formats may take time.