Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-02-05 03:18:17 +0000
committerslewis2013-02-05 03:18:17 +0000
commitceedf34d784eb1ca757db255d34fad9cada8a218 (patch)
tree75a0a416775a7cb4b07e4289dc5eb4d0703e60e1
parent1855cc9460f9ec310f352a4d87b314c93c8bb7cf (diff)
downloadorg.eclipse.ecf-ceedf34d784eb1ca757db255d34fad9cada8a218.tar.gz
org.eclipse.ecf-ceedf34d784eb1ca757db255d34fad9cada8a218.tar.xz
org.eclipse.ecf-ceedf34d784eb1ca757db255d34fad9cada8a218.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=399944
-rw-r--r--applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF2
-rw-r--r--applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/messages.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF
index 1f07193bc..670697ecb 100644
--- a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF
+++ b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ecf.presence.bot.kosmos;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.100.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Provider: %providerName
Bundle-Localization: plugin
diff --git a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/messages.properties b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/messages.properties
index 521925caa..b21095b87 100644
--- a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/messages.properties
+++ b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/messages.properties
@@ -134,7 +134,7 @@ newsgroup=Try asking for help on the newsgroups - http\://www.eclipse.org/newsgr
viewvc=Looking for a web interface to the source code released by Eclipse projects? http\://dev.eclipse.org/viewcvs/index.cgi/
circular-debug=You might want to try circular debugging by attaching a debugger to Eclipse itself - http\://borisoneclipse.blogspot.com/2007/01/circular-debugging.html
consolelog=Writing an Eclipse-based application and can't find anything useful in your console and/or getting "Unhandled event loop exceptions"? Add -consoleLog as a 'Program Argument' to your launch configuration. See http\://wiki.eclipse.org/Graphical_Eclipse_FAQs\#I_get_an_unhandled_event_loop_exception_in_my_console._What_gives.3F
-source=My source code can be found at \:pserver\:anonymous@dev.eclipse.org\:/cvsroot/technology under the org.eclipse.ecf/applications/kosmos/plugins/org.eclipse.ecf.presence.bot.kosmos module.
+source=My source code can be found at http\://git.eclipse.org/c/ecf/org.eclipse.ecf.git/ repository under applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos.
launcher=To learn more about the Eclipse launcher / binary, see - http\://www.eclipse.org/swt/launcher.html - http\://wiki.eclipse.org/Equinox_Launcher - http\://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/misc/launcher.html - http\://help.eclipse.org/stable/topic/org.eclipse.platform.doc.user/tasks/running_eclipse.htm
linux-install=Trying to install Eclipse on Linux? http\://wiki.eclipse.org/IRC_FAQ\#How_do_I_install_Eclipse_on_Linux.3F
showlocation=Ever get confused and wondered what workspace you are using? Well, wonder no more, for -showlocation is here to help\! Add -showlocation to the first line of your eclipse.ini file (consequently shifting everything down one line), and you can now see the workspace's name in the title bar.

Back to the top