Changeset 1601

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

change IDs com.tresys.framework => com.tresys.cdsframework
Changed because the featue was com.tresys.cdsframework and the plugin wasn't.
Was causing the feature not to showup for some reason.
All seems ok now, hopefully I didn't break anything.
I decided to leave the package as com.tresys.framework though.

Files:

Legend:

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

    r1586 r1601  
    22Bundle-ManifestVersion: 2 
    33Bundle-Name: %pluginName 
    4 Bundle-SymbolicName: com.tresys.framework; singleton:=true 
     4Bundle-SymbolicName: com.tresys.cdsframework; singleton:=true 
    55Bundle-Version: 1.2.8 
    66Bundle-Activator: com.tresys.framework.plugin.SEFramework_Plugin 
     
    1818 org.eclipse.help, 
    1919 com.tresys.slide;bundle-version="1.1.7", 
    20  com.tresys.framework.doc.user;resolution:=optional 
     20 com.tresys.cdsframework.doc.user;resolution:=optional 
    2121Eclipse-AutoStart: true 
    2222Bundle-Vendor: %providerName 
  • trunk/framework-plugin/plugin.xml

    r1584 r1601  
    1010            extensions="fdic" 
    1111            icon="icons/framework.png" 
    12             id="com.tresys.framework.plugin.editor.dictionary.DictionaryEditor" 
     12            id="com.tresys.cdsframework.plugin.editor.dictionary.DictionaryEditor" 
    1313            name="%dictionaryEditor"> 
    1414      </editor> 
     
    1919            extensions="fpol" 
    2020            icon="icons/framework.png" 
    21             id="com.tresys.framework.plugin.editor.policy.text.PolicyEditor" 
     21            id="com.tresys.cdsframework.plugin.editor.policy.text.PolicyEditor" 
    2222            name="%policyEditor"> 
    2323      </editor>      
     
    2727                        extensions="fsys" 
    2828            icon="icons/framework.png" 
    29             id="com.tresys.framework.plugin.editor.sysresource.SystemResourcesEditor" 
     29            id="com.tresys.cdsframework.plugin.editor.sysresource.SystemResourcesEditor" 
    3030            name="%systemEdtor"> 
    3131      </editor> 
     
    3636            extensions="fpol" 
    3737            icon="icons/framework.png" 
    38             id="com.tresys.framework.GraphicPolicyEditor" 
     38            id="com.tresys.cdsframework.GraphicPolicyEditor" 
    3939            name="%graphicalEditor"/>     
    4040   </extension> 
     
    5656         <run class="com.tresys.framework.plugin.builder.FrameworkNature"/> 
    5757      </runtime> 
    58       <builder id="com.tresys.framework.FrameworkBuilder"/> 
     58      <builder id="com.tresys.cdsframework.FrameworkBuilder"/> 
    5959      <requires-nature id="com.tresys.slide.SystemProjectNature"/> 
    6060      <requires-nature id="com.tresys.slide.SLIDEProject"/> 
     
    7575      <page 
    7676            class="com.tresys.framework.plugin.preferences.SEFPreferencePage" 
    77             id="com.tresys.framework.plugin.preferences.SEFPreferencePage" 
     77            id="com.tresys.cdsframework.plugin.preferences.SEFPreferencePage" 
    7878            name="%frameworkPrefs"/> 
    7979      <page  
    80             id="com.tresys.framework.plugin.preferences.TextEditorPreferences" 
     80            id="com.tresys.cdsframework.plugin.preferences.TextEditorPreferences" 
    8181            name="%policyTextEditor" 
    8282            class="com.tresys.framework.plugin.preferences.TextEditorPreferences" 
    83             category="com.tresys.framework.plugin.preferences.SEFPreferencePage"/> 
    84       <page 
    85             category="com.tresys.framework.plugin.preferences.SEFPreferencePage" 
     83            category="com.tresys.cdsframework.plugin.preferences.SEFPreferencePage"/> 
     84      <page 
     85            category="com.tresys.cdsframework.plugin.preferences.SEFPreferencePage" 
    8686            class="com.tresys.framework.plugin.preferences.GraphicEditorPreferences" 
    87             id="com.tresys.framework.plugin.preferences.GraphicEditorPreferences" 
     87            id="com.tresys.cdsframework.plugin.preferences.GraphicEditorPreferences" 
    8888            name="%policyGraphicEditor"/> 
    8989   </extension> 
     
    105105         point="org.eclipse.ui.newWizards"> 
    106106      <category 
    107             id="com.tresys.framework.frameworkcatagory" 
     107            id="com.tresys.cdsframework.frameworkcatagory" 
    108108            name="%frameworkCategory"/> 
    109109      <wizard 
    110             category="com.tresys.framework.frameworkcatagory" 
     110            category="com.tresys.cdsframework.frameworkcatagory" 
    111111            class="com.tresys.framework.plugin.wizards.NewProjectWizard" 
    112112            project="true" 
    113113            icon="icons/framework.png" 
    114             id="com.tresys.framework.plugin.wizards.NewProjectWizard" 
     114            id="com.tresys.cdsframework.plugin.wizards.NewProjectWizard" 
    115115            name="%frameworkProject"/> 
    116116      <wizard 
    117117            canFinishEarly="false" 
    118             category="com.tresys.framework.frameworkcatagory" 
     118            category="com.tresys.cdsframework.frameworkcatagory" 
    119119            class="com.tresys.framework.plugin.wizards.NewSystemWizard" 
    120120            hasPages="true" 
    121121            icon="icons/framework.png" 
    122             id="com.tresys.framework.plugin.wizards.NewSystemWizard" 
     122            id="com.tresys.cdsframework.plugin.wizards.NewSystemWizard" 
    123123            name="%frameworkSystem" 
    124124            project="false"/> 
    125125      <wizard 
    126             category="com.tresys.framework.frameworkcatagory" 
     126            category="com.tresys.cdsframework.frameworkcatagory" 
    127127            class="com.tresys.framework.plugin.wizards.NewFrameworkFileWizard" 
    128128            icon="icons/framework.png" 
    129             id="com.tresys.framework.plugin.wizards.NewFrameworkFileWizard" 
     129            id="com.tresys.cdsframework.plugin.wizards.NewFrameworkFileWizard" 
    130130            name="%frameworkFile"> 
    131131      </wizard> 
     
    138138            class="com.tresys.framework.plugin.preferences.FrameworkProjProperties" 
    139139            icon="icons/framework.png" 
    140             id="com.tresys.framework.plugin.preferences.FrameworkProjProperties" 
     140            id="com.tresys.cdsframework.plugin.preferences.FrameworkProjProperties" 
    141141            name="%projectProperties" 
    142142            objectClass="org.eclipse.core.resources.IProject"> 
    143143         <filter 
    144144               name="nature" 
    145                value="com.tresys.framework.FrameworkNature"> 
     145               value="com.tresys.cdsframework.FrameworkNature"> 
    146146         </filter> 
    147147      </page> 
     
    186186                        icon="icons/framework_old.png" 
    187187                        class="com.tresys.framework.plugin.FrameworkPerspective" 
    188                         id="com.tresys.framework.plugin.FrameworkPerspective"/> 
     188                        id="com.tresys.cdsframework.plugin.FrameworkPerspective"/> 
    189189      </extension> 
    190190      <extension 
    191191            point="org.eclipse.ui.views"> 
    192192         <category 
    193                id="com.tresys.framework.viewcategory" 
     193               id="com.tresys.cdsframework.viewcategory" 
    194194               name="CDS Framework"/> 
    195195         <view 
    196196               allowMultiple="false" 
    197                category="com.tresys.framework.viewcategory" 
     197               category="com.tresys.cdsframework.viewcategory" 
    198198               class="com.tresys.framework.plugin.views.navigator.FrameworkNavigator" 
    199199               icon="icons/framework.png" 
    200                id="com.tresys.framework.plugin.views.navigator.FrameworkNavigator" 
     200               id="com.tresys.cdsframework.plugin.views.navigator.FrameworkNavigator" 
    201201               name="%navigator"/> 
    202202      </extension> 
     
    261261         <image 
    262262               icon="icons/ovr16/small.gif" 
    263                id="com.tresys.framework.projectNatureImage" 
    264                natureId="com.tresys.framework.FrameworkNature"/> 
     263               id="com.tresys.cdsframework.projectNatureImage" 
     264               natureId="com.tresys.cdsframework.FrameworkNature"/> 
    265265      </extension> 
    266266      <extension 
     
    268268         <markerResolutionGenerator 
    269269               class="com.tresys.framework.plugin.marker.resolution.PolicyMarkerResolutionGenerator" 
    270                markerType="com.tresys.framework.parseProblem"/> 
     270               markerType="com.tresys.cdsframework.parseProblem"/> 
    271271      </extension> 
    272272      <extension 
     
    275275               adaptable="false" 
    276276               class="com.tresys.framework.plugin.views.navigator.PolicyMarkerDecorator" 
    277                id="com.tresys.framework.marker_decorator" 
     277               id="com.tresys.cdsframework.marker_decorator" 
    278278               label="%frameworkNavigatorDecorator" 
    279279               lightweight="true" 
     
    289289            point="org.eclipse.ui.themes"> 
    290290         <themeElementCategory 
    291                id="com.tresys.framework.category" 
     291               id="com.tresys.cdsframework.category" 
    292292               label="%frameworkThemeCategory"/> 
    293293         <fontDefinition 
    294                categoryId="com.tresys.framework.category" 
     294               categoryId="com.tresys.cdsframework.category" 
    295295               defaultsTo="org.eclipse.jface.textfont" 
    296                id="com.tresys.framework.graphic.item.font" 
     296               id="com.tresys.cdsframework.graphic.item.font" 
    297297               isEditable="true" 
    298298               label="%frameworkGraphicFont"> 
     
    305305               presentationId="org.eclipse.ui.presentations.default"/> 
    306306         <colorDefinition 
    307                categoryId="com.tresys.framework.category" 
    308                id="com.tresys.framework.graphic.border.color" 
     307               categoryId="com.tresys.cdsframework.category" 
     308               id="com.tresys.cdsframework.graphic.border.color" 
    309309               isEditable="true" 
    310310               label="%frameworkGraphicBorderColor" 
     
    315315         </colorDefinition> 
    316316         <colorDefinition 
    317                categoryId="com.tresys.framework.category" 
    318                id="com.tresys.framework.graphic.connection.color" 
     317               categoryId="com.tresys.cdsframework.category" 
     318               id="com.tresys.cdsframework.graphic.connection.color" 
    319319               isEditable="true" 
    320320               label="%frameworkGraphicConnectionColor" 
     
    325325         </colorDefinition> 
    326326         <colorDefinition 
    327                categoryId="com.tresys.framework.category" 
    328                id="com.tresys.framework.graphic.text.color" 
     327               categoryId="com.tresys.cdsframework.category" 
     328               id="com.tresys.cdsframework.graphic.text.color" 
    329329               isEditable="true" 
    330330               label="%frameworkGraphicTextColor" 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/SEFramework_Plugin.java

    r1585 r1601  
    3939        // Editing this ID forces you to manually edit the plugin.xml file(it will 
    4040        // not refactor) 
    41         public static final String PLUGIN_ID = "com.tresys.framework"; //$NON-NLS-1$ 
     41        public static final String PLUGIN_ID = "com.tresys.cdsframework"; //$NON-NLS-1$ 
    4242 
    4343        // The shared instance. 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/editor/policy/graphic/figure/ConnectionFigure.java

    r1488 r1601  
    2020public abstract class ConnectionFigure 
    2121        extends PolylineConnection 
    22         implements IPropertyChangeListener 
     22        implements IPropertyChangeListener, IFigureColors 
    2323{ 
    2424        private int m_nSeverity = -1; 
     
    2727        private static final Image m_imgWarning = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJS_WARN_TSK); 
    2828 
    29         private static Color m_ConnectionColor = JFaceResources.getColorRegistry ().get ("com.tresys.framework.graphic.connection.color"); 
     29        private static Color m_ConnectionColor = JFaceResources.getColorRegistry ().get (CONNECTION_COLOR); 
    3030 
    3131        public ConnectionFigure () 
     
    4949        public void propertyChange (PropertyChangeEvent event) 
    5050        { 
    51                 m_ConnectionColor = JFaceResources.getColorRegistry ().get ("com.tresys.framework.graphic.connection.color"); 
     51                m_ConnectionColor = JFaceResources.getColorRegistry ().get (CONNECTION_COLOR); 
    5252                 
    5353                setForegroundColor (m_ConnectionColor); 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/editor/policy/graphic/figure/PolicyComponentFigure.java

    r1474 r1601  
    2525public abstract class PolicyComponentFigure 
    2626        extends Shape 
    27         implements IPropertyChangeListener 
     27        implements IPropertyChangeListener, IFigureColors 
    2828{ 
    2929        private String m_sName; 
     
    3333        private static final Image m_imgWarning = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJS_WARN_TSK); 
    3434 
    35         private static Color m_FontColor = JFaceResources.getColorRegistry().get("com.tresys.framework.graphic.text.color"); 
    36         private static Color m_BorderColor = JFaceResources.getColorRegistry().get("com.tresys.framework.graphic.border.color"); 
    37         private static Font m_LabelFont = JFaceResources.getFont("com.tresys.framework.graphic.item.font"); 
     35        private static Color m_FontColor = JFaceResources.getColorRegistry().get(FONT_COLOR); 
     36        private static Color m_BorderColor = JFaceResources.getColorRegistry().get(BORDER_COLOR); 
     37        private static Font m_LabelFont = JFaceResources.getFont(LABEL_FONT); 
    3838         
    3939        protected PolicyComponentFigure () 
     
    6060        public void propertyChange (PropertyChangeEvent event) 
    6161        { 
    62                 m_FontColor = JFaceResources.getColorRegistry().get("com.tresys.framework.graphic.text.color"); 
    63                 m_BorderColor = JFaceResources.getColorRegistry().get("com.tresys.framework.graphic.border.color"); 
    64                 m_LabelFont = JFaceResources.getFont("com.tresys.framework.graphic.item.font"); 
     62                m_FontColor = JFaceResources.getColorRegistry().get(FONT_COLOR); 
     63                m_BorderColor = JFaceResources.getColorRegistry().get(BORDER_COLOR); 
     64                m_LabelFont = JFaceResources.getFont(LABEL_FONT); 
    6565                 
    6666                setForegroundColor(m_BorderColor); 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/views/navigator/PolicyMarkerDecorator.java

    r1403 r1601  
    2424{ 
    2525 
    26         public static final String ID = "com.tresys.framework.marker_decorator"; 
     26        public static final String ID = SEFramework_Plugin.PLUGIN_ID + ".marker_decorator"; 
    2727         
    2828        private static final ImageDescriptor m_imgError = SEFramework_Plugin.getDefault().getImageRegistry ().getDescriptor(FRAMEWORKImageRegistry.ERROR_OVERLAY_ICON); 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/wizards/BaseItemPropertyWizard.java

    r1518 r1601  
    2929        private IBaseShape m_shape; 
    3030         
    31         public final static String ID = "com.tresys.framework.plugin.wizards.BasePropertyWizard"; //$NON-NLS-1$ 
     31        public final static String ID = SEFramework_Plugin.PLUGIN_ID + ".plugin.wizards.BasePropertyWizard"; //$NON-NLS-1$ 
    3232 
    3333        /* 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/wizards/EntrypointWizard.java

    r1517 r1601  
    2929        private DomainShape m_targetDomain; 
    3030         
    31         public final static String ID = "com.tresys.framework.plugin.wizards.EntrypointWizard"; //$NON-NLS-1$ 
     31        public final static String ID = SEFramework_Plugin.PLUGIN_ID + ".plugin.wizards.EntrypointWizard"; //$NON-NLS-1$ 
    3232         
    3333        /** 
  • trunk/framework-plugin/src/com/tresys/framework/plugin/wizards/NewFrameworkFileWizard.java

    r1336 r1601  
    3333        private ISelection selection; 
    3434         
    35         public final static String ID = "com.tresys.framework.plugin.wizards.NewFrameworkFileWizard"; //$NON-NLS-1$ 
     35        public final static String ID = SEFramework_Plugin.PLUGIN_ID + ".plugin.wizards.NewFrameworkFileWizard"; //$NON-NLS-1$ 
    3636 
    3737        public NewFrameworkFileWizard() { 
  • trunk/gotham-feature/feature.xml

    r1593 r1601  
    9595 
    9696   <plugin 
    97          id="com.tresys.framework" 
     97         id="com.tresys.cdsframework" 
    9898         download-size="800" 
    9999         install-size="800" 
     
    101101 
    102102   <plugin 
    103          id="com.tresys.framework.libselinuxjava.linux.x86" 
     103         id="com.tresys.cdsframework.libselinuxjava.linux.x86" 
    104104         os="linux" 
    105105         arch="x86" 
     
    110110 
    111111   <plugin 
    112          id="com.tresys.framework.libselinuxjava.linux.x86_64" 
     112         id="com.tresys.cdsframework.libselinuxjava.linux.x86_64" 
    113113         os="linux" 
    114114         arch="x86_64" 
     
    119119 
    120120   <plugin 
    121          id="com.tresys.framework.doc.user" 
     121         id="com.tresys.cdsframework.doc.user" 
    122122         download-size="1024" 
    123123         install-size="1024" 
    124          version="1.2.0
     124         version="1.2.1
    125125         unpack="false"/> 
    126126 
  • trunk/helpfiles/META-INF/MANIFEST.MF

    r1598 r1601  
    55Bundle-Localization: plugin 
    66Eclipse-LazyStart: false 
    7 Bundle-SymbolicName: com.tresys.framework.doc.user; singleton:=true 
     7Bundle-SymbolicName: com.tresys.cdsframework.doc.user; singleton:=true 
    88Bundle-Version: 1.2.1 
    99Require-Bundle: org.eclipse.ui, 
  • trunk/helpfiles/build.properties

    r1583 r1601  
    1414               settings/,\ 
    1515               setup/,\ 
    16                views/ 
     16               views/,\ 
     17               contexts/,\ 
     18               framework_overview.html 
    1719src.includes = .project,\ 
    1820               META-INF/,\ 
     
    2022               build.properties,\ 
    2123               plugin.properties,\ 
    22                plugin.xml 
     24               plugin.xml,\ 
     25               advanced/,\ 
     26               concepts/,\ 
     27               contexts/,\ 
     28               framework_overview.html,\ 
     29               help.css,\ 
     30               images/,\ 
     31               overview/,\ 
     32               settings/,\ 
     33               setup/,\ 
     34               views/ 
  • trunk/helpfiles/plugin.xml

    r1585 r1601  
    1111      <contexts 
    1212            file="contexts/wizards.xml" 
    13             plugin="com.tresys.framework"/> 
     13            plugin="com.tresys.cdsframework"/> 
    1414      <contexts 
    1515            file="contexts/prefs.xml" 
    16             plugin="com.tresys.framework"/> 
     16            plugin="com.tresys.cdsframework"/> 
    1717      <contexts 
    1818            file="contexts/views.xml" 
    19             plugin="com.tresys.framework"/> 
     19            plugin="com.tresys.cdsframework"/> 
    2020   </extension> 
    2121  
  • trunk/libselinux.linux.x86/META-INF/MANIFEST.MF

    r1572 r1601  
    22Bundle-ManifestVersion: 2 
    33Bundle-Name: libSELinuxJava x86 
    4 Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86 
     4Bundle-SymbolicName: com.tresys.cdsframework.libselinuxjava.linux.x86 
    55Bundle-Version: 0.0.2 
    6 Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" 
     6Fragment-Host: com.tresys.cdsframework;bundle-version="[1.2.4,2.0.0)" 
    77Bundle-Localization: plugin 
    88Bundle-Vendor: Tresys Technology 
  • trunk/libselinux.linux.x86_64/META-INF/MANIFEST.MF

    r1575 r1601  
    22Bundle-ManifestVersion: 2 
    33Bundle-Name: libSELinuxJava x86_64 
    4 Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86_64 
     4Bundle-SymbolicName: com.tresys.cdsframework.libselinuxjava.linux.x86_64 
    55Bundle-Version: 0.0.2 
    6 Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" 
     6Fragment-Host: com.tresys.cdsframework;bundle-version="[1.2.4,2.0.0)" 
    77Bundle-Localization: plugin 
    88Bundle-Vendor: Tresys Technology 
  • trunk/oss-feature/feature.xml

    r1587 r1601  
    33      id="com.tresys.cdsframework" 
    44      label="CDS Framework" 
    5       version="1.2.6
     5      version="1.2.8
    66      provider-name="Tresys Technology" 
    77      os="linux" 
     
    8888      <import plugin="org.eclipse.ui.ide"/> 
    8989      <import plugin="org.eclipse.ui.console"/> 
     90      <import plugin="org.eclipse.gef"/> 
    9091      <import plugin="org.eclipse.ui.views"/> 
    91       <import plugin="org.eclipse.gef"/> 
    92       <import plugin="com.tresys.slide" version="1.1.4" match="greaterOrEqual"/> 
     92      <import plugin="com.tresys.slide" version="1.1.7" match="greaterOrEqual"/> 
     93      <import plugin="org.eclipse.help"/> 
    9394   </requires> 
    9495 
    9596   <plugin 
    96          id="com.tresys.framework" 
     97         id="com.tresys.cdsframework" 
    9798         download-size="800" 
    9899         install-size="800" 
     
    100101 
    101102   <plugin 
    102          id="com.tresys.framework.libselinuxjava.linux.x86" 
     103         id="com.tresys.cdsframework.libselinuxjava.linux.x86" 
    103104         os="linux" 
    104105         arch="x86" 
     
    109110 
    110111   <plugin 
    111          id="com.tresys.framework.libselinuxjava.linux.x86_64" 
     112         id="com.tresys.cdsframework.libselinuxjava.linux.x86_64" 
    112113         os="linux" 
    113114         arch="x86_64" 
     
    118119 
    119120   <plugin 
    120          id="com.tresys.framework.doc.user" 
    121          download-size="0
    122          install-size="0
    123          version="1.2.0
     121         id="com.tresys.cdsframework.doc.user" 
     122         download-size="1024
     123         install-size="1024
     124         version="1.2.1
    124125         unpack="false"/> 
    125126