소스 검색

#189 replace 'Yakindu' with 'YAKINDU' in some different files

Dominik Tesch 9 년 전
부모
커밋
430ec5737a

+ 1 - 1
features/org.yakindu.sct-feature/feature.xml

@@ -19,7 +19,7 @@
    </license>
 
    <url>
-      <discovery label="Yakindu SCT Repository" url="http://updates.yakindu.org/sct/mars/releases"/>
+      <discovery label="YAKINDU SCT Repository" url="http://updates.yakindu.org/sct/mars/releases"/>
    </url>
 
    <requires>

+ 2 - 2
plugins/org.yakindu.sct.doc.developer/help/02_Getting_Started/getting_started-toc.xml

@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <toc topic="help/developer/02_Getting_Started/getting_started.html" label="getting_started">
 	<topic href="help/developer/02_Getting_Started/getting_started.html" label="Developer Getting started">
-		<topic href="help/developer/02_Getting_Started/getting_started.html#YakinduXpandGeneratorProject" label="Yakindu Xpand Generator Project"></topic>
-		<topic href="help/developer/02_Getting_Started/getting_started.html#YakinduXtend2JavaGeneratorProject" label="Yakindu Xtend2/Java Generator Project"></topic>
+		<topic href="help/developer/02_Getting_Started/getting_started.html#YakinduXpandGeneratorProject" label="YAKINDU Xpand Generator Project"></topic>
+		<topic href="help/developer/02_Getting_Started/getting_started.html#YakinduXtend2JavaGeneratorProject" label="YAKINDU Xtend2/Java Generator Project"></topic>
 	</topic>
 </toc>

+ 2 - 2
plugins/org.yakindu.sct.doc.developer/help/02_Getting_Started/getting_started.html

@@ -8,7 +8,7 @@
 	<body>
 		<h1 id="DeveloperGettingstarted">Developer Getting started</h1>
 		<h2 id="YakinduXpandGeneratorProject">Yakindu Xpand Generator Project</h2>
-		<p>In the context of model driven software development generators play an important role. The generator transforms the model to either another model or text like code. Yakindu generators support multiple transform languages. One is Xpand. By clicking 
+		<p>In the context of model driven software development generators play an important role. The generator transforms the model to either another model or text like code. YAKINDU generators support multiple transform languages. One is Xpand. By clicking 
 			<strong>File</strong> &gt; 
 			<strong>New</strong> &gt; 
 			<strong>Other...</strong> &gt; 
@@ -27,7 +27,7 @@
 		</p>
 		<h2 id="YakinduXtend2JavaGeneratorProject">Yakindu Xtend2/Java Generator Project</h2>
 		<p>The generator that transforms the state machine model into code or documentation can be written in Xtend2 and Java. Find a detailed description on Xtend2 in the 
-			<a href="PLUGIN_ROOT/org.eclipse.xtext.doc/contents/01-Xtend_Introduction.html">Xtend2 documentation</a>. Yakindu comes with a predefined project setting for such projects. To create such a project click 
+			<a href="PLUGIN_ROOT/org.eclipse.xtext.doc/contents/01-Xtend_Introduction.html">Xtend2 documentation</a>. YAKINDU comes with a predefined project setting for such projects. To create such a project click 
 			<strong>File</strong> &gt; 
 			<strong>New</strong> &gt; 
 			<strong>Other...</strong> &gt; 

+ 18 - 18
plugins/org.yakindu.sct.doc.developer/help/02_Getting_Started/getting_started.textile

@@ -1,19 +1,19 @@
-h1. Developer Getting started
-
-h2. Yakindu Xpand Generator Project
-
-In the context of model driven software development generators play an important role. The generator transforms the model to either another model or text like code. Yakindu generators support multiple transform languages. One is Xpand. By clicking *File* > *New* > *Other...* > *YAKINDU Xpand Generator Project* you create a project optimized for writing a generator in Xpand. For more details regarding Xpand see: "Xpand documentation":PLUGIN_ROOT/org.eclipse.xpand.doc/help/index.html.
-
-!images/new_xpand_project_simple.jpg!
-
-All you need to do is to give it a speaking name and click *Finish*. The setting *Configure for Plugin Export* is an option for plugin developers.
-
-The newly created project has a package with an Xpand starting point: the _Main.xpt_. This file the includes the needed metamodels. It has the entrance Xpand statement that iterates all states in the model and prints the names in a text file.
-
-h2. Yakindu Xtend2/Java Generator Project
-
-The generator that transforms the state machine model into code or documentation can be written in Xtend2 and Java. Find a detailed description on Xtend2 in the "Xtend2 documentation":PLUGIN_ROOT/org.eclipse.xtext.doc/contents/01-Xtend_Introduction.html. Yakindu comes with a predefined project setting for such projects. To create such a project click *File* > *New* > *Other...* > *YAKINDU Xtend2/Java Generator Project*. 
-
-!images/new_java_xtend_project.jpg!
-
+h1. Developer Getting started
+
+h2. YAKINDU Xpand Generator Project
+
+In the context of model driven software development generators play an important role. The generator transforms the model to either another model or text like code. YAKINDU generators support multiple transform languages. One is Xpand. By clicking *File* > *New* > *Other...* > *YAKINDU Xpand Generator Project* you create a project optimized for writing a generator in Xpand. For more details regarding Xpand see: "Xpand documentation":PLUGIN_ROOT/org.eclipse.xpand.doc/help/index.html.
+
+!images/new_xpand_project_simple.jpg!
+
+All you need to do is to give it a speaking name and click *Finish*. The setting *Configure for Plugin Export* is an option for plugin developers.
+
+The newly created project has a package with an Xpand starting point: the _Main.xpt_. This file the includes the needed metamodels. It has the entrance Xpand statement that iterates all states in the model and prints the names in a text file.
+
+h2. YAKINDU Xtend2/Java Generator Project
+
+The generator that transforms the state machine model into code or documentation can be written in Xtend2 and Java. Find a detailed description on Xtend2 in the "Xtend2 documentation":PLUGIN_ROOT/org.eclipse.xtext.doc/contents/01-Xtend_Introduction.html. YAKINDU comes with a predefined project setting for such projects. To create such a project click *File* > *New* > *Other...* > *YAKINDU Xtend2/Java Generator Project*. 
+
+!images/new_java_xtend_project.jpg!
+
 Give the project a speaking full qualified name and name also the generator java class with a full qualified name. If you also want to use Xtend select *Use Xtend*. The result is a new project with an initial Xtend file and java class.

+ 14 - 14
plugins/org.yakindu.sct.domain.generic/plugin.xml

@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-<extension
-         point="org.yakindu.sct.domain">
-      <Domain
-            description="The default domain for Yakindu Statechart Tools."
-            domainID="org.yakindu.domain.default"
-            domainModuleProvider="org.yakindu.sct.domain.generic.extension.GenericDomainInjectorProvider"
-            image="icons/logo_small.png"
-            name="Default">
-      </Domain>
-   </extension>
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+<extension
+         point="org.yakindu.sct.domain">
+      <Domain
+            description="The default domain for YAKINDU Statechart Tools."
+            domainID="org.yakindu.domain.default"
+            domainModuleProvider="org.yakindu.sct.domain.generic.extension.GenericDomainInjectorProvider"
+            image="icons/logo_small.png"
+            name="Default">
+      </Domain>
+   </extension>
+</plugin>

+ 1 - 1
plugins/org.yakindu.sct.generator.java/src/org/yakindu/sct/generator/java/Navigation.xtend

@@ -5,7 +5,7 @@
  *   which accompanies this distribution, and is available at
  *   http://www.eclipse.org/legal/epl-v10.html
  *   Contributors:
- *   	Commiters of Yakindu - Initial contribution and API
+ *   	Commiters of YAKINDU - Initial contribution and API
  */
 package org.yakindu.sct.generator.java
 

+ 87 - 87
plugins/org.yakindu.sct.simulation.ui/src/org/yakindu/sct/simulation/ui/perspective/SCTPerspectiveManager.java

@@ -1,87 +1,87 @@
-/**
- * Copyright (c) 2011 committers of YAKINDU and others.
- * 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
- * Contributors:
- * 	committers of YAKINDU - initial API and implementation
- * 
- */
-package org.yakindu.sct.simulation.ui.perspective;
-
-import static org.yakindu.sct.ui.perspectives.IYakinduSctPerspectives.ID_PERSPECTIVE_SCT_SIMULATION;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.jobs.Job;
-import org.eclipse.debug.core.ILaunch;
-import org.eclipse.debug.core.ILaunchConfigurationType;
-import org.eclipse.debug.core.ILaunchListener;
-import org.eclipse.debug.internal.ui.DebugUIPlugin;
-import org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager;
-import org.eclipse.debug.internal.ui.viewers.AsynchronousSchedulingRuleFactory;
-import org.eclipse.ui.IWorkbenchWindow;
-import org.eclipse.ui.PartInitException;
-import org.eclipse.ui.progress.UIJob;
-
-/**
- * custom implementation of the {@link PerspectiveManager} for the Yakindu
- * Statechart launch types. </br>
- * 
- * This implementation forces to open the Yakindu Simulation perspective and the
- * Debug view.</br>
- * 
- * @author andreas muelder - Initial contribution and API
- * 
- */
-@SuppressWarnings("restriction")
-public class SCTPerspectiveManager extends PerspectiveManager implements ILaunchListener {
-
-	private static final String DEBUG_VIEW_ID = "org.eclipse.debug.ui.DebugView";
-	private static final String LAUNCH_TYPE = "yakindu";
-
-	public void launchAdded(ILaunch launch) {
-		try {
-			ILaunchConfigurationType type = launch.getLaunchConfiguration().getType();
-			// Open the simulation perspective for all yakindu simulation types
-			if (type.getIdentifier().contains(LAUNCH_TYPE)) {
-				Job switchJob = new UIJob(DebugUIPlugin.getStandardDisplay(), "Perspective Switch Job") { //$NON-NLS-1$
-					public IStatus runInUIThread(IProgressMonitor monitor) {
-						IWorkbenchWindow window = DebugUIPlugin.getActiveWorkbenchWindow();
-						if (window != null && !(isCurrentPerspective(window, ID_PERSPECTIVE_SCT_SIMULATION))) {
-							switchToPerspective(window, ID_PERSPECTIVE_SCT_SIMULATION);
-						}
-						// Force the debug view to open
-						if (window != null) {
-							try {
-								window.getWorkbench().getActiveWorkbenchWindow().getActivePage()
-										.showView(DEBUG_VIEW_ID);
-							} catch (PartInitException e) {
-								e.printStackTrace();
-							}
-						}
-						return Status.OK_STATUS;
-					}
-				};
-				switchJob.setSystem(true);
-				switchJob.setPriority(Job.INTERACTIVE);
-				switchJob.setRule(AsynchronousSchedulingRuleFactory.getDefault().newSerialPerObjectRule(this));
-				switchJob.schedule();
-			}
-		} catch (CoreException ex) {
-			ex.printStackTrace();
-		}
-	}
-
-	public void launchChanged(ILaunch launch) {
-		// Nothing to do
-	}
-
-	public void launchRemoved(ILaunch launch) {
-		// Nothing to do
-	}
-
-}
+/**
+ * Copyright (c) 2011 committers of YAKINDU and others.
+ * 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
+ * Contributors:
+ * 	committers of YAKINDU - initial API and implementation
+ * 
+ */
+package org.yakindu.sct.simulation.ui.perspective;
+
+import static org.yakindu.sct.ui.perspectives.IYakinduSctPerspectives.ID_PERSPECTIVE_SCT_SIMULATION;
+
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.core.runtime.jobs.Job;
+import org.eclipse.debug.core.ILaunch;
+import org.eclipse.debug.core.ILaunchConfigurationType;
+import org.eclipse.debug.core.ILaunchListener;
+import org.eclipse.debug.internal.ui.DebugUIPlugin;
+import org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager;
+import org.eclipse.debug.internal.ui.viewers.AsynchronousSchedulingRuleFactory;
+import org.eclipse.ui.IWorkbenchWindow;
+import org.eclipse.ui.PartInitException;
+import org.eclipse.ui.progress.UIJob;
+
+/**
+ * custom implementation of the {@link PerspectiveManager} for the YAKINDU
+ * Statechart launch types. </br>
+ * 
+ * This implementation forces to open the YAKINDU Simulation perspective and the
+ * Debug view.</br>
+ * 
+ * @author andreas muelder - Initial contribution and API
+ * 
+ */
+@SuppressWarnings("restriction")
+public class SCTPerspectiveManager extends PerspectiveManager implements ILaunchListener {
+
+	private static final String DEBUG_VIEW_ID = "org.eclipse.debug.ui.DebugView";
+	private static final String LAUNCH_TYPE = "yakindu";
+
+	public void launchAdded(ILaunch launch) {
+		try {
+			ILaunchConfigurationType type = launch.getLaunchConfiguration().getType();
+			// Open the simulation perspective for all yakindu simulation types
+			if (type.getIdentifier().contains(LAUNCH_TYPE)) {
+				Job switchJob = new UIJob(DebugUIPlugin.getStandardDisplay(), "Perspective Switch Job") { //$NON-NLS-1$
+					public IStatus runInUIThread(IProgressMonitor monitor) {
+						IWorkbenchWindow window = DebugUIPlugin.getActiveWorkbenchWindow();
+						if (window != null && !(isCurrentPerspective(window, ID_PERSPECTIVE_SCT_SIMULATION))) {
+							switchToPerspective(window, ID_PERSPECTIVE_SCT_SIMULATION);
+						}
+						// Force the debug view to open
+						if (window != null) {
+							try {
+								window.getWorkbench().getActiveWorkbenchWindow().getActivePage()
+										.showView(DEBUG_VIEW_ID);
+							} catch (PartInitException e) {
+								e.printStackTrace();
+							}
+						}
+						return Status.OK_STATUS;
+					}
+				};
+				switchJob.setSystem(true);
+				switchJob.setPriority(Job.INTERACTIVE);
+				switchJob.setRule(AsynchronousSchedulingRuleFactory.getDefault().newSerialPerObjectRule(this));
+				switchJob.schedule();
+			}
+		} catch (CoreException ex) {
+			ex.printStackTrace();
+		}
+	}
+
+	public void launchChanged(ILaunch launch) {
+		// Nothing to do
+	}
+
+	public void launchRemoved(ILaunch launch) {
+		// Nothing to do
+	}
+
+}

+ 6 - 6
plugins/org.yakindu.sct.ui.intro/yakinduExtensionContent.xml

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <introContent>
-	<extensionContent id="yakindu-overviewExtension" name="Yakindu Overview Extension"
+	<extensionContent id="yakindu-overviewExtension" name="YAKINDU Overview Extension"
 		style="css/style.css" path="overview/@">
 		<group style-id="content-group" id="yakindu-introLink-group">
-			<link label="Yakindu Statechart Tools" url="http://statecharts.org"
+			<link label="YAKINDU Statechart Tools" url="http://statecharts.org"
 				id="yakindu-dokumentation-Link" style-id="content-link">
 				<img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>
 				<text>Learn more about YAKINDU Statechart Tools...
@@ -12,11 +12,11 @@
 		</group>
 	</extensionContent>
 
-	<extensionContent id="yakindu-sampleExtension" name="Yakindu Sample Extension"
+	<extensionContent id="yakindu-sampleExtension" name="YAKINDU Sample Extension"
 		style="css/style.css" path="samples/@">
 
 		<group style-id="content-group" id="yakindu-introLink-group"
-			label="Yakindu Statechart Tools">
+			label="YAKINDU Statechart Tools">
 			<link label="Example project"
 				url="http://org.eclipse.ui.intro/runAction?pluginId=org.yakindu.sct.ui.intro&amp;class=org.yakindu.sct.ui.intro.OpenExampleIntroAction"
 				id="yakindu-example-Link" style-id="content-link">
@@ -28,9 +28,9 @@
 	</extensionContent>
 
 	<extensionContent id="yakindu-tutorialsExtension"
-		style="css/style.css" name="Yakindu Tutorials Extension" path="tutorials/@">
+		style="css/style.css" name="YAKINDU Tutorials Extension" path="tutorials/@">
 		<group style-id="content-group" id="yakindu-introLink-group"
-			label="Yakindu Statechart Tools">
+			label="YAKINDU Statechart Tools">
 			<link label="Tutorial" url="http://statecharts.org/documentation.html"
 				id="yakindu-getting-started-Link" style-id="content-link">
 				<img id="logo_small" style-id="logo_small" src="img/logo_small.png"></img>

+ 15 - 15
releng/org.yakindu.sct.repository/category.xml

@@ -1,45 +1,45 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
    <feature url="features/org.yakindu.sct_0.0.0.jar" id="org.yakindu.sct" version="0.0.0">
-      <category name="Yakindu SCT 2"/>
+      <category name="YAKINDU SCT"/>
    </feature>
    <feature url="features/org.yakindu.sct.source_0.0.0.jar" id="org.yakindu.sct.source" version="0.0.0">
-      <category name="Yakindu SCT 2 (Sources)"/>
+      <category name="YAKINDU SCT (Sources)"/>
    </feature>
    <feature url="features/org.yakindu.sct.generator.c_0.0.0.jar" id="org.yakindu.sct.generator.c" version="0.0.0">
-      <category name="Yakindu SCT 2"/>
+      <category name="YAKINDU SCT"/>
    </feature>
    <feature url="features/org.yakindu.sct.generator.c.source_0.0.0.jar" id="org.yakindu.sct.generator.c.source" version="0.0.0">
-      <category name="Yakindu SCT 2 (Sources)"/>
+      <category name="YAKINDU SCT (Sources)"/>
    </feature>
    <feature url="features/org.yakindu.sct.generator.java_0.0.0.jar" id="org.yakindu.sct.generator.java" version="0.0.0">
-      <category name="Yakindu SCT 2"/>
+      <category name="YAKINDU SCT"/>
    </feature>
    <feature url="features/org.yakindu.sct.generator.cpp_0.0.0.jar" id="org.yakindu.sct.generator.cpp" version="0.0.0">
-      <category name="Yakindu SCT 2"/>
+      <category name="YAKINDU SCT"/>
    </feature>
    <feature url="features/org.yakindu.sct.generator.java.source_0.0.0.jar" id="org.yakindu.sct.generator.java.source" version="0.0.0">
-      <category name="Yakindu SCT 2 (Sources)"/>
+      <category name="YAKINDU SCT (Sources)"/>
    </feature>
    <feature url="features/org.yakindu.sct.sdk_0.0.0.jar" id="org.yakindu.sct.sdk" version="0.0.0">
-      <category name="Yakindu SCT 2"/>
+      <category name="YAKINDU SCT"/>
    </feature>
    <feature url="features/org.yakindu.base_2.5.0.qualifier.jar" id="org.yakindu.base" version="2.5.0.qualifier">
-      <category name="Yakindu BASE"/>
+      <category name="YAKINDU BASE"/>
    </feature>
-   <category-def name="Yakindu SCT 2" label="Yakindu SCT 2">
+   <category-def name="YAKINDU SCT" label="YAKINDU SCT">
       <description>
-         Yakindu Statechart Tools (SCT) Version 2
+         YAKINDU Statechart Tools (SCT)
       </description>
    </category-def>
-   <category-def name="Yakindu SCT 2 (Sources)" label="Yakindu SCT 2 (Sources)">
+   <category-def name="YAKINDU SCT(Sources)" label="YAKINDU SCT (Sources)">
       <description>
-         Source features of Yakindu Statechart Tools (SCT) Version 2
+         Source features of YAKINDU Statechart Tools (SCT)
       </description>
    </category-def>
-   <category-def name="Yakindu BASE" label="Yakindu BASE">
+   <category-def name="YAKINDU BASE" label="YAKINDU BASE">
       <description>
-         Yakindu Base features
+         YAKINDU Base features
       </description>
    </category-def>
 </site>