Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2011-05-10 13:23:19 +0000
committerAlexander Kurtakov2011-05-10 13:23:19 +0000
commit8b767a2fe53965564adae0bd04e586fa0780bd84 (patch)
tree7e48115b5e5ef5a1590bbe90ace7c9850a714bc6 /valgrind/org.eclipse.linuxtools.valgrind.tests
parent9394efd4a07c776b2c5ffead0acd85c099ec00e3 (diff)
downloadorg.eclipse.linuxtools-8b767a2fe53965564adae0bd04e586fa0780bd84.tar.gz
org.eclipse.linuxtools-8b767a2fe53965564adae0bd04e586fa0780bd84.tar.xz
org.eclipse.linuxtools-8b767a2fe53965564adae0bd04e586fa0780bd84.zip
Move to tycho 0.12 and rename all the plugins names.
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.tests')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.tests/pom.xml
index 3e5588d721..2cdc037e2b 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.tests/pom.xml
@@ -35,8 +35,8 @@
</resources>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>

Back to the top