Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-05-09 12:42:42 +0000
committerDavid Williams2013-05-09 12:42:42 +0000
commita848315a7c7f9dc252090008edaad9d5c0d9daf8 (patch)
tree93146af2ee461ded59ae3e21633aeec418db013b /eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
parent80079ef9e990b9458bea71dced14ee91e8513918 (diff)
downloadeclipse.platform.releng.aggregator-a848315a7c7f9dc252090008edaad9d5c0d9daf8.tar.gz
eclipse.platform.releng.aggregator-a848315a7c7f9dc252090008edaad9d5c0d9daf8.tar.xz
eclipse.platform.releng.aggregator-a848315a7c7f9dc252090008edaad9d5c0d9daf8.zip
Revert "Bug 407314 - org.eclipse.platform-4.3M7.zip contains incosistent p2"
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
index f03c7e55c..d99f841b9 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
@@ -55,51 +55,6 @@
<format>'${buildId}'</format>
</configuration>
</plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-p2-extras-plugin</artifactId>
- <version>${tycho.version}</version>
- <executions>
- <execution>
- <id>mirror-build</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>mirror</goal>
- </goals>
- <configuration>
- <source>
- <!-- Our "backdoor" way of getting rcp.config into repository, without defining rcp.cofnig feature in 'product' -->
- <!-- source repositories to mirror from -->
- <repository>
- <url>${project.baseUri}/../eclipse.platform.releng.tychoeclipsebuilder/rcp.config/target/repository</url>
- <layout>p2</layout>
- <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
- </repository>
-
- </source>
-
- <!-- The destination directory to mirror to. -->
- <destination>${project.build.directory}/repository</destination>
- <!-- Whether only strict dependencies should be followed. -->
- <!-- "strict" means perfect version match -->
- <followStrictOnly>false</followStrictOnly>
- <!-- Whether or not to follow optional requirements. -->
- <includeOptional>false</includeOptional>
- <!-- Whether or not to follow non-greedy requirements. -->
- <includeNonGreedy>false</includeNonGreedy>
- <!-- Filter properties. E.g. filter only one platform -->
- <!-- Whether to filter the resulting set of IUs to only -->
- <!-- include the latest version of each IU -->
- <latestVersionOnly>true</latestVersionOnly>
- <!-- don't mirror artifacts, only metadata -->
- <mirrorMetadataOnly>false</mirrorMetadataOnly>
- <!-- whether to compress the content.xml/artifacts.xml -->
- <compress>true</compress>
- <!-- whether to append to the target repository content -->
- <append>true</append>
- </configuration>
- </execution>
- </plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>

Back to the top