Add OS/ABI params to update URL, fixed a few names that were missed,
checkin alt-library .so's built on Fedora (will have to figure out later why
the ones built on Ubuntu didn't work).
Patch by: jat
Review by: rice (TBR)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6758 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/xpcom/ModuleOOPHM.cpp b/plugins/xpcom/ModuleOOPHM.cpp
index 9d3093f..4b6c98b 100644
--- a/plugins/xpcom/ModuleOOPHM.cpp
+++ b/plugins/xpcom/ModuleOOPHM.cpp
@@ -57,7 +57,7 @@
const nsModuleComponentInfo *aInfo) {
Debug::log(Debug::Info)
- << " successfully registered GWT Development Mode plugin"
+ << " successfully registered GWT Developer Plugin"
<< Debug::flush;
nsresult rv;
nsCOMPtr<nsICategoryManager> categoryManager =
@@ -84,7 +84,7 @@
static NS_IMETHODIMP unregisterSelf(nsIComponentManager *aCompMgr,
nsIFile *aPath, const char *aLoaderStr,
const nsModuleComponentInfo *aInfo) {
- Debug::log(Debug::Info) << "Unregistered GWT Development Mode plugin"
+ Debug::log(Debug::Info) << "Unregistered GWT Developer Plugin"
<< Debug::flush;
return NS_OK;
}
@@ -136,7 +136,7 @@
xulRuntime->GetOS(os);
nsCString abi;
xulRuntime->GetXPCOMABI(abi);
- Debug::log(Debug::Info) << "Initializing GWT Development Mode Plugin"
+ Debug::log(Debug::Info) << "Initializing GWT Developer Plugin"
<< Debug::flush;
Debug::log(Debug::Info) << " gecko=" << gecko_version.BeginReading()
<< ", firefox=" << browser_version.BeginReading() << ", abi="