/[gcjwebplugin]/gcjwebplugin/src/GCJPluginFactory.cc
ViewVC logotype

Diff of /gcjwebplugin/src/GCJPluginFactory.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by fitzsim, Fri Oct 10 05:42:12 2003 UTC revision 1.13 by mkoch, Wed Nov 5 08:52:12 2003 UTC
# Line 44  exception statement from your version. * Line 44  exception statement from your version. *
44  #include "GCJSecureEnv.h"  #include "GCJSecureEnv.h"
45  #include "config.h"  #include "config.h"
46  #include "pluginDebug.h"  #include "pluginDebug.h"
47    #include "pluginMeta.h"
 #define PLUGIN_NAME "GCJ Java(tm) OJI plugin"  
 //#define PLUGIN_DESC "Java(tm) plugin for Mozilla and compatible browsers"  
 #define PLUGIN_DESC "GCJ Web browser plugin " PACKAGE_VERSION " executes Java applets in Mozilla and other web browsers"  
 #define PLUGIN_MIME_TYPE "application/x-java-applet"  
 #define PLUGIN_MIME_DESC                                           \  
   "application/x-java-vm:class,jar:GCJ;"                           \  
   "application/x-java-applet:class,jar:GCJ;"                       \  
   "application/x-java-applet;version=1.1:class,jar:GCJ;"           \  
   "application/x-java-applet;version=1.1.1:class,jar:GCJ;"         \  
   "application/x-java-applet;version=1.1.2:class,jar:GCJ;"         \  
   "application/x-java-applet;version=1.1.3:class,jar:GCJ;"         \  
   "application/x-java-applet;version=1.2:class,jar:GCJ;"           \  
   "application/x-java-applet;version=1.2.1:class,jar:GCJ;"         \  
   "application/x-java-applet;version=1.2.2:class,jar:GCJ;"         \  
   "application/x-java-applet;version=1.3:class,jar:GCJ;"           \  
   "application/x-java-applet;version=1.3.1:class,jar:GCJ;"         \  
   "application/x-java-applet;version=1.4:class,jar:GCJ;"           \  
   "application/x-java-applet;version=1.4.1:class,jar:GCJ;"         \  
   "application/x-java-applet;version=1.4.2:class,jar:GCJ;"         \  
   "application/x-java-applet;jpi-version=1.4.2_01:class,jar:GCJ;"  \  
   "application/x-java-bean:class,jar:GCJ;"                         \  
   "application/x-java-bean;version=1.1:class,jar:GCJ;"             \  
   "application/x-java-bean;version=1.1.1:class,jar:GCJ;"           \  
   "application/x-java-bean;version=1.1.2:class,jar:GCJ;"           \  
   "application/x-java-bean;version=1.1.3:class,jar:GCJ;"           \  
   "application/x-java-bean;version=1.2:class,jar:GCJ;"             \  
   "application/x-java-bean;version=1.2.1:class,jar:GCJ;"           \  
   "application/x-java-bean;version=1.2.2:class,jar:GCJ;"           \  
   "application/x-java-bean;version=1.3:class,jar:GCJ;"             \  
   "application/x-java-bean;version=1.3.1:class,jar:GCJ;"           \  
   "application/x-java-bean;version=1.4:class,jar:GCJ;"             \  
   "application/x-java-bean;version=1.4.1:class,jar:GCJ;"           \  
   "application/x-java-bean;version=1.4.2:class,jar:GCJ;"           \  
   "application/x-java-bean;jpi-version=1.4.2_01:class,jar:GCJ;"  
 #define PLUGIN_FILE_EXTS "class,jar"  
 #define PLUGIN_MIME_COUNT 1  
 #define PLUGIN_URL NS_INLINE_PLUGIN_CONTRACTID_PREFIX NS_JVM_MIME_TYPE  
48    
49  static const char plugin_name[] = PLUGIN_NAME;  static const char plugin_name[] = PLUGIN_NAME;
50  static const char plugin_desc[] = PLUGIN_DESC;  static const char plugin_desc[] = PLUGIN_DESC;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26