Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-13 17:52:25 +0000
committerSteffen Pingel2011-07-13 17:52:25 +0000
commita35478779309b785a819e9de3c5230337ce43e87 (patch)
treee6e1e7f6c3cd03edc6e1b6466ec40c55bfea4710
parentb1016d51da1a2aa62968f432905ab65dd35c04fc (diff)
downloadorg.eclipse.mylyn.tasks-e_3_7_m_3_5_x.tar.gz
org.eclipse.mylyn.tasks-e_3_7_m_3_5_x.tar.xz
org.eclipse.mylyn.tasks-e_3_7_m_3_5_x.zip
updated poms for git migratione_3_7_m_3_5_x
-rw-r--r--org.eclipse.mylyn.help.sdk/pom.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.sdk-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.test-feature/pom.xml4
-rw-r--r--pom.xml4
6 files changed, 16 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.help.sdk/pom.xml b/org.eclipse.mylyn.help.sdk/pom.xml
index e01331320..fadb71634 100644
--- a/org.eclipse.mylyn.help.sdk/pom.xml
+++ b/org.eclipse.mylyn.help.sdk/pom.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-mylyn-parent</artifactId>
- <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.5.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index 73f6b654b..10b6eea2b 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-mylyn-parent</artifactId>
- <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.5.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
diff --git a/org.eclipse.mylyn.sdk-feature/pom.xml b/org.eclipse.mylyn.sdk-feature/pom.xml
index 54e20897a..1d057466e 100644
--- a/org.eclipse.mylyn.sdk-feature/pom.xml
+++ b/org.eclipse.mylyn.sdk-feature/pom.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-mylyn-parent</artifactId>
- <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.5.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index fd1c94a56..50a4513c4 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -105,12 +105,14 @@
install-size="0"
version="0.0.0"/>
+ <!--
<plugin
id="org.eclipse.mylyn.tests.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
+ -->
<plugin
id="org.eclipse.mylyn.tests.util"
@@ -214,12 +216,14 @@
install-size="0"
version="0.0.0"/>
+ <!--
<plugin
id="org.eclipse.mylyn.tests.ui.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
+ -->
<plugin
id="org.eclipse.mylyn.tests.util.source"
diff --git a/org.eclipse.mylyn.test-feature/pom.xml b/org.eclipse.mylyn.test-feature/pom.xml
index 561231928..5f6a7a3f7 100644
--- a/org.eclipse.mylyn.test-feature/pom.xml
+++ b/org.eclipse.mylyn.test-feature/pom.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-mylyn-parent</artifactId>
- <groupId>org.eclipse.mylyn</groupId>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.5.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn</groupId>
diff --git a/pom.xml b/pom.xml
index fb959ef13..f439bc96c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,10 @@
<module>org.eclipse.mylyn.bugzilla.core</module>
<module>org.eclipse.mylyn.bugzilla.tests</module>
<module>org.eclipse.mylyn.bugzilla.ui</module>
+ <module>org.eclipse.mylyn.help.sdk</module>
+ <module>org.eclipse.mylyn.help.ui</module>
+ <module>org.eclipse.mylyn.sdk-feature</module>
+ <module>org.eclipse.mylyn.test-feature</module>
<module>org.eclipse.mylyn.oslc.core</module>
<module>org.eclipse.mylyn.oslc.tests</module>
<module>org.eclipse.mylyn.oslc.ui</module>

Back to the top