Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-06 00:14:55 +0000
committerSteffen Pingel2011-07-06 00:14:55 +0000
commita598b65ece68c5f4cc9f3edf16789c6bdf214105 (patch)
treeebfc3c02782acb38c656af8db76349c8fd84e2ee
parent0dbacc8b275c553ffed554ad8f83e5a5b8d0750e (diff)
downloadorg.eclipse.mylyn.tasks-a598b65ece68c5f4cc9f3edf16789c6bdf214105.tar.gz
org.eclipse.mylyn.tasks-a598b65ece68c5f4cc9f3edf16789c6bdf214105.tar.xz
org.eclipse.mylyn.tasks-a598b65ece68c5f4cc9f3edf16789c6bdf214105.zip
329561: [releng] migrate Mylyn projects to Git
-rw-r--r--.gitignore3
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml6
-rw-r--r--org.eclipse.mylyn.sdk-feature/pom.xml6
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml22
-rw-r--r--org.eclipse.mylyn.test-feature/pom.xml6
-rw-r--r--pom.xml4
6 files changed, 16 insertions, 31 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..fe302536a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/org.eclipse*/bin
+/org.eclipse*/target
+*.rej
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index 579d7d967..fe8ef4bf9 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -3,11 +3,11 @@
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.7.0-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.mylyn</groupId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.help.ui</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.mylyn.sdk-feature/pom.xml b/org.eclipse.mylyn.sdk-feature/pom.xml
index 72d8a4ad8..0d3657f1e 100644
--- a/org.eclipse.mylyn.sdk-feature/pom.xml
+++ b/org.eclipse.mylyn.sdk-feature/pom.xml
@@ -3,11 +3,11 @@
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.7.0-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.mylyn</groupId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.sdk_feature</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index 802c7268a..c2c600248 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -79,14 +79,6 @@
install-size="0"
version="0.0.0"/>
- <!-- depends on Incubator bundles
- <plugin
- id="org.eclipse.mylyn.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
- -->
-
<plugin
id="org.eclipse.mylyn.trac.tests"
download-size="0"
@@ -106,13 +98,6 @@
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"
download-size="0"
install-size="0"
@@ -215,13 +200,6 @@
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"
download-size="0"
install-size="0"
diff --git a/org.eclipse.mylyn.test-feature/pom.xml b/org.eclipse.mylyn.test-feature/pom.xml
index 67d1b162d..2190bb733 100644
--- a/org.eclipse.mylyn.test-feature/pom.xml
+++ b/org.eclipse.mylyn.test-feature/pom.xml
@@ -3,11 +3,11 @@
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.7.0-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.mylyn</groupId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.test_feature</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/pom.xml b/pom.xml
index d5e780c2e..e5b9e9e8e 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