Changeset 1624
- Timestamp:
- 04/11/07 08:48:50
(2 years ago)
- Author:
- dsugar
- Message:
added header comments and cleanup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1609 |
r1624 |
|
| 1 | 1 | Manifest-Version: 1.0 |
|---|
| 2 | | Bundle-Name: libselinuxjava |
|---|
| 3 | | Bundle-Vendor: Tresys Technology |
|---|
| | 2 | Bundle-Name: %pluginName |
|---|
| | 3 | Bundle-Vendor: %providerName |
|---|
| 4 | 4 | Bundle-SymbolicName: com.tresys.cdsframework.libselinuxjava; singleton:=true |
|---|
| 5 | 5 | Bundle-Version: 0.0.2 |
|---|
| r1618 |
r1624 |
|
| 2 | 2 | output.library.jar = bin/ |
|---|
| 3 | 3 | bin.includes = META-INF/,\ |
|---|
| 4 | | library.jar |
|---|
| | 4 | library.jar,\ |
|---|
| | 5 | plugin.properties |
|---|
| 5 | 6 | src.includes = .classpath,\ |
|---|
| 6 | 7 | .project,\ |
|---|
| r1621 |
r1624 |
|
| | 1 | /*\ |
|---|
| | 2 | |*| Copyright (C) 2007 Tresys Technology, LLC |
|---|
| | 3 | |*| License: refer to COPYING file for license information. |
|---|
| | 4 | |*| Author: David Sugar <dsugar@tresys.com> |
|---|
| | 5 | |*| |
|---|
| | 6 | |*| Version: @version@ |
|---|
| | 7 | |*| |
|---|
| | 8 | |*| This is a place holder to hold the package name for export |
|---|
| | 9 | \*/ |
|---|
| | 10 | |
|---|
| 1 | 11 | package com.tresys.framework.compiler.linkage.libselinuxjava; |
|---|
| 2 | 12 | |
|---|
| r1609 |
r1624 |
|
| | 1 | /*\ |
|---|
| | 2 | |*| Copyright (C) 2007 Tresys Technology, LLC |
|---|
| | 3 | |*| License: refer to COPYING file for license information. |
|---|
| | 4 | |*| Author: David Sugar <dsugar@tresys.com> |
|---|
| | 5 | |*| |
|---|
| | 6 | |*| Version: @version@ |
|---|
| | 7 | |*| |
|---|
| | 8 | |*| This is a plugin for wrapping libselinux |
|---|
| | 9 | \*/ |
|---|
| | 10 | |
|---|
| 1 | 11 | package com.tresys.framework.compiler.linkage; |
|---|
| 2 | 12 | |
|---|
Download in other formats:
* Generating other formats may take time.