Andreas Mülder преди 11 години
родител
ревизия
054f92435b
променени са 1 файла, в които са добавени 0 реда и са изтрити 25 реда
  1. 0 25
      releng/org.yakindu.base.releng/pom.xml

+ 0 - 25
releng/org.yakindu.base.releng/pom.xml

@@ -291,31 +291,6 @@
 		</pluginRepository>
 	</pluginRepositories>
 	<profiles>
-		<profile>
-			<id>Kepler.target</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho</groupId>
-						<artifactId>target-platform-configuration</artifactId>
-						<version>${tycho-version}</version>
-						<configuration>
-							<!-- Necessary for pack200 files -->
-							<includePackedArtifacts>true</includePackedArtifacts>
-							<!-- add target file content to target platform -->
-							<target>
-								<artifact>
-									<groupId>org.yakindu.base</groupId>
-									<artifactId>org.yakindu.base.target</artifactId>
-									<version>2.4.1-SNAPSHOT</version>
-									<classifier>Kepler</classifier>
-								</artifact>
-							</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
 		<profile>
 			<id>Luna.target</id>
 			<activation>