Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKetan Padegaonkar2010-04-25 16:33:48 +0000
committerKetan Padegaonkar2010-04-25 16:33:48 +0000
commit730e3126dc40c030767f574dc89f1ff6c548819b (patch)
treed1aed9cdf24f3e865794792ea9390fa8a1cccf42 /org.eclipse.swtbot.eclipse.spy
parent4799bb60f926714acf23ee9b3292a0c29bcb637f (diff)
downloadorg.eclipse.swtbot-730e3126dc40c030767f574dc89f1ff6c548819b.tar.gz
org.eclipse.swtbot-730e3126dc40c030767f574dc89f1ff6c548819b.tar.xz
org.eclipse.swtbot-730e3126dc40c030767f574dc89f1ff6c548819b.zip
Changed vendor information in all bundles.
Diffstat (limited to 'org.eclipse.swtbot.eclipse.spy')
-rw-r--r--org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
index 659bb056..d590d2e9 100644
--- a/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.swtbot.eclipse.spy.Activator
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: Eclipse.org - SWTBot
Export-Package: org.eclipse.swtbot.eclipse.spy,
org.eclipse.swtbot.eclipse.spy.views
Import-Package: org.apache.log4j;version="1.2.12",

Back to the top