Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-08-31 14:17:19 +0000
committerSteffen Pingel2011-08-31 14:17:19 +0000
commitce858d764f54cf03b765c13ae1e67c0944b9fce0 (patch)
tree876eaf61ec5971d886940843d9f130e4ef6d70c9
parent46351dc3bebd87b5efd8c03694b24ec190688979 (diff)
downloadorg.eclipse.mylyn.tasks-ce858d764f54cf03b765c13ae1e67c0944b9fce0.tar.gz
org.eclipse.mylyn.tasks-ce858d764f54cf03b765c13ae1e67c0944b9fce0.tar.xz
org.eclipse.mylyn.tasks-ce858d764f54cf03b765c13ae1e67c0944b9fce0.zip
migrate to Tycho 0.12.0
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.oslc.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.oslc.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.oslc.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.bugs/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.search/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.tasks.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.trac.ui/pom.xml4
-rw-r--r--pom.xml10
17 files changed, 32 insertions, 42 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml
index e3eae89d6..8de66b165 100644
--- a/org.eclipse.mylyn.bugzilla.core/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml
index addac336a..de02ca25f 100644
--- a/org.eclipse.mylyn.bugzilla.tests/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml
@@ -14,8 +14,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
<!-- resources for standalone tests -->
diff --git a/org.eclipse.mylyn.bugzilla.ui/pom.xml b/org.eclipse.mylyn.bugzilla.ui/pom.xml
index 04a51b9cd..ca00e4dcd 100644
--- a/org.eclipse.mylyn.bugzilla.ui/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index ea8fd048a..ab1cbde57 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -35,8 +35,8 @@
</plugin>
-->
<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>
diff --git a/org.eclipse.mylyn.oslc.core/pom.xml b/org.eclipse.mylyn.oslc.core/pom.xml
index 74dfd88d9..c6da0b4a8 100644
--- a/org.eclipse.mylyn.oslc.core/pom.xml
+++ b/org.eclipse.mylyn.oslc.core/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.oslc.tests/pom.xml b/org.eclipse.mylyn.oslc.tests/pom.xml
index 857b3ad0b..14cf3393b 100644
--- a/org.eclipse.mylyn.oslc.tests/pom.xml
+++ b/org.eclipse.mylyn.oslc.tests/pom.xml
@@ -14,8 +14,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
diff --git a/org.eclipse.mylyn.oslc.ui/pom.xml b/org.eclipse.mylyn.oslc.ui/pom.xml
index 2c65b0c2a..2ee8614c3 100644
--- a/org.eclipse.mylyn.oslc.ui/pom.xml
+++ b/org.eclipse.mylyn.oslc.ui/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml
index 384767a7f..926e1d00b 100644
--- a/org.eclipse.mylyn.tasks.bugs/pom.xml
+++ b/org.eclipse.mylyn.tasks.bugs/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml
index 6620f0f05..88184cd51 100644
--- a/org.eclipse.mylyn.tasks.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.tasks.search/pom.xml b/org.eclipse.mylyn.tasks.search/pom.xml
index 1ea26cb9d..90e4bf182 100644
--- a/org.eclipse.mylyn.tasks.search/pom.xml
+++ b/org.eclipse.mylyn.tasks.search/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.tasks.tests/pom.xml b/org.eclipse.mylyn.tasks.tests/pom.xml
index 072f8876a..55c975374 100644
--- a/org.eclipse.mylyn.tasks.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.tests/pom.xml
@@ -14,8 +14,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
diff --git a/org.eclipse.mylyn.tasks.ui/pom.xml b/org.eclipse.mylyn.tasks.ui/pom.xml
index 7ad0ae7a8..1052fcf4f 100644
--- a/org.eclipse.mylyn.tasks.ui/pom.xml
+++ b/org.eclipse.mylyn.tasks.ui/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml
index 4610f1200..0db6239b5 100644
--- a/org.eclipse.mylyn.tests.util/pom.xml
+++ b/org.eclipse.mylyn.tests.util/pom.xml
@@ -14,8 +14,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
diff --git a/org.eclipse.mylyn.trac.core/pom.xml b/org.eclipse.mylyn.trac.core/pom.xml
index b764531b5..6aa073187 100644
--- a/org.eclipse.mylyn.trac.core/pom.xml
+++ b/org.eclipse.mylyn.trac.core/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/org.eclipse.mylyn.trac.tests/pom.xml b/org.eclipse.mylyn.trac.tests/pom.xml
index de9a3087a..29bdbb5d9 100644
--- a/org.eclipse.mylyn.trac.tests/pom.xml
+++ b/org.eclipse.mylyn.trac.tests/pom.xml
@@ -14,8 +14,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
diff --git a/org.eclipse.mylyn.trac.ui/pom.xml b/org.eclipse.mylyn.trac.ui/pom.xml
index c202c81b6..378cd027e 100644
--- a/org.eclipse.mylyn.trac.ui/pom.xml
+++ b/org.eclipse.mylyn.trac.ui/pom.xml
@@ -14,8 +14,8 @@
<build>
<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>
diff --git a/pom.xml b/pom.xml
index 3e26975e6..b74d9d39a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,14 +36,4 @@
<module>org.eclipse.mylyn.trac.tests</module>
<module>org.eclipse.mylyn.trac.ui</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>0.10.0</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top