Changeset 1738

Show
Ignore:
Timestamp:
05/04/07 12:26:30 (2 years ago)
Author:
dsugar
Message:

update version number in preparation of public release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework-plugin/META-INF/MANIFEST.MF

    r1634 r1738  
    33Bundle-Name: %pluginName 
    44Bundle-SymbolicName: com.tresys.cdsframework; singleton:=true 
    5 Bundle-Version: 1.2.9 
     5Bundle-Version: 2.0.0 
    66Bundle-Activator: com.tresys.framework.plugin.SEFramework_Plugin 
    77Bundle-Localization: plugin 
  • trunk/gotham-feature/feature.xml

    r1733 r1738  
    33      id="com.tresys.cdsframework" 
    44      label="CDS Framework" 
    5       version="1.2.9
     5      version="2.0.0
    66      provider-name="Tresys Technology" 
    77      os="linux" 
     
    99 
    1010   <description url="http://oss.tresys.com/projects/cdsframework"> 
    11       The CDS Framework IDE provides engineers with the ability to design and implement cross domain solutions using the power of SELinux without prior knowledge of the complex details of underlying SELinux policies.  
    12 The CDS Framework provides two main benefits to CDS Developers on SELinux systems: 
     11      The CDS Framework Toolkit allows engineers to leverage the power of SELinux when designing and implementing cross domain solutions without requiring that they have in depth knowledge of the complex details of underlying SELinux security policies. In particular the CDS Framework Toolkit provides the following benefits to CDS developers on SELinux systems: 
    1312 
    14  * a high-level language for specifying architectures focused on the information-flow goals of the particular cross domain solution, and 
    15  * an integrated development environment. 
     13    * An integrated development environment for creating security policy 
     14    * Graphical representation of information flow for developing security policy 
     15    * A high-level language for specifying architectures focused on the information flow goals of the particular cross domain solution  
    1616 
    17 The CDS Framework IDE makes development of cross domain solutions on SELinux faster, simpler, and more intuitive. 
     17The CDS Framework Toolkit makes development of cross domain solutions on SELinux faster, simpler, and more intuitive. 
    1818 
    19 The CDS Framework IDE includes the following features: 
     19The CDS Framework Toolkit includes the following features: 
    2020 
    21  * Custom high-level language for CDS development 
    22  * Graphical user interface for development 
    23  * Language syntax highlighting 
    24  * SELinux policy generation 
    25  
    26 The CDS Framework automatically translates the high-level language descriptions into loadable SELinux policy.  
    27 This allows security professionals to design their system architectures independent of SELinux and subsequently deploy their solutions in an operational system with minimal knowledge of SELinux. 
     21    * Graphical interface for developing security policy 
     22    * Custom high-level language for CDS policy development 
     23    * Ability to graphically represent security archetecture 
     24    * Language syntax highlighting 
     25    * SELinux policy generation 
    2826   </description> 
    2927 
     
    10098         download-size="800" 
    10199         install-size="800" 
    102          version="1.2.9"/> 
     100         version="2.0.0"/> 
    103101 
    104102   <plugin 
     
    106104         download-size="1024" 
    107105         install-size="1024" 
    108          version="1.2.2
     106         version="2.0.0
    109107         unpack="false"/> 
    110108 
  • trunk/helpfiles/META-INF/MANIFEST.MF

    r1634 r1738  
    66Eclipse-LazyStart: false 
    77Bundle-SymbolicName: com.tresys.cdsframework.doc.user; singleton:=true 
    8 Bundle-Version: 1.2.2 
     8Bundle-Version: 2.0.0 
    99Require-Bundle: org.eclipse.ui, 
    1010 org.eclipse.help 
  • trunk/oss-feature/feature.xml

    r1733 r1738  
    33      id="com.tresys.cdsframework" 
    44      label="CDS Framework" 
    5       version="1.2.9
     5      version="2.0.0
    66      provider-name="Tresys Technology" 
    77      os="linux" 
     
    9393      <import plugin="org.eclipse.help"/> 
    9494      <import plugin="com.tresys.cdsframework.libselinuxjava" version="1.0.1" match="greaterOrEqual"/> 
    95       <import plugin="com.tresys.slide" version="1.1.7" match="greaterOrEqual"/> 
     95      <import plugin="com.tresys.slide" version="1.1.9" match="greaterOrEqual"/> 
    9696   </requires> 
    9797 
     
    100100         download-size="800" 
    101101         install-size="800" 
    102          version="1.2.9"/> 
     102         version="2.0.0"/> 
    103103 
    104104   <plugin 
     
    106106         download-size="1024" 
    107107         install-size="1024" 
    108          version="1.2.2
     108         version="2.0.0
    109109         unpack="false"/> 
    110110