Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-08 12:05:44 +0000
committerUwe Stieber2012-10-08 12:05:44 +0000
commit7cf0ef31b051a66890266205e84b7d71e673063f (patch)
tree8d2f8ce8a30d120876fc669c6c72d6beba501d1e /admin/pom-build.xml
parent5c1a2acbfd708008a491d537a91ea0147112baf6 (diff)
downloadorg.eclipse.tcf-7cf0ef31b051a66890266205e84b7d71e673063f.tar.gz
org.eclipse.tcf-7cf0ef31b051a66890266205e84b7d71e673063f.tar.xz
org.eclipse.tcf-7cf0ef31b051a66890266205e84b7d71e673063f.zip
Maven: Always include packed artifacts into target platform configuration
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r--admin/pom-build.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 87fabe764..d569ac0aa 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -44,13 +44,6 @@
<build>
<plugins>
<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>

Back to the top