Changeset 1601
- 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
| r1586 |
r1601 |
|
| 2 | 2 | Bundle-ManifestVersion: 2 |
|---|
| 3 | 3 | Bundle-Name: %pluginName |
|---|
| 4 | | Bundle-SymbolicName: com.tresys.framework; singleton:=true |
|---|
| | 4 | Bundle-SymbolicName: com.tresys.cdsframework; singleton:=true |
|---|
| 5 | 5 | Bundle-Version: 1.2.8 |
|---|
| 6 | 6 | Bundle-Activator: com.tresys.framework.plugin.SEFramework_Plugin |
|---|
| … | … | |
| 18 | 18 | org.eclipse.help, |
|---|
| 19 | 19 | com.tresys.slide;bundle-version="1.1.7", |
|---|
| 20 | | com.tresys.framework.doc.user;resolution:=optional |
|---|
| | 20 | com.tresys.cdsframework.doc.user;resolution:=optional |
|---|
| 21 | 21 | Eclipse-AutoStart: true |
|---|
| 22 | 22 | Bundle-Vendor: %providerName |
|---|
| r1584 |
r1601 |
|
| 10 | 10 | extensions="fdic" |
|---|
| 11 | 11 | icon="icons/framework.png" |
|---|
| 12 | | id="com.tresys.framework.plugin.editor.dictionary.DictionaryEditor" |
|---|
| | 12 | id="com.tresys.cdsframework.plugin.editor.dictionary.DictionaryEditor" |
|---|
| 13 | 13 | name="%dictionaryEditor"> |
|---|
| 14 | 14 | </editor> |
|---|
| … | … | |
| 19 | 19 | extensions="fpol" |
|---|
| 20 | 20 | icon="icons/framework.png" |
|---|
| 21 | | id="com.tresys.framework.plugin.editor.policy.text.PolicyEditor" |
|---|
| | 21 | id="com.tresys.cdsframework.plugin.editor.policy.text.PolicyEditor" |
|---|
| 22 | 22 | name="%policyEditor"> |
|---|
| 23 | 23 | </editor> |
|---|
| … | … | |
| 27 | 27 | extensions="fsys" |
|---|
| 28 | 28 | icon="icons/framework.png" |
|---|
| 29 | | id="com.tresys.framework.plugin.editor.sysresource.SystemResourcesEditor" |
|---|
| | 29 | id="com.tresys.cdsframework.plugin.editor.sysresource.SystemResourcesEditor" |
|---|
| 30 | 30 | name="%systemEdtor"> |
|---|
| 31 | 31 | </editor> |
|---|
| … | … | |
| 36 | 36 | extensions="fpol" |
|---|
| 37 | 37 | icon="icons/framework.png" |
|---|
| 38 | | id="com.tresys.framework.GraphicPolicyEditor" |
|---|
| | 38 | id="com.tresys.cdsframework.GraphicPolicyEditor" |
|---|
| 39 | 39 | name="%graphicalEditor"/> |
|---|
| 40 | 40 | </extension> |
|---|
| … | … | |
| 56 | 56 | <run class="com.tresys.framework.plugin.builder.FrameworkNature"/> |
|---|
| 57 | 57 | </runtime> |
|---|
| 58 | | <builder id="com.tresys.framework.FrameworkBuilder"/> |
|---|
| | 58 | <builder id="com.tresys.cdsframework.FrameworkBuilder"/> |
|---|
| 59 | 59 | <requires-nature id="com.tresys.slide.SystemProjectNature"/> |
|---|
| 60 | 60 | <requires-nature id="com.tresys.slide.SLIDEProject"/> |
|---|
| … | … | |
| 75 | 75 | <page |
|---|
| 76 | 76 | class="com.tresys.framework.plugin.preferences.SEFPreferencePage" |
|---|
| 77 | | id="com.tresys.framework.plugin.preferences.SEFPreferencePage" |
|---|
| | 77 | id="com.tresys.cdsframework.plugin.preferences.SEFPreferencePage" |
|---|
| 78 | 78 | name="%frameworkPrefs"/> |
|---|
| 79 | 79 | <page |
|---|
| 80 | | id="com.tresys.framework.plugin.preferences.TextEditorPreferences" |
|---|
| | 80 | id="com.tresys.cdsframework.plugin.preferences.TextEditorPreferences" |
|---|
| 81 | 81 | name="%policyTextEditor" |
|---|
| 82 | 82 | 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" |
|---|
| 86 | 86 | class="com.tresys.framework.plugin.preferences.GraphicEditorPreferences" |
|---|
| 87 | | id="com.tresys.framework.plugin.preferences.GraphicEditorPreferences" |
|---|
| | 87 | id="com.tresys.cdsframework.plugin.preferences.GraphicEditorPreferences" |
|---|
| 88 | 88 | name="%policyGraphicEditor"/> |
|---|
| 89 | 89 | </extension> |
|---|
| … | … | |
| 105 | 105 | point="org.eclipse.ui.newWizards"> |
|---|
| 106 | 106 | <category |
|---|
| 107 | | id="com.tresys.framework.frameworkcatagory" |
|---|
| | 107 | id="com.tresys.cdsframework.frameworkcatagory" |
|---|
| 108 | 108 | name="%frameworkCategory"/> |
|---|
| 109 | 109 | <wizard |
|---|
| 110 | | category="com.tresys.framework.frameworkcatagory" |
|---|
| | 110 | category="com.tresys.cdsframework.frameworkcatagory" |
|---|
| 111 | 111 | class="com.tresys.framework.plugin.wizards.NewProjectWizard" |
|---|
| 112 | 112 | project="true" |
|---|
| 113 | 113 | icon="icons/framework.png" |
|---|
| 114 | | id="com.tresys.framework.plugin.wizards.NewProjectWizard" |
|---|
| | 114 | id="com.tresys.cdsframework.plugin.wizards.NewProjectWizard" |
|---|
| 115 | 115 | name="%frameworkProject"/> |
|---|
| 116 | 116 | <wizard |
|---|
| 117 | 117 | canFinishEarly="false" |
|---|
| 118 | | category="com.tresys.framework.frameworkcatagory" |
|---|
| | 118 | category="com.tresys.cdsframework.frameworkcatagory" |
|---|
| 119 | 119 | class="com.tresys.framework.plugin.wizards.NewSystemWizard" |
|---|
| 120 | 120 | hasPages="true" |
|---|
| 121 | 121 | icon="icons/framework.png" |
|---|
| 122 | | id="com.tresys.framework.plugin.wizards.NewSystemWizard" |
|---|
| | 122 | id="com.tresys.cdsframework.plugin.wizards.NewSystemWizard" |
|---|
| 123 | 123 | name="%frameworkSystem" |
|---|
| 124 | 124 | project="false"/> |
|---|
| 125 | 125 | <wizard |
|---|
| 126 | | category="com.tresys.framework.frameworkcatagory" |
|---|
| | 126 | category="com.tresys.cdsframework.frameworkcatagory" |
|---|
| 127 | 127 | class="com.tresys.framework.plugin.wizards.NewFrameworkFileWizard" |
|---|
| 128 | 128 | icon="icons/framework.png" |
|---|
| 129 | | id="com.tresys.framework.plugin.wizards.NewFrameworkFileWizard" |
|---|
| | 129 | id="com.tresys.cdsframework.plugin.wizards.NewFrameworkFileWizard" |
|---|
| 130 | 130 | name="%frameworkFile"> |
|---|
| 131 | 131 | </wizard> |
|---|
| … | … | |
| 138 | 138 | class="com.tresys.framework.plugin.preferences.FrameworkProjProperties" |
|---|
| 139 | 139 | icon="icons/framework.png" |
|---|
| 140 | | id="com.tresys.framework.plugin.preferences.FrameworkProjProperties" |
|---|
| | 140 | id="com.tresys.cdsframework.plugin.preferences.FrameworkProjProperties" |
|---|
| 141 | 141 | name="%projectProperties" |
|---|
| 142 | 142 | objectClass="org.eclipse.core.resources.IProject"> |
|---|
| 143 | 143 | <filter |
|---|
| 144 | 144 | name="nature" |
|---|
| 145 | | value="com.tresys.framework.FrameworkNature"> |
|---|
| | 145 | value="com.tresys.cdsframework.FrameworkNature"> |
|---|
| 146 | 146 | </filter> |
|---|
| 147 | 147 | </page> |
|---|
| … | … | |
| 186 | 186 | icon="icons/framework_old.png" |
|---|
| 187 | 187 | class="com.tresys.framework.plugin.FrameworkPerspective" |
|---|
| 188 | | id="com.tresys.framework.plugin.FrameworkPerspective"/> |
|---|
| | 188 | id="com.tresys.cdsframework.plugin.FrameworkPerspective"/> |
|---|
| 189 | 189 | </extension> |
|---|
| 190 | 190 | <extension |
|---|
| 191 | 191 | point="org.eclipse.ui.views"> |
|---|
| 192 | 192 | <category |
|---|
| 193 | | id="com.tresys.framework.viewcategory" |
|---|
| | 193 | id="com.tresys.cdsframework.viewcategory" |
|---|
| 194 | 194 | name="CDS Framework"/> |
|---|
| 195 | 195 | <view |
|---|
| 196 | 196 | allowMultiple="false" |
|---|
| 197 | | category="com.tresys.framework.viewcategory" |
|---|
| | 197 | category="com.tresys.cdsframework.viewcategory" |
|---|
| 198 | 198 | class="com.tresys.framework.plugin.views.navigator.FrameworkNavigator" |
|---|
| 199 | 199 | icon="icons/framework.png" |
|---|
| 200 | | id="com.tresys.framework.plugin.views.navigator.FrameworkNavigator" |
|---|
| | 200 | id="com.tresys.cdsframework.plugin.views.navigator.FrameworkNavigator" |
|---|
| 201 | 201 | name="%navigator"/> |
|---|
| 202 | 202 | </extension> |
|---|
| … | … | |
| 261 | 261 | <image |
|---|
| 262 | 262 | 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"/> |
|---|
| 265 | 265 | </extension> |
|---|
| 266 | 266 | <extension |
|---|
| … | … | |
| 268 | 268 | <markerResolutionGenerator |
|---|
| 269 | 269 | class="com.tresys.framework.plugin.marker.resolution.PolicyMarkerResolutionGenerator" |
|---|
| 270 | | markerType="com.tresys.framework.parseProblem"/> |
|---|
| | 270 | markerType="com.tresys.cdsframework.parseProblem"/> |
|---|
| 271 | 271 | </extension> |
|---|
| 272 | 272 | <extension |
|---|
| … | … | |
| 275 | 275 | adaptable="false" |
|---|
| 276 | 276 | class="com.tresys.framework.plugin.views.navigator.PolicyMarkerDecorator" |
|---|
| 277 | | id="com.tresys.framework.marker_decorator" |
|---|
| | 277 | id="com.tresys.cdsframework.marker_decorator" |
|---|
| 278 | 278 | label="%frameworkNavigatorDecorator" |
|---|
| 279 | 279 | lightweight="true" |
|---|
| … | … | |
| 289 | 289 | point="org.eclipse.ui.themes"> |
|---|
| 290 | 290 | <themeElementCategory |
|---|
| 291 | | id="com.tresys.framework.category" |
|---|
| | 291 | id="com.tresys.cdsframework.category" |
|---|
| 292 | 292 | label="%frameworkThemeCategory"/> |
|---|
| 293 | 293 | <fontDefinition |
|---|
| 294 | | categoryId="com.tresys.framework.category" |
|---|
| | 294 | categoryId="com.tresys.cdsframework.category" |
|---|
| 295 | 295 | defaultsTo="org.eclipse.jface.textfont" |
|---|
| 296 | | id="com.tresys.framework.graphic.item.font" |
|---|
| | 296 | id="com.tresys.cdsframework.graphic.item.font" |
|---|
| 297 | 297 | isEditable="true" |
|---|
| 298 | 298 | label="%frameworkGraphicFont"> |
|---|
| … | … | |
| 305 | 305 | presentationId="org.eclipse.ui.presentations.default"/> |
|---|
| 306 | 306 | <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" |
|---|
| 309 | 309 | isEditable="true" |
|---|
| 310 | 310 | label="%frameworkGraphicBorderColor" |
|---|
| … | … | |
| 315 | 315 | </colorDefinition> |
|---|
| 316 | 316 | <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" |
|---|
| 319 | 319 | isEditable="true" |
|---|
| 320 | 320 | label="%frameworkGraphicConnectionColor" |
|---|
| … | … | |
| 325 | 325 | </colorDefinition> |
|---|
| 326 | 326 | <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" |
|---|
| 329 | 329 | isEditable="true" |
|---|
| 330 | 330 | label="%frameworkGraphicTextColor" |
|---|
| r1585 |
r1601 |
|
| 39 | 39 | // Editing this ID forces you to manually edit the plugin.xml file(it will |
|---|
| 40 | 40 | // 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$ |
|---|
| 42 | 42 | |
|---|
| 43 | 43 | // The shared instance. |
|---|
| r1488 |
r1601 |
|
| 20 | 20 | public abstract class ConnectionFigure |
|---|
| 21 | 21 | extends PolylineConnection |
|---|
| 22 | | implements IPropertyChangeListener |
|---|
| | 22 | implements IPropertyChangeListener, IFigureColors |
|---|
| 23 | 23 | { |
|---|
| 24 | 24 | private int m_nSeverity = -1; |
|---|
| … | … | |
| 27 | 27 | private static final Image m_imgWarning = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJS_WARN_TSK); |
|---|
| 28 | 28 | |
|---|
| 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); |
|---|
| 30 | 30 | |
|---|
| 31 | 31 | public ConnectionFigure () |
|---|
| … | … | |
| 49 | 49 | public void propertyChange (PropertyChangeEvent event) |
|---|
| 50 | 50 | { |
|---|
| 51 | | m_ConnectionColor = JFaceResources.getColorRegistry ().get ("com.tresys.framework.graphic.connection.color"); |
|---|
| | 51 | m_ConnectionColor = JFaceResources.getColorRegistry ().get (CONNECTION_COLOR); |
|---|
| 52 | 52 | |
|---|
| 53 | 53 | setForegroundColor (m_ConnectionColor); |
|---|
| r1474 |
r1601 |
|
| 25 | 25 | public abstract class PolicyComponentFigure |
|---|
| 26 | 26 | extends Shape |
|---|
| 27 | | implements IPropertyChangeListener |
|---|
| | 27 | implements IPropertyChangeListener, IFigureColors |
|---|
| 28 | 28 | { |
|---|
| 29 | 29 | private String m_sName; |
|---|
| … | … | |
| 33 | 33 | private static final Image m_imgWarning = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJS_WARN_TSK); |
|---|
| 34 | 34 | |
|---|
| 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); |
|---|
| 38 | 38 | |
|---|
| 39 | 39 | protected PolicyComponentFigure () |
|---|
| … | … | |
| 60 | 60 | public void propertyChange (PropertyChangeEvent event) |
|---|
| 61 | 61 | { |
|---|
| 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); |
|---|
| 65 | 65 | |
|---|
| 66 | 66 | setForegroundColor(m_BorderColor); |
|---|
| r1403 |
r1601 |
|
| 24 | 24 | { |
|---|
| 25 | 25 | |
|---|
| 26 | | public static final String ID = "com.tresys.framework.marker_decorator"; |
|---|
| | 26 | public static final String ID = SEFramework_Plugin.PLUGIN_ID + ".marker_decorator"; |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | private static final ImageDescriptor m_imgError = SEFramework_Plugin.getDefault().getImageRegistry ().getDescriptor(FRAMEWORKImageRegistry.ERROR_OVERLAY_ICON); |
|---|
| r1518 |
r1601 |
|
| 29 | 29 | private IBaseShape m_shape; |
|---|
| 30 | 30 | |
|---|
| 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$ |
|---|
| 32 | 32 | |
|---|
| 33 | 33 | /* |
|---|
| r1517 |
r1601 |
|
| 29 | 29 | private DomainShape m_targetDomain; |
|---|
| 30 | 30 | |
|---|
| 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$ |
|---|
| 32 | 32 | |
|---|
| 33 | 33 | /** |
|---|
| r1336 |
r1601 |
|
| 33 | 33 | private ISelection selection; |
|---|
| 34 | 34 | |
|---|
| 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$ |
|---|
| 36 | 36 | |
|---|
| 37 | 37 | public NewFrameworkFileWizard() { |
|---|
| r1593 |
r1601 |
|
| 95 | 95 | |
|---|
| 96 | 96 | <plugin |
|---|
| 97 | | id="com.tresys.framework" |
|---|
| | 97 | id="com.tresys.cdsframework" |
|---|
| 98 | 98 | download-size="800" |
|---|
| 99 | 99 | install-size="800" |
|---|
| … | … | |
| 101 | 101 | |
|---|
| 102 | 102 | <plugin |
|---|
| 103 | | id="com.tresys.framework.libselinuxjava.linux.x86" |
|---|
| | 103 | id="com.tresys.cdsframework.libselinuxjava.linux.x86" |
|---|
| 104 | 104 | os="linux" |
|---|
| 105 | 105 | arch="x86" |
|---|
| … | … | |
| 110 | 110 | |
|---|
| 111 | 111 | <plugin |
|---|
| 112 | | id="com.tresys.framework.libselinuxjava.linux.x86_64" |
|---|
| | 112 | id="com.tresys.cdsframework.libselinuxjava.linux.x86_64" |
|---|
| 113 | 113 | os="linux" |
|---|
| 114 | 114 | arch="x86_64" |
|---|
| … | … | |
| 119 | 119 | |
|---|
| 120 | 120 | <plugin |
|---|
| 121 | | id="com.tresys.framework.doc.user" |
|---|
| | 121 | id="com.tresys.cdsframework.doc.user" |
|---|
| 122 | 122 | download-size="1024" |
|---|
| 123 | 123 | install-size="1024" |
|---|
| 124 | | version="1.2.0" |
|---|
| | 124 | version="1.2.1" |
|---|
| 125 | 125 | unpack="false"/> |
|---|
| 126 | 126 | |
|---|
| r1598 |
r1601 |
|
| 5 | 5 | Bundle-Localization: plugin |
|---|
| 6 | 6 | Eclipse-LazyStart: false |
|---|
| 7 | | Bundle-SymbolicName: com.tresys.framework.doc.user; singleton:=true |
|---|
| | 7 | Bundle-SymbolicName: com.tresys.cdsframework.doc.user; singleton:=true |
|---|
| 8 | 8 | Bundle-Version: 1.2.1 |
|---|
| 9 | 9 | Require-Bundle: org.eclipse.ui, |
|---|
| r1583 |
r1601 |
|
| 14 | 14 | settings/,\ |
|---|
| 15 | 15 | setup/,\ |
|---|
| 16 | | views/ |
|---|
| | 16 | views/,\ |
|---|
| | 17 | contexts/,\ |
|---|
| | 18 | framework_overview.html |
|---|
| 17 | 19 | src.includes = .project,\ |
|---|
| 18 | 20 | META-INF/,\ |
|---|
| … | … | |
| 20 | 22 | build.properties,\ |
|---|
| 21 | 23 | 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/ |
|---|
| r1585 |
r1601 |
|
| 11 | 11 | <contexts |
|---|
| 12 | 12 | file="contexts/wizards.xml" |
|---|
| 13 | | plugin="com.tresys.framework"/> |
|---|
| | 13 | plugin="com.tresys.cdsframework"/> |
|---|
| 14 | 14 | <contexts |
|---|
| 15 | 15 | file="contexts/prefs.xml" |
|---|
| 16 | | plugin="com.tresys.framework"/> |
|---|
| | 16 | plugin="com.tresys.cdsframework"/> |
|---|
| 17 | 17 | <contexts |
|---|
| 18 | 18 | file="contexts/views.xml" |
|---|
| 19 | | plugin="com.tresys.framework"/> |
|---|
| | 19 | plugin="com.tresys.cdsframework"/> |
|---|
| 20 | 20 | </extension> |
|---|
| 21 | 21 | |
|---|
| r1572 |
r1601 |
|
| 2 | 2 | Bundle-ManifestVersion: 2 |
|---|
| 3 | 3 | Bundle-Name: libSELinuxJava x86 |
|---|
| 4 | | Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86 |
|---|
| | 4 | Bundle-SymbolicName: com.tresys.cdsframework.libselinuxjava.linux.x86 |
|---|
| 5 | 5 | Bundle-Version: 0.0.2 |
|---|
| 6 | | Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" |
|---|
| | 6 | Fragment-Host: com.tresys.cdsframework;bundle-version="[1.2.4,2.0.0)" |
|---|
| 7 | 7 | Bundle-Localization: plugin |
|---|
| 8 | 8 | Bundle-Vendor: Tresys Technology |
|---|
| r1575 |
r1601 |
|
| 2 | 2 | Bundle-ManifestVersion: 2 |
|---|
| 3 | 3 | Bundle-Name: libSELinuxJava x86_64 |
|---|
| 4 | | Bundle-SymbolicName: com.tresys.framework.libselinuxjava.linux.x86_64 |
|---|
| | 4 | Bundle-SymbolicName: com.tresys.cdsframework.libselinuxjava.linux.x86_64 |
|---|
| 5 | 5 | Bundle-Version: 0.0.2 |
|---|
| 6 | | Fragment-Host: com.tresys.framework;bundle-version="[1.2.4,2.0.0)" |
|---|
| | 6 | Fragment-Host: com.tresys.cdsframework;bundle-version="[1.2.4,2.0.0)" |
|---|
| 7 | 7 | Bundle-Localization: plugin |
|---|
| 8 | 8 | Bundle-Vendor: Tresys Technology |
|---|
| r1587 |
r1601 |
|
| 3 | 3 | id="com.tresys.cdsframework" |
|---|
| 4 | 4 | label="CDS Framework" |
|---|
| 5 | | version="1.2.6" |
|---|
| | 5 | version="1.2.8" |
|---|
| 6 | 6 | provider-name="Tresys Technology" |
|---|
| 7 | 7 | os="linux" |
|---|
| … | … | |
| 88 | 88 | <import plugin="org.eclipse.ui.ide"/> |
|---|
| 89 | 89 | <import plugin="org.eclipse.ui.console"/> |
|---|
| | 90 | <import plugin="org.eclipse.gef"/> |
|---|
| 90 | 91 | <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"/> |
|---|
| 93 | 94 | </requires> |
|---|
| 94 | 95 | |
|---|
| 95 | 96 | <plugin |
|---|
| 96 | | id="com.tresys.framework" |
|---|
| | 97 | id="com.tresys.cdsframework" |
|---|
| 97 | 98 | download-size="800" |
|---|
| 98 | 99 | install-size="800" |
|---|
| … | … | |
| 100 | 101 | |
|---|
| 101 | 102 | <plugin |
|---|
| 102 | | id="com.tresys.framework.libselinuxjava.linux.x86" |
|---|
| | 103 | id="com.tresys.cdsframework.libselinuxjava.linux.x86" |
|---|
| 103 | 104 | os="linux" |
|---|
| 104 | 105 | arch="x86" |
|---|
| … | … | |
| 109 | 110 | |
|---|
| 110 | 111 | <plugin |
|---|
| 111 | | id="com.tresys.framework.libselinuxjava.linux.x86_64" |
|---|
| | 112 | id="com.tresys.cdsframework.libselinuxjava.linux.x86_64" |
|---|
| 112 | 113 | os="linux" |
|---|
| 113 | 114 | arch="x86_64" |
|---|
| … | … | |
| 118 | 119 | |
|---|
| 119 | 120 | <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" |
|---|
| 124 | 125 | unpack="false"/> |
|---|
| 125 | 126 | |
|---|
Download in other formats:
* Generating other formats may take time.