Changeset 1541

Show
Ignore:
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
  • branches/deploy/gotham-feature/feature.xml

    r1538 r1541  
    99 
    1010   <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. 
    1212   </description> 
    1313 
     
    7979   <plugin 
    8080         id="com.tresys.framework" 
    81          download-size="0" 
    82          install-size="0" 
     81         download-size="800" 
     82         install-size="800" 
    8383         version="1.2.5"/> 
    8484 
    8585   <plugin 
    86          id="com.tresys.framework.compiler.linkage.libselinuxjava.linux.x86" 
     86         id="com.tresys.framework.libselinuxjava.linux.x86" 
    8787         os="linux" 
    8888         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
    9292         fragment="true"/> 
    9393 
    9494   <plugin 
    95          id="com.tresys.framework.compiler.linkage.libselinuxjava.linux.x86_64" 
     95         id="com.tresys.framework.libselinuxjava.linux.x86_64" 
    9696         os="linux" 
    9797         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
    101101         fragment="true"/> 
    102102 
  • branches/deploy/libselinux.linux.x86/META-INF/MANIFEST.MF

    r1540 r1541  
    33Bundle-Name: libSELinuxJava x86 
    44Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86 
    5 Bundle-Version: 1.0.0 
     5Bundle-Version: 0.0.1 
    66Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" 
    77Bundle-Localization: plugin 
    8 Bundle-Vendor: Tresys technology 
     8Bundle-Vendor: Tresys Technology 
     9Eclipse-PlatformFilter: (osgi.arch=x86) 
  • branches/deploy/libselinux.linux.x86_64/META-INF/MANIFEST.MF

    r1540 r1541  
    33Bundle-Name: libSELinuxJava x86_64 
    44Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86_64 
    5 Bundle-Version: 1.0.0 
     5Bundle-Version: 0.0.1 
    66Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" 
    77Bundle-Localization: plugin 
    88Bundle-Vendor: Tresys Technology 
     9Eclipse-PlatformFilter: (osgi.arch=x86_64) 
  • branches/deploy/oss-feature/feature.xml

    r1538 r1541  
    33      id="com.tresys.cdsframework" 
    44      label="CDS Framework" 
    5       version="1.2.4
     5      version="1.2.5
    66      provider-name="Tresys Technology" 
    77      os="linux" 
     
    99 
    1010   <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. 
    1212   </description> 
    1313 
     
    7272      <import plugin="org.eclipse.ui.ide"/> 
    7373      <import plugin="org.eclipse.ui.console"/> 
     74      <import plugin="org.eclipse.ui.views"/> 
    7475      <import plugin="org.eclipse.gef"/> 
    75       <import plugin="org.eclipse.ui.views"/> 
    7676      <import plugin="com.tresys.slide" version="1.1.4" match="greaterOrEqual"/> 
    7777   </requires> 
     
    7979   <plugin 
    8080         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"/> 
    84102 
    85103</feature>