Changeset 1626

Show
Ignore:
Timestamp:
04/11/07 08:49:22 (2 years ago)
Author:
dsugar
Message:

added header comments and cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libselinux.linux.x86_64/META-INF/MANIFEST.MF

    r1607 r1626  
    66Fragment-Host: com.tresys.cdsframework.libselinuxjava;bundle-version="0.0.2" 
    77Bundle-Localization: plugin 
    8 Bundle-Vendor: Tresys Technology 
     8Bundle-Vendor: %providerName 
    99Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64)) 
    1010Require-Bundle: org.eclipse.core.runtime.compatibility 
  • trunk/libselinux.linux.x86_64/src/com/tresys/framework/compiler/linkage/SELinuxjava.java

    r1615 r1626  
     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 specific for linux x86_64 
     9\*/ 
    110 
    211package com.tresys.framework.compiler.linkage;