Parcourir la source

Synchronized examles package and folder name

benjamin.schwertfeger@gmail.com il y a 13 ans
Parent
commit
0b6220d797

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

@@ -20,7 +20,7 @@
 	</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.example.trafficlight.zip" description="Trafficlight example with java generated source code"/>
+		 <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>

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

@@ -29,11 +29,11 @@
 							<artifactItems>
 								<artifactItem>
 									<groupId>org.yakindu.sct.examples</groupId>
-									<artifactId>org.yakindu.sct.example.trafficlight</artifactId>
+									<artifactId>org.yakindu.sct.examples.trafficlight</artifactId>
 									<version>${project.version}</version>
 									<type>zip</type>
 									<classifier>content</classifier>
-									<destFileName>org.yakindu.sct.example.trafficlight.zip</destFileName>
+									<destFileName>org.yakindu.sct.examples.trafficlight.zip</destFileName>
 								</artifactItem>
 							</artifactItems>
 							<overWriteIfNewer>true</overWriteIfNewer>