Changeset 1628

Show
Ignore:
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
  • trunk/framework-plugin/src/com/tresys/framework/plugin/builder/SELinuxSystem.java

    r1610 r1628  
    3939import com.tresys.framework.compiler.linkage.Linkage; 
    4040import com.tresys.framework.compiler.linkage.SELinuxjava; 
     41import com.tresys.framework.compiler.linkage.libselinuxjava_plugin; 
    4142import com.tresys.framework.compiler.policy.Policy; 
    4243import com.tresys.framework.compiler.systemResources.SystemResources; 
     
    479480                                if (!libSELinuxLoaded) 
    480481                                { 
    481                                         libSELinuxLoaded = SELinuxjava.loadLibSELinux (); 
     482                                        libSELinuxLoaded = SELinuxjava.loadLibSELinux (libselinuxjava_plugin.getDefault().getBundle()); 
    482483//                                      loadLibSELinux(); 
    483484                                } 
  • trunk/gotham-feature/feature.xml

    r1601 r1628  
    101101 
    102102   <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 
    103110         id="com.tresys.cdsframework.libselinuxjava.linux.x86" 
    104111         os="linux"