| author | Rainer Pielmann | 2012-09-28 08:21:05 (EDT) |
|---|---|---|
| committer | Robert Sauer | 2012-09-28 08:21:05 (EDT) |
| commit | 96eda4f0aec8ad18d75513ebf64b409b27121821 (patch) (side-by-side diff) | |
| tree | a39d7208490fddb51fa72e3165915204775262fb | |
| parent | fb8bdd0495d01fa926a3498fa3d6c7866a9fc7de (diff) | |
| download | org.eclipse.stardust.ide.simulation-96eda4f0aec8ad18d75513ebf64b409b27121821.zip org.eclipse.stardust.ide.simulation-96eda4f0aec8ad18d75513ebf64b409b27121821.tar.gz org.eclipse.stardust.ide.simulation-96eda4f0aec8ad18d75513ebf64b409b27121821.tar.bz2 | |
Jira-ID: CRNT-26386
Eliminate occurences of "Infinity" in UI, messages, etc. from Stardust code baseline
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide.simulation@59620 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
3 files changed, 7 insertions, 4 deletions
diff --git a/org.eclipse.stardust.ide.simulation.rt.nl/plugin_en.properties b/org.eclipse.stardust.ide.simulation.rt.nl/plugin_en.properties index 71093e0..66c5a51 100644 --- a/org.eclipse.stardust.ide.simulation.rt.nl/plugin_en.properties +++ b/org.eclipse.stardust.ide.simulation.rt.nl/plugin_en.properties @@ -26,3 +26,5 @@ infinityCategory=Process Manager # infinityCategory_en=Process Manager
infinityStatistics=Simulation Statistics
# infinityCategory_en=Simulation Statistics
+processSimulationPerspective=Process Simulation Perspective
+# processSimulationPerspective_en=Process Simulation Perspective
diff --git a/org.eclipse.stardust.ide.simulation.rt/plugin.properties b/org.eclipse.stardust.ide.simulation.rt/plugin.properties index f9cf0c9..492d04d 100644 --- a/org.eclipse.stardust.ide.simulation.rt/plugin.properties +++ b/org.eclipse.stardust.ide.simulation.rt/plugin.properties @@ -17,3 +17,4 @@ simulationConfigurationOverlaysName=Statistics Overlays infinitySimulation=Simulation infinityCategory=Process Manager infinityStatistics=Simulation Statistics +processSimulationPerspective=Process Simulation Perspective diff --git a/org.eclipse.stardust.ide.simulation.rt/plugin.xml b/org.eclipse.stardust.ide.simulation.rt/plugin.xml index 8c04e3a..d894297 100644 --- a/org.eclipse.stardust.ide.simulation.rt/plugin.xml +++ b/org.eclipse.stardust.ide.simulation.rt/plugin.xml @@ -6,7 +6,7 @@ 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 - + Contributors: SunGard CSA LLC - initial API and implementation and/or initial documentation --> @@ -19,7 +19,7 @@ delegate="org.eclipse.stardust.ide.simulation.rt.plugin.runtime.launching.SimulationLaunchDelegate" modes="run" sourceLocatorId="ag.carnot.bpm.simulation.runtime.launching.SourceLookupDirector" - sourcePathComputerId="ag.carnot.bpm.simulation.runtime.launching.SourcePathComputer" + sourcePathComputerId="ag.carnot.bpm.simulation.runtime.launching.SourcePathComputer" > <fileExtension default="true" extension="cwm"/> </launchConfigurationType> @@ -70,7 +70,7 @@ <extension point="org.eclipse.ui.perspectives"> <perspective - name="Infinity Simulation" + name="%processSimulationPerspective" category="org.eclipse.stardust.modeling.core.viewcategory" icon="icons/simulation.gif" class="org.eclipse.stardust.ide.simulation.rt.runtime.statistics.gui.SimulationRuntimePerspective" @@ -92,7 +92,7 @@ name="%simulationConfigurationOverlaysName"> </page> </extension> - <extension + <extension point="org.eclipse.core.runtime.preferences"> <initializer class="org.eclipse.stardust.ide.simulation.rt.plugin.runtime.ui.SimulationPreferenceInitializer"/> </extension> |

