Changeset 1481

Show
Ignore:
Timestamp:
02/16/07 12:53:32 (2 years ago)
Author:
dsugar
Message:

commit in prep for an internal build

Files:

Legend:

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

    r1457 r1481  
    1616 org.eclipse.gef, 
    1717 org.eclipse.ui.views, 
    18  com.tresys.slide;bundle-version="1.1.2
     18 com.tresys.slide;bundle-version="1.1.4
    1919Eclipse-AutoStart: true 
    2020Bundle-Vendor: %providerName 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/builder/FrameworkBuilder.java

    r1463 r1481  
    426426                                m_markerNoDictionary.setAttribute(IMarker.TRANSIENT, true); 
    427427                                m_markerNoDictionary.setAttribute(IMarker.SEVERITY, IMarker.SEVERITY_ERROR); 
    428         //                      marker.setAttribute(IMarker.) 
    429                                          
    430428                        } 
    431429                } 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/editor/policy/PolicyDocumentProvider.java

    r1408 r1481  
    6767         */ 
    6868         
     69        //FIXME: this takes a long time now because it causes full policy  build. 
     70        // there needs to be a way to just load the framework policy and let the other stuff happen in the background 
    6971        public void BuildCurrentFile()  
    7072        { 
  • trunk/gotham-feature/feature.xml

    r1465 r1481  
    33      id="com.tresys.cdsframework" 
    44      label="CDS Framework" 
    5       version="1.2.2
     5      version="1.2.3
    66      provider-name="Tresys Technology" 
    77      os="linux" 
     
    7474      <import plugin="org.eclipse.ui.views"/> 
    7575      <import plugin="org.eclipse.gef"/> 
    76       <import plugin="com.tresys.slide" version="1.1.3" match="greaterOrEqual"/> 
     76      <import plugin="com.tresys.slide" version="1.1.4" match="greaterOrEqual"/> 
    7777   </requires> 
    7878