Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-03-31 14:25:27 +0000
committerMat Booth2015-03-31 15:12:21 +0000
commitcaf87459b9676de88e9914ddc1b3f0040dd2dbba (patch)
tree520f468a0141a5f570c9f001f802cb3e5900b0c1
parent0afafe0e0ca5b892f64bc8182fc4268c4f9a5772 (diff)
downloadeclipse.platform.ui.tools-caf87459b9676de88e9914ddc1b3f0040dd2dbba.tar.gz
eclipse.platform.ui.tools-caf87459b9676de88e9914ddc1b3f0040dd2dbba.tar.xz
eclipse.platform.ui.tools-caf87459b9676de88e9914ddc1b3f0040dd2dbba.zip
Bug 463599 - [Tools] Unnecessary packaging-plugin config in root pom
This plugin is configured in the eclipse-platform-parent pom so there is no need to configure it here. Change-Id: I04a08800e467f0c0306e98d76b00b8e1892ef550 Signed-off-by: Mat Booth <mat.booth@redhat.com>
-rw-r--r--pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/pom.xml b/pom.xml
index d1eaa3eb..ba8a4732 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,26 +51,4 @@
<module>./features/org.eclipse.e4.core.tools.feature</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <sourceReferences>
- <generate>true</generate>
- </sourceReferences>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-sourceref-jgit</artifactId>
- <version>${tycho-extras.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
-
</project>

Back to the top