Преглед изворни кода

removed composite update site feature

Andreas Muelder пре 8 година
родитељ
комит
d8e9a55034
1 измењених фајлова са 0 додато и 43 уклоњено
  1. 0 43
      releng/org.yakindu.sct.repository/pom.xml

+ 0 - 43
releng/org.yakindu.sct.repository/pom.xml

@@ -13,49 +13,6 @@
 	<packaging>eclipse-repository</packaging>
 
 	<properties>
-		<source.update.site>http://updates.yakindu.org/sct/releases</source.update.site>
-		<target.update.site>target/repository</target.update.site>
 		<tycho.extras.version>0.24.0</tycho.extras.version>
 	</properties>
-	<profiles>
-		<profile>
-			<id>CopySource</id>
-			<activation>
-				<property>
-					<name>createComposite</name>
-					<value>true</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho.extras</groupId>
-						<artifactId>tycho-p2-extras-plugin</artifactId>
-						<version>${tycho.extras.version}</version>
-						<inherited>false</inherited>
-						<executions>
-							<execution>
-								<id>append</id>
-								<phase>package</phase>
-								<goals>
-									<goal>mirror</goal>
-								</goals>
-								<configuration>
-									<source>
-										<repository>
-											<url>${source.update.site}</url>
-											<layout>p2</layout>
-										</repository>
-									</source>
-									<destination>${target.update.site}</destination>
-									<compress>true</compress>
-									<append>true</append>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
 </project>