Browse Source

Moved ui.examples plugin to examples folder

Andreas Muelder 9 years ago
parent
commit
1c28db44ad

+ 7 - 7
plugins/org.yakindu.sct.ui.examples/.classpath

@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

+ 2 - 0
examples/org.yakindu.sct.ui.examples/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 39 - 39
plugins/org.yakindu.sct.ui.examples/.project

@@ -1,39 +1,39 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.yakindu.sct.ui.examples</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-	<filteredResources>
-		<filter>
-			<id>1375978604994</id>
-			<name></name>
-			<type>10</type>
-			<matcher>
-				<id>org.eclipse.ui.ide.multiFilter</id>
-				<arguments>1.0-name-matches-false-false-target</arguments>
-			</matcher>
-		</filter>
-	</filteredResources>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.yakindu.sct.ui.examples</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+	<filteredResources>
+		<filter>
+			<id>1375978604994</id>
+			<name></name>
+			<type>10</type>
+			<matcher>
+				<id>org.eclipse.ui.ide.multiFilter</id>
+				<arguments>1.0-name-matches-false-false-target</arguments>
+			</matcher>
+		</filter>
+	</filteredResources>
+</projectDescription>

+ 2 - 2
plugins/org.yakindu.sct.ui.examples/.settings/org.eclipse.core.resources.prefs

@@ -1,2 +1,2 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

+ 2 - 2
plugins/org.yakindu.sct.ui.examples/.settings/org.eclipse.core.runtime.prefs

@@ -1,2 +1,2 @@
-eclipse.preferences.version=1
-line.separator=\n
+eclipse.preferences.version=1
+line.separator=\n

plugins/org.yakindu.sct.ui.examples/.settings/org.eclipse.jdt.core.prefs → examples/org.yakindu.sct.ui.examples/.settings/org.eclipse.jdt.core.prefs


+ 1 - 2
plugins/org.yakindu.sct.ui.examples/META-INF/MANIFEST.MF

@@ -6,7 +6,6 @@ Bundle-Version: 2.5.0.qualifier
 Bundle-Activator: org.yakindu.sct.ui.examples.Activator
 Bundle-Activator: org.yakindu.sct.ui.examples.Activator
 Bundle-Vendor: statecharts.org
 Bundle-Vendor: statecharts.org
 Require-Bundle: org.eclipse.core.runtime,
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.emf.common.ui;bundle-version="2.7.0",
- org.yakindu.sct.examples.trafficlight;bundle-version="2.5.0"
+ org.eclipse.emf.common.ui;bundle-version="2.7.0"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Bundle-ActivationPolicy: lazy

plugins/org.yakindu.sct.ui.examples/build.properties → examples/org.yakindu.sct.ui.examples/build.properties


plugins/org.yakindu.sct.ui.examples/contents/.gitignore → examples/org.yakindu.sct.ui.examples/contents/.gitignore


plugins/org.yakindu.sct.ui.examples/icons/logo-16.png → examples/org.yakindu.sct.ui.examples/icons/logo-16.png


+ 26 - 26
plugins/org.yakindu.sct.ui.examples/plugin.xml

@@ -1,26 +1,26 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-	<extension point="org.eclipse.ui.newWizards">
-		<category id="org.yakindu.sct.ui.Examples" 
-				  name="YAKINDU SCT Examples" 
-				  parentCategory="org.eclipse.ui.Examples" />
-	</extension>
-
-	<!-- org.yakindu.sct.example.trafficlight -->
-	<extension point="org.eclipse.ui.newWizards">
-		<wizard	id="org.yakindu.sct.example.trafficlight" 
-			name="Trafficlight Example" 
-			class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard" 
-			category="org.eclipse.ui.Examples/org.yakindu.sct.ui.Examples"
-			icon="icons/logo-16.png" 
-			project="true">
-			<description>A hands-on tutorial to try out The YAKINDU Statechart Tools</description>
-		</wizard>
-	</extension>
-	<extension point="org.eclipse.emf.common.ui.examples">
-	  <example wizardID="org.yakindu.sct.example.trafficlight" pageImage="icons/logo-16.png">
-		 <projectDescriptor name="org.yakindu.sct.examples.trafficlight" contentURI="contents/org.yakindu.sct.examples.trafficlight.zip" description="Trafficlight example with java generated source code"/>
-	  </example>
-   </extension>
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+	<extension point="org.eclipse.ui.newWizards">
+		<category id="org.yakindu.sct.ui.Examples" 
+				  name="YAKINDU SCT Examples" 
+				  parentCategory="org.eclipse.ui.Examples" />
+	</extension>
+
+	<!-- org.yakindu.sct.example.trafficlight -->
+	<extension point="org.eclipse.ui.newWizards">
+		<wizard	id="org.yakindu.sct.example.trafficlight" 
+			name="Trafficlight Example" 
+			class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard" 
+			category="org.eclipse.ui.Examples/org.yakindu.sct.ui.Examples"
+			icon="icons/logo-16.png" 
+			project="true">
+			<description>A hands-on tutorial to try out The YAKINDU Statechart Tools</description>
+		</wizard>
+	</extension>
+	<extension point="org.eclipse.emf.common.ui.examples">
+	  <example wizardID="org.yakindu.sct.example.trafficlight" pageImage="icons/logo-16.png">
+		 <projectDescriptor name="org.yakindu.sct.examples.trafficlight" contentURI="contents/org.yakindu.sct.examples.trafficlight.zip" description="Trafficlight example with java generated source code"/>
+	  </example>
+   </extension>
+</plugin>

+ 47 - 47
plugins/org.yakindu.sct.ui.examples/pom.xml

@@ -1,47 +1,47 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.yakindu.sct</groupId>
-		<artifactId>org.yakindu.sct.releng</artifactId>
-		<version>2.5.0-SNAPSHOT</version>
-		<relativePath>../../releng/org.yakindu.sct.releng/pom.xml</relativePath>
-	</parent>
-	<artifactId>org.yakindu.sct.ui.examples</artifactId>
-	<groupId>org.yakindu.sct.plugins</groupId>
-	<packaging>eclipse-plugin</packaging>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<version>2.4</version>
-				<executions>
-					<execution>
-						<id>copy</id>
-						<phase>prepare-package</phase>
-						<goals>
-							<goal>copy</goal>
-						</goals>
-						<configuration>
-							<artifactItems>
-								<artifactItem>
-									<groupId>org.yakindu.sct.examples</groupId>
-									<artifactId>org.yakindu.sct.examples.trafficlight</artifactId>
-									<version>${project.version}</version>
-									<type>zip</type>
-									<classifier>content</classifier>
-									<destFileName>org.yakindu.sct.examples.trafficlight.zip</destFileName>
-								</artifactItem>
-							</artifactItems>
-							<overWriteIfNewer>true</overWriteIfNewer>
-							<outputDirectory>${basedir}/contents</outputDirectory>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.yakindu.sct</groupId>
+		<artifactId>org.yakindu.sct.releng</artifactId>
+		<version>2.5.0-SNAPSHOT</version>
+		<relativePath>../../releng/org.yakindu.sct.releng/pom.xml</relativePath>
+	</parent>
+	<artifactId>org.yakindu.sct.ui.examples</artifactId>
+	<groupId>org.yakindu.sct.plugins</groupId>
+	<packaging>eclipse-plugin</packaging>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<version>2.4</version>
+				<executions>
+					<execution>
+						<id>copy</id>
+						<phase>prepare-package</phase>
+						<goals>
+							<goal>copy</goal>
+						</goals>
+						<configuration>
+							<artifactItems>
+								<artifactItem>
+									<groupId>org.yakindu.sct.examples</groupId>
+									<artifactId>org.yakindu.sct.examples.trafficlight</artifactId>
+									<version>${project.version}</version>
+									<type>zip</type>
+									<classifier>content</classifier>
+									<destFileName>org.yakindu.sct.examples.trafficlight.zip</destFileName>
+								</artifactItem>
+							</artifactItems>
+							<overWriteIfNewer>true</overWriteIfNewer>
+							<outputDirectory>${basedir}/contents</outputDirectory>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>

plugins/org.yakindu.sct.ui.examples/src/org/yakindu/sct/ui/examples/Activator.java → examples/org.yakindu.sct.ui.examples/src/org/yakindu/sct/ui/examples/Activator.java


+ 0 - 2
plugins/org.yakindu.sct.ui.examples/.gitignore

@@ -1,2 +0,0 @@
-/bin/
-/target/