Skip to content
Snippets Groups Projects
Commit 115abde8 authored by dgelessus's avatar dgelessus
Browse files

Fix feature branding not showing in about window and make it consistent

parent 74e7ab35
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
id="org.eventb.texteditor.feature"
label="Camille Text Editor"
version="3.5.2.qualifier"
provider-name="Heinrich-Heine University Dusseldorf"
provider-name="HHU Düsseldorf STUPS Group"
plugin="org.eventb.texteditor.ui">
<description>
......
......@@ -16,5 +16,5 @@ Export-Package: de.be4.eventb.core.parser,
de.be4.eventb.core.parser.parser,
de.hhu.stups.sablecc.patch,
org.eventb.texteditor.parsers
Bundle-Vendor: Heinrich-Heine University Dusseldorf
Bundle-Vendor: HHU Düsseldorf STUPS Group
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Camille Texteditor
Bundle-Name: Camille Text Editor
Bundle-SymbolicName: org.eventb.texteditor.ui;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Localization: plugin
......@@ -26,7 +26,7 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.8.1,4.0.0)",
org.rodinp.keyboard.core;bundle-version="[2.0.0,3.0.0)",
org.rodinp.keyboard.ui;bundle-version="[2.0.0,3.0.0)"
Bundle-ClassPath: .
Bundle-Vendor: Heinrich-Heine University Dusseldorf
Bundle-Vendor: HHU Düsseldorf STUPS Group
Export-Package: org.eventb.texteditor.ui,
org.eventb.texteditor.ui.build,
org.eventb.texteditor.ui.build.dom,
......
aboutText=A text editor for the Rodin platform to edit Event-B models.
featureImage=icons/camille32.gif
......@@ -2,6 +2,7 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.ini,\
plugin.xml,\
plugin.properties,\
templates.xml,\
......
......@@ -4,7 +4,7 @@
#
# $Id$
pluginName = Camille Texteditor
pluginName = Camille Text Editor
_UI_CoreEditor_menu = &Core Editor
_UI_MachineEditor_menu = &Machine Editor
......@@ -40,7 +40,7 @@ _UI_MachineModelWizard_description = Create a new Machine model
_UI_MachineEditorFilenameDefaultBase = Machine
_UI_MachineEditorFilenameExtensions = bum
_UI_MachineEditor_label = Camille Texteditor
_UI_MachineEditor_label = Camille Text Editor
_UI_Wizard_label = New
......
......@@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.8.1,4.0.0)",
org.eventb.emf.persistence;bundle-version="[3.6.0,4.0.0)",
org.eventb.texteditor.parsers;bundle-version="[3.5.2,3.6.0)",
org.rodinp.core;bundle-version="[1.7.0,2.0.0)"
Bundle-Vendor: Heinrich-Heine University Dusseldorf
Bundle-Vendor: HHU Düsseldorf STUPS Group
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment