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 /systemtap/org.eclipse.linuxtools.callgraph.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 'systemtap/org.eclipse.linuxtools.callgraph.tests')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml
index 5edd6c5f2a..2cac38629d 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml
@@ -25,8 +25,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-test-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<excludes>

Back to the top