Skip to content
Snippets Groups Projects
Commit 51fe5fcf authored by Sebastian Krings's avatar Sebastian Krings
Browse files

externalize strings in disprover.cover

parent 2f34e60b
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: de.prob.eventb.disprover.core
......@@ -2,4 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml
plugin.xml,\
plugin.properties
###############################################################################
# Copyright (c) 2013 STUPS, Heinrich-Heine University Dusseldorf
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
reasoner.name = (Dis)Prover Reasoner
autotactic.name = ProB (Dis)Prover
autotactic.desc = Auto Tactic calling the ProB (Dis)Prover
......@@ -6,7 +6,7 @@
<reasoner
class="de.prob.eventb.disprover.core.internal.DisproverReasoner"
id="disproverReasoner"
name="Disprover Reasoner">
name="%reasoner.name">
</reasoner>
</extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment