diff options
| author | Mat Booth | 2015-03-31 14:25:27 +0000 |
|---|---|---|
| committer | Mat Booth | 2015-03-31 15:12:21 +0000 |
| commit | caf87459b9676de88e9914ddc1b3f0040dd2dbba (patch) | |
| tree | 520f468a0141a5f570c9f001f802cb3e5900b0c1 | |
| parent | 0afafe0e0ca5b892f64bc8182fc4268c4f9a5772 (diff) | |
| download | eclipse.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.xml | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -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> |
