Changeset 1630
- Timestamp:
- 04/11/07 13:10:29
(2 years ago)
- Author:
- dsugar
- Message:
--
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1625 |
r1630 |
|
| 8 | 8 | Bundle-Vendor: %providerName |
|---|
| 9 | 9 | Eclipse-PlatformFilter: (! (& (osgi.os=linux) (| (osgi.arch=x86) (osgi.arch=x86_64)))) |
|---|
| | 10 | Require-Bundle: org.eclipse.core.runtime.compatibility |
|---|
| 10 | 11 | |
|---|
| r1625 |
r1630 |
|
| 14 | 14 | import java.io.IOException; |
|---|
| 15 | 15 | |
|---|
| | 16 | import org.osgi.framework.Bundle; |
|---|
| | 17 | |
|---|
| 16 | 18 | public class SELinuxjava |
|---|
| 17 | 19 | { |
|---|
| … | … | |
| 20 | 22 | {} |
|---|
| 21 | 23 | |
|---|
| 22 | | public static boolean loadLibSELinux() |
|---|
| | 24 | public static boolean loadLibSELinux(Bundle i_bundle) |
|---|
| 23 | 25 | throws IOException |
|---|
| 24 | 26 | { |
|---|
| r1624 |
r1630 |
|
| 43 | 43 | m_default = null; |
|---|
| 44 | 44 | } |
|---|
| | 45 | |
|---|
| 45 | 46 | } |
|---|
Download in other formats:
* Generating other formats may take time.