From a598b65ece68c5f4cc9f3edf16789c6bdf214105 Mon Sep 17 00:00:00 2001 From: Steffen Pingel Date: Wed, 6 Jul 2011 02:14:55 +0200 Subject: 329561: [releng] migrate Mylyn projects to Git --- .gitignore | 3 +++ org.eclipse.mylyn.help.ui/pom.xml | 6 +++--- org.eclipse.mylyn.sdk-feature/pom.xml | 6 +++--- org.eclipse.mylyn.test-feature/feature.xml | 22 ---------------------- org.eclipse.mylyn.test-feature/pom.xml | 6 +++--- pom.xml | 4 ++++ 6 files changed, 16 insertions(+), 31 deletions(-) create mode 100644 .gitignore 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"> 4.0.0 - mylyn-mylyn-parent - org.eclipse.mylyn + mylyn-tasks-parent + org.eclipse.mylyn.tasks 3.7.0-SNAPSHOT - org.eclipse.mylyn + org.eclipse.mylyn.tasks org.eclipse.mylyn.help.ui 3.7.0-SNAPSHOT eclipse-plugin 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"> 4.0.0 - mylyn-mylyn-parent - org.eclipse.mylyn + mylyn-tasks-parent + org.eclipse.mylyn.tasks 3.7.0-SNAPSHOT - org.eclipse.mylyn + org.eclipse.mylyn.tasks org.eclipse.mylyn.sdk_feature 3.7.0-SNAPSHOT eclipse-feature 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"/> - - - - - - 4.0.0 - mylyn-mylyn-parent - org.eclipse.mylyn + mylyn-tasks-parent + org.eclipse.mylyn.tasks 3.7.0-SNAPSHOT - org.eclipse.mylyn + org.eclipse.mylyn.tasks org.eclipse.mylyn.test_feature 3.7.0-SNAPSHOT eclipse-feature diff --git a/pom.xml b/pom.xml index d5e780c2e..e5b9e9e8e 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,10 @@ org.eclipse.mylyn.bugzilla.core org.eclipse.mylyn.bugzilla.tests org.eclipse.mylyn.bugzilla.ui + org.eclipse.mylyn.help.sdk + org.eclipse.mylyn.help.ui + org.eclipse.mylyn.sdk-feature + org.eclipse.mylyn.test-feature org.eclipse.mylyn.oslc.core org.eclipse.mylyn.oslc.tests org.eclipse.mylyn.oslc.ui -- cgit v1.2.3