Browse Source

Renamed the folder containing the browser plugin module, to make the folder name match the module ID.

tags/2021-05-28
jules 12 years ago
parent
commit
ddf5394108
23 changed files with 0 additions and 0 deletions
  1. +0
    -0
      modules/juce_browser_plugin_client/How to build a browser plugin.txt
  2. +0
    -0
      modules/juce_browser_plugin_client/juce_browser_plugin.cpp
  3. +0
    -0
      modules/juce_browser_plugin_client/juce_browser_plugin.h
  4. +0
    -0
      modules/juce_browser_plugin_client/juce_browser_plugin.mm
  5. +0
    -0
      modules/juce_browser_plugin_client/juce_module_info
  6. +0
    -0
      modules/juce_browser_plugin_client/wrapper/juce_ActiveX_GlueCode.cpp
  7. +0
    -0
      modules/juce_browser_plugin_client/wrapper/juce_BrowserPluginComponent.h
  8. +0
    -0
      modules/juce_browser_plugin_client/wrapper/juce_NPAPI_GlueCode.cpp
  9. +0
    -0
      modules/juce_browser_plugin_client/wrapper/juce_NPAPI_MacResource.r
  10. +0
    -0
      modules/juce_browser_plugin_client/wrapper/juce_NPAPI_WinResource.rc
  11. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/ReadMe.txt
  12. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/jni.h
  13. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/jni_md.h
  14. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/jri.h
  15. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/jri_md.h
  16. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/jritypes.h
  17. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/npapi.h
  18. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h
  19. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/nptypes.h
  20. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/npupp.h
  21. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/obsolete/protypes.h
  22. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/prcpucfg.h
  23. +0
    -0
      modules/juce_browser_plugin_client/wrapper/npapi/prtypes.h

modules/juce_browser_plugin/How to build a browser plugin.txt → modules/juce_browser_plugin_client/How to build a browser plugin.txt View File


modules/juce_browser_plugin/juce_browser_plugin.cpp → modules/juce_browser_plugin_client/juce_browser_plugin.cpp View File


modules/juce_browser_plugin/juce_browser_plugin.h → modules/juce_browser_plugin_client/juce_browser_plugin.h View File


modules/juce_browser_plugin/juce_browser_plugin.mm → modules/juce_browser_plugin_client/juce_browser_plugin.mm View File


modules/juce_browser_plugin/juce_module_info → modules/juce_browser_plugin_client/juce_module_info View File


modules/juce_browser_plugin/wrapper/juce_ActiveX_GlueCode.cpp → modules/juce_browser_plugin_client/wrapper/juce_ActiveX_GlueCode.cpp View File


modules/juce_browser_plugin/wrapper/juce_BrowserPluginComponent.h → modules/juce_browser_plugin_client/wrapper/juce_BrowserPluginComponent.h View File


modules/juce_browser_plugin/wrapper/juce_NPAPI_GlueCode.cpp → modules/juce_browser_plugin_client/wrapper/juce_NPAPI_GlueCode.cpp View File


modules/juce_browser_plugin/wrapper/juce_NPAPI_MacResource.r → modules/juce_browser_plugin_client/wrapper/juce_NPAPI_MacResource.r View File


modules/juce_browser_plugin/wrapper/juce_NPAPI_WinResource.rc → modules/juce_browser_plugin_client/wrapper/juce_NPAPI_WinResource.rc View File


modules/juce_browser_plugin/wrapper/npapi/ReadMe.txt → modules/juce_browser_plugin_client/wrapper/npapi/ReadMe.txt View File


modules/juce_browser_plugin/wrapper/npapi/jni.h → modules/juce_browser_plugin_client/wrapper/npapi/jni.h View File


modules/juce_browser_plugin/wrapper/npapi/jni_md.h → modules/juce_browser_plugin_client/wrapper/npapi/jni_md.h View File


modules/juce_browser_plugin/wrapper/npapi/jri.h → modules/juce_browser_plugin_client/wrapper/npapi/jri.h View File


modules/juce_browser_plugin/wrapper/npapi/jri_md.h → modules/juce_browser_plugin_client/wrapper/npapi/jri_md.h View File


modules/juce_browser_plugin/wrapper/npapi/jritypes.h → modules/juce_browser_plugin_client/wrapper/npapi/jritypes.h View File


modules/juce_browser_plugin/wrapper/npapi/npapi.h → modules/juce_browser_plugin_client/wrapper/npapi/npapi.h View File


modules/juce_browser_plugin/wrapper/npapi/npruntime.h → modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h View File


modules/juce_browser_plugin/wrapper/npapi/nptypes.h → modules/juce_browser_plugin_client/wrapper/npapi/nptypes.h View File


modules/juce_browser_plugin/wrapper/npapi/npupp.h → modules/juce_browser_plugin_client/wrapper/npapi/npupp.h View File


modules/juce_browser_plugin/wrapper/npapi/obsolete/protypes.h → modules/juce_browser_plugin_client/wrapper/npapi/obsolete/protypes.h View File


modules/juce_browser_plugin/wrapper/npapi/prcpucfg.h → modules/juce_browser_plugin_client/wrapper/npapi/prcpucfg.h View File


modules/juce_browser_plugin/wrapper/npapi/prtypes.h → modules/juce_browser_plugin_client/wrapper/npapi/prtypes.h View File


Loading…
Cancel
Save