Changeset 1541
- Timestamp:
- 03/15/07 15:17:10
(2 years ago)
- Author:
- dsugar
- Message:
prep for build 1.2.5
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1538 |
r1541 |
|
| 9 | 9 | |
|---|
| 10 | 10 | <description url="http://oss.tresys.com/projects/cdsframework"> |
|---|
| 11 | | [Enter Feature Description here.] |
|---|
| | 11 | The Cross Domain Solution Framework toolkit (CDS Framework) make the power of Security Enhanced Linux (SELinux) available to system designers without in-depth knowledge of SELinux type enforcement language. This extensible toolkit encourages security enginering by putting the focus on information flow from the beginning of design. |
|---|
| 12 | 12 | </description> |
|---|
| 13 | 13 | |
|---|
| … | … | |
| 79 | 79 | <plugin |
|---|
| 80 | 80 | id="com.tresys.framework" |
|---|
| 81 | | download-size="0" |
|---|
| 82 | | install-size="0" |
|---|
| | 81 | download-size="800" |
|---|
| | 82 | install-size="800" |
|---|
| 83 | 83 | version="1.2.5"/> |
|---|
| 84 | 84 | |
|---|
| 85 | 85 | <plugin |
|---|
| 86 | | id="com.tresys.framework.compiler.linkage.libselinuxjava.linux.x86" |
|---|
| | 86 | id="com.tresys.framework.libselinuxjava.linux.x86" |
|---|
| 87 | 87 | os="linux" |
|---|
| 88 | 88 | arch="x86" |
|---|
| 89 | | download-size="0" |
|---|
| 90 | | install-size="0" |
|---|
| 91 | | version="1.0.0" |
|---|
| | 89 | download-size="5" |
|---|
| | 90 | install-size="5" |
|---|
| | 91 | version="0.0.1" |
|---|
| 92 | 92 | fragment="true"/> |
|---|
| 93 | 93 | |
|---|
| 94 | 94 | <plugin |
|---|
| 95 | | id="com.tresys.framework.compiler.linkage.libselinuxjava.linux.x86_64" |
|---|
| | 95 | id="com.tresys.framework.libselinuxjava.linux.x86_64" |
|---|
| 96 | 96 | os="linux" |
|---|
| 97 | 97 | arch="x86_64" |
|---|
| 98 | | download-size="0" |
|---|
| 99 | | install-size="0" |
|---|
| 100 | | version="1.0.0" |
|---|
| | 98 | download-size="5" |
|---|
| | 99 | install-size="5" |
|---|
| | 100 | version="0.0.1" |
|---|
| 101 | 101 | fragment="true"/> |
|---|
| 102 | 102 | |
|---|
| r1540 |
r1541 |
|
| 3 | 3 | Bundle-Name: libSELinuxJava x86 |
|---|
| 4 | 4 | Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86 |
|---|
| 5 | | Bundle-Version: 1.0.0 |
|---|
| | 5 | Bundle-Version: 0.0.1 |
|---|
| 6 | 6 | Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" |
|---|
| 7 | 7 | Bundle-Localization: plugin |
|---|
| 8 | | Bundle-Vendor: Tresys technology |
|---|
| | 8 | Bundle-Vendor: Tresys Technology |
|---|
| | 9 | Eclipse-PlatformFilter: (osgi.arch=x86) |
|---|
| r1540 |
r1541 |
|
| 3 | 3 | Bundle-Name: libSELinuxJava x86_64 |
|---|
| 4 | 4 | Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86_64 |
|---|
| 5 | | Bundle-Version: 1.0.0 |
|---|
| | 5 | Bundle-Version: 0.0.1 |
|---|
| 6 | 6 | Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" |
|---|
| 7 | 7 | Bundle-Localization: plugin |
|---|
| 8 | 8 | Bundle-Vendor: Tresys Technology |
|---|
| | 9 | Eclipse-PlatformFilter: (osgi.arch=x86_64) |
|---|
| r1538 |
r1541 |
|
| 3 | 3 | id="com.tresys.cdsframework" |
|---|
| 4 | 4 | label="CDS Framework" |
|---|
| 5 | | version="1.2.4" |
|---|
| | 5 | version="1.2.5" |
|---|
| 6 | 6 | provider-name="Tresys Technology" |
|---|
| 7 | 7 | os="linux" |
|---|
| … | … | |
| 9 | 9 | |
|---|
| 10 | 10 | <description url="http://oss.tresys.com/projects/cdsframework"> |
|---|
| 11 | | [Enter Feature Description here.] |
|---|
| | 11 | The Cross Domain Solution Framework toolkit (CDS Framework) make the power of Security Enhanced Linux (SELinux) available to system designers without in-depth knowledge of SELinux type enforcement language. This extensible toolkit encourages security enginering by putting the focus on information flow from the beginning of design. |
|---|
| 12 | 12 | </description> |
|---|
| 13 | 13 | |
|---|
| … | … | |
| 72 | 72 | <import plugin="org.eclipse.ui.ide"/> |
|---|
| 73 | 73 | <import plugin="org.eclipse.ui.console"/> |
|---|
| | 74 | <import plugin="org.eclipse.ui.views"/> |
|---|
| 74 | 75 | <import plugin="org.eclipse.gef"/> |
|---|
| 75 | | <import plugin="org.eclipse.ui.views"/> |
|---|
| 76 | 76 | <import plugin="com.tresys.slide" version="1.1.4" match="greaterOrEqual"/> |
|---|
| 77 | 77 | </requires> |
|---|
| … | … | |
| 79 | 79 | <plugin |
|---|
| 80 | 80 | id="com.tresys.framework" |
|---|
| 81 | | download-size="0" |
|---|
| 82 | | install-size="0" |
|---|
| 83 | | version="0.0.0"/> |
|---|
| | 81 | download-size="800" |
|---|
| | 82 | install-size="800" |
|---|
| | 83 | version="1.2.5"/> |
|---|
| | 84 | |
|---|
| | 85 | <plugin |
|---|
| | 86 | id="com.tresys.framework.libselinuxjava.linux.x86" |
|---|
| | 87 | os="linux" |
|---|
| | 88 | arch="x86" |
|---|
| | 89 | download-size="5" |
|---|
| | 90 | install-size="5" |
|---|
| | 91 | version="0.0.1" |
|---|
| | 92 | fragment="true"/> |
|---|
| | 93 | |
|---|
| | 94 | <plugin |
|---|
| | 95 | id="com.tresys.framework.libselinuxjava.linux.x86_64" |
|---|
| | 96 | os="linux" |
|---|
| | 97 | arch="x86_64" |
|---|
| | 98 | download-size="5" |
|---|
| | 99 | install-size="5" |
|---|
| | 100 | version="0.0.1" |
|---|
| | 101 | fragment="true"/> |
|---|
| 84 | 102 | |
|---|
| 85 | 103 | </feature> |
|---|
Download in other formats:
* Generating other formats may take time.