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 /gprof/org.eclipse.linuxtools.gprof/pom.xml
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 'gprof/org.eclipse.linuxtools.gprof/pom.xml')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof/pom.xml b/gprof/org.eclipse.linuxtools.gprof/pom.xml
index d39e758143..74f002e5bf 100644
--- a/gprof/org.eclipse.linuxtools.gprof/pom.xml
+++ b/gprof/org.eclipse.linuxtools.gprof/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