Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-05-14 06:45:31 +0000
committerspingel2009-05-14 06:45:31 +0000
commitf0e3634be511ea30f96ab0e3a78bdd0b0c02bdbd (patch)
tree28bccbf86a35f919558626560f7c9c5d754f84f8 /org.eclipse.mylyn.tasks.tests
parentb676b79d38ac8823b58a3985fb4b38195abe9b1d (diff)
downloadorg.eclipse.mylyn.tasks-f0e3634be511ea30f96ab0e3a78bdd0b0c02bdbd.tar.gz
org.eclipse.mylyn.tasks-f0e3634be511ea30f96ab0e3a78bdd0b0c02bdbd.tar.xz
org.eclipse.mylyn.tasks-f0e3634be511ea30f96ab0e3a78bdd0b0c02bdbd.zip
NEW - bug 269446: update Provider field values for About dialog
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269446
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests')
-rw-r--r--org.eclipse.mylyn.tasks.tests/.settings/org.eclipse.mylyn.tasklist.prefs4
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF2
2 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/.settings/org.eclipse.mylyn.tasklist.prefs b/org.eclipse.mylyn.tasks.tests/.settings/org.eclipse.mylyn.tasklist.prefs
deleted file mode 100644
index 0a2cc0b30..000000000
--- a/org.eclipse.mylyn.tasks.tests/.settings/org.eclipse.mylyn.tasklist.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-#Mon Jun 18 17:14:59 PDT 2007
-eclipse.preferences.version=1
-project.repository.kind=bugzilla
-project.repository.url=https\://bugs.eclipse.org/bugs
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index 9116c9e48..299a8e89e 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: Mylyn Tasks Tests
Bundle-SymbolicName: org.eclipse.mylyn.tasks.tests;singleton:=true
Bundle-Version: 0.0.0
Bundle-Activator: org.eclipse.mylyn.tasks.tests.TasksTestsPlugin
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
org.junit,

Back to the top