瀏覽代碼

renamed org.yakindu.sct.examples.coffeemachine to coffee_machine

Axel Terfloth 9 年之前
父節點
當前提交
f8f983dfaa

examples/org.yakindu.sct.examples.coffeemachine/.gitignore → examples/coffee_machine/.gitignore


+ 1 - 1
examples/org.yakindu.sct.examples.coffeemachine/.project

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.yakindu.sct.examples.coffeemachine</name>
+	<name>coffee_machine</name>
 	<comment></comment>
 	<projects>
 	</projects>

examples/org.yakindu.sct.examples.coffeemachine/assembly.xml → examples/coffee_machine/assembly.xml


examples/org.yakindu.sct.examples.coffeemachine/model/CoffeeMachine_01.sct → examples/coffee_machine/model/CoffeeMachine_01.sct


examples/org.yakindu.sct.examples.coffeemachine/model/CoffeeMachine_02.sct → examples/coffee_machine/model/CoffeeMachine_02.sct


examples/org.yakindu.sct.examples.coffeemachine/model/CoffeeMachine_03.sct → examples/coffee_machine/model/CoffeeMachine_03.sct


examples/org.yakindu.sct.examples.coffeemachine/model/CoffeeMachine_04.sct → examples/coffee_machine/model/CoffeeMachine_04.sct


+ 1 - 1
examples/org.yakindu.sct.examples.coffeemachine/pom.xml

@@ -10,7 +10,7 @@
 		<relativePath>../../releng/org.yakindu.sct.releng/pom.xml</relativePath>
 	</parent>
 	<groupId>org.yakindu.sct.examples</groupId>
-	<artifactId>org.yakindu.sct.examples.lightswitch</artifactId>
+	<artifactId>coffee_machine</artifactId>
 	<packaging>pom</packaging>
 
 	<properties>

+ 0 - 40
examples/org.yakindu.sct.examples.trafficlight/.project

@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.yakindu.sct.examples.trafficlight</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>
-		<buildCommand>
-			<name>org.yakindu.sct.builder.SCTBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.yakindu.sct.builder.SCTNature</nature>
-		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
-	</natures>
-</projectDescription>