Changeset 1625

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

added header comments and cleanup

Files:

Legend:

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

    r1623 r1625  
    11Manifest-Version: 1.0 
    22Bundle-ManifestVersion: 2 
    3 Bundle-Name: Holder Fragment 
     3Bundle-Name: libSELinuxJava Place Holder 
    44Bundle-SymbolicName: com.tresys.cdsframework.libselinuxjava.place.holder 
    55Bundle-Version: 0.0.2 
    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) (osgi.arch=x86_64)))) 
    1010 
  • trunk/libselinux.place.holder/src/com/tresys/framework/compiler/linkage/SELinuxjava.java

    r1608 r1625  
     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 fragment for those platforms that don't have libselinux 
     9\*/ 
     10 
     11 
    112package com.tresys.framework.compiler.linkage; 
    213 
  • trunk/libselinux.place.holder/src/com/tresys/framework/compiler/linkage/libselinuxjava/SWIGTYPE_p_p_char.java

    r1608 r1625  
     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 fragment for those platforms that don't have libselinux 
     9\*/ 
     10 
    111package com.tresys.framework.compiler.linkage.libselinuxjava; 
    212 
     
    717        { 
    818                super (); 
    9                 // TODO Auto-generated constructor stub 
    1019        } 
    1120 
  • trunk/libselinux.place.holder/src/com/tresys/framework/compiler/linkage/libselinuxjava/selinux.java

    r1608 r1625  
     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 fragment for those platforms that don't have libselinux 
     9\*/ 
     10 
     11 
    112package com.tresys.framework.compiler.linkage.libselinuxjava; 
    213 
  • trunk/libselinux.place.holder/src/com/tresys/framework/compiler/linkage/libselinuxjava/selinuxConstants.java

    r1608 r1625  
     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 fragment for those platforms that don't have libselinux 
     9\*/ 
     10 
    111package com.tresys.framework.compiler.linkage.libselinuxjava; 
    212 
     
    818        { 
    919                super (); 
    10                 // TODO Auto-generated constructor stub 
    1120        } 
    1221