Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-07 14:11:41 +0000
committerUwe Stieber2012-10-07 14:11:41 +0000
commit7e8897876acdab3f285a327881ff781e209415aa (patch)
tree41bb3d71d113ff48f7b247532a5f186eb9e6f856 /admin/pom-build.xml
parentdee8737eeab6d07d8c5dba535e36b827570ba443 (diff)
downloadorg.eclipse.tcf-7e8897876acdab3f285a327881ff781e209415aa.tar.gz
org.eclipse.tcf-7e8897876acdab3f285a327881ff781e209415aa.tar.xz
org.eclipse.tcf-7e8897876acdab3f285a327881ff781e209415aa.zip
Releng: Added pack200 from Eclipse CBI platform
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r--admin/pom-build.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 925e5602f..656b5c1dc 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -42,12 +42,27 @@
<!-- before running this profile. -->
<!-- See http://wiki.eclipse.org/Platform-releng/Platform_Build#Building for details -->
<build>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <includePackedArtifacts>true</includePackedArtifacts>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-pack200a-plugin</artifactId>
+ </plugin>
<plugins>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
</plugin>
</plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-pack200b-plugin</artifactId>
+ </plugin>
</build>
</profile>

Back to the top