Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-11-13 15:34:38 +0000
committerAlexander Kurtakov2015-11-13 16:01:42 +0000
commit505568964b3e9bb27c778a090b6aa2646b78102b (patch)
tree881218fb6c633176ca6207fb61e5e58f2cf67679 /perf/org.eclipse.linuxtools.perf
parent5c8a430ea6bc0b87730ebeebeed827fbe1f3d60d (diff)
downloadorg.eclipse.linuxtools-505568964b3e9bb27c778a090b6aa2646b78102b.tar.gz
org.eclipse.linuxtools-505568964b3e9bb27c778a090b6aa2646b78102b.tar.xz
org.eclipse.linuxtools-505568964b3e9bb27c778a090b6aa2646b78102b.zip
releng: Drop workaround for old Tycho.
Don't even know what was it as the link is gone. Change-Id: I2a3e5f271a4e34a13adc01705ae5fc6177a56ef4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/60336 Tested-by: Hudson CI
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf')
-rw-r--r--perf/org.eclipse.linuxtools.perf/pom.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/pom.xml b/perf/org.eclipse.linuxtools.perf/pom.xml
index af7c38a68b..6497a71fc6 100644
--- a/perf/org.eclipse.linuxtools.perf/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf/pom.xml
@@ -22,23 +22,4 @@
<packaging>eclipse-plugin</packaging>
<name>Linux Tools Perf 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>
+</project> \ No newline at end of file

Back to the top