|
|
@@ -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>
|