浏览代码

removed duplicate mars target

Andreas Muelder 10 年之前
父节点
当前提交
7ef3e51aa3
共有 1 个文件被更改,包括 0 次插入28 次删除
  1. 0 28
      releng/org.yakindu.sct.releng/pom.xml

+ 0 - 28
releng/org.yakindu.sct.releng/pom.xml

@@ -377,34 +377,6 @@
 				</plugins>
 			</build>
 		</profile>
-		<profile>
-			<id>Mars.target</id>
-			<activation>
-				<property>
-					<name>!noMarsTarget</name>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho</groupId>
-						<artifactId>target-platform-configuration</artifactId>
-						<version>${tycho-version}</version>
-						<configuration>
-							<!-- add target file content to target platform -->
-							<target>
-								<artifact>
-									<groupId>org.yakindu.base</groupId>
-									<artifactId>org.yakindu.base.target</artifactId>
-									<version>2.5.0-SNAPSHOT</version>
-									<classifier>Mars</classifier>
-								</artifact>
-							</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
 		<profile>
 			<id>CI</id>
 			<!-- Test failures are collected by jenkins and evaluated for instable