Changeset 1628
- Timestamp:
- 04/11/07 13:09:54
(2 years ago)
- Author:
- dsugar
- Message:
attempt to build update site - this seems easier to get things build. Not totally working though.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1610 |
r1628 |
|
| 39 | 39 | import com.tresys.framework.compiler.linkage.Linkage; |
|---|
| 40 | 40 | import com.tresys.framework.compiler.linkage.SELinuxjava; |
|---|
| | 41 | import com.tresys.framework.compiler.linkage.libselinuxjava_plugin; |
|---|
| 41 | 42 | import com.tresys.framework.compiler.policy.Policy; |
|---|
| 42 | 43 | import com.tresys.framework.compiler.systemResources.SystemResources; |
|---|
| … | … | |
| 479 | 480 | if (!libSELinuxLoaded) |
|---|
| 480 | 481 | { |
|---|
| 481 | | libSELinuxLoaded = SELinuxjava.loadLibSELinux (); |
|---|
| | 482 | libSELinuxLoaded = SELinuxjava.loadLibSELinux (libselinuxjava_plugin.getDefault().getBundle()); |
|---|
| 482 | 483 | // loadLibSELinux(); |
|---|
| 483 | 484 | } |
|---|
| r1601 |
r1628 |
|
| 101 | 101 | |
|---|
| 102 | 102 | <plugin |
|---|
| | 103 | id="com.tresys.cdsframework.libselinuxjava" |
|---|
| | 104 | download-size="10" |
|---|
| | 105 | install-size="10" |
|---|
| | 106 | version="0.0.2" |
|---|
| | 107 | unpack="false"/> |
|---|
| | 108 | |
|---|
| | 109 | <plugin |
|---|
| 103 | 110 | id="com.tresys.cdsframework.libselinuxjava.linux.x86" |
|---|
| 104 | 111 | os="linux" |
|---|
Download in other formats:
* Generating other formats may take time.