Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-08-31 07:29:56 +0000
committerMatthias Sohn2011-09-05 07:39:46 +0000
commit283dd2833950c0013a848e1e88e2f3c21e969df3 (patch)
tree52e7c221c1662a897d9b5c1e2c57f00e4d2a7ed8 /org.eclipse.egit.mylyn.ui
parent870fe185cd2c7d80fca0c7ca4fb2fc52c2760885 (diff)
downloadegit-283dd2833950c0013a848e1e88e2f3c21e969df3.tar.gz
egit-283dd2833950c0013a848e1e88e2f3c21e969df3.tar.xz
egit-283dd2833950c0013a848e1e88e2f3c21e969df3.zip
Remove workarounds for fixed Tycho bugs
This removes workarounds for the following Tycho bugs which have been fixed: - https://issues.sonatype.org/browse/TYCHO-168 - https://issues.sonatype.org/browse/TYCHO-313 - https://issues.sonatype.org/browse/TYCHO-473 Change-Id: I30eac25523e17d48fc553f79799f09e14518b075 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui')
-rw-r--r--org.eclipse.egit.mylyn.ui/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.egit.mylyn.ui/pom.xml b/org.eclipse.egit.mylyn.ui/pom.xml
index de5c3f125a..fec1950d0e 100644
--- a/org.eclipse.egit.mylyn.ui/pom.xml
+++ b/org.eclipse.egit.mylyn.ui/pom.xml
@@ -25,15 +25,6 @@
<name>EGit Mylyn UI</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>

Back to the top