Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-03-12 21:37:47 +0000
committerAlexander Kurtakov2012-03-12 22:09:26 +0000
commit1d59eff1f11e4544cb3cffd57466902abd76304d (patch)
treef9c861e1f3c32aa73b9645f666b3de13f8edc2a5 /rpm
parent51a91a2f07407f835a887017cc529b4f88af27ad (diff)
downloadorg.eclipse.linuxtools-1d59eff1f11e4544cb3cffd57466902abd76304d.tar.gz
org.eclipse.linuxtools-1d59eff1f11e4544cb3cffd57466902abd76304d.tar.xz
org.eclipse.linuxtools-1d59eff1f11e4544cb3cffd57466902abd76304d.zip
More unneeded workarounds removal.
Diffstat (limited to 'rpm')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui/pom.xml b/rpm/org.eclipse.linuxtools.rpm.ui/pom.xml
index d40f30ed35..4e2be93947 100644
--- a/rpm/org.eclipse.linuxtools.rpm.ui/pom.xml
+++ b/rpm/org.eclipse.linuxtools.rpm.ui/pom.xml
@@ -23,22 +23,4 @@
<name>Linux Tools RPM UI Plug-in</name>
- <build>
- <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
- <resources>
- <resource>
- <directory>src</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
</project>

Back to the top