Changeset 2026

Show
Ignore:
Timestamp:
04/01/08 09:50:41 (8 months ago)
Author:
apatel
Message:

removed unnecessary packages that were introduced during custom policy setup feature.
Fixed one warning FrameworkActionContributor? which was misssing 'treysys' from the classpath.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/custome_policy/framework-plugin/plugin.xml

    r2025 r2026  
    1212            id="com.tresys.cdsframework.plugin.editor.dictionary.DictionaryEditor" 
    1313            name="%dictionaryEditor"> 
    14       </editor> 
    15       <editor 
    16             class="com.tresys.framework.plugin.editor.custom.CPLEditor" 
    17                         contributorClass="com.tresys.framework.plugin.editor.FrameworkActionContributor" 
    18             extensions="fcpl" 
    19             icon="icons/framework.png" 
    20             id="com.tresys.cdsframework.plugin.editor.dictionary.custom.CPLEditor" 
    21             name="%cpleditor"> 
    2214      </editor> 
    2315      <editor 
     
    3224      <editor 
    3325            class="com.tresys.framework.plugin.editor.sysresource.SystemResourcesEditor" 
    34             contributorClass="com.framework.plugin.editor.FrameworkActionContributor" 
     26            contributorClass="com.tresys.framework.plugin.editor.FrameworkActionContributor" 
    3527                        extensions="fsys" 
    3628            icon="icons/framework.png" 
     
    560552         </participant> 
    561553      </extension> 
    562       <extension 
    563             point="org.eclipse.core.filebuffers.documentSetup"> 
    564          <participant 
    565                class="com.tresys.framework.plugin.editor.custom.CPLDocumentSetupParticipant" 
    566                extensions="fcpl"> 
    567          </participant> 
    568       </extension> 
    569554</plugin>