From ddf5394108db7b1861cf36a7cfe76799cbca353b Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 30 Sep 2013 13:54:04 +0100 Subject: [PATCH] Renamed the folder containing the browser plugin module, to make the folder name match the module ID. --- .../How to build a browser plugin.txt | 0 .../juce_browser_plugin.cpp | 0 .../juce_browser_plugin.h | 0 .../juce_browser_plugin.mm | 0 .../juce_module_info | 0 .../wrapper/juce_ActiveX_GlueCode.cpp | 0 .../wrapper/juce_BrowserPluginComponent.h | 0 .../wrapper/juce_NPAPI_GlueCode.cpp | 0 .../wrapper/juce_NPAPI_MacResource.r | 0 .../wrapper/juce_NPAPI_WinResource.rc | 0 .../wrapper/npapi/ReadMe.txt | 0 .../wrapper/npapi/jni.h | 0 .../wrapper/npapi/jni_md.h | 0 .../wrapper/npapi/jri.h | 0 .../wrapper/npapi/jri_md.h | 0 .../wrapper/npapi/jritypes.h | 0 .../wrapper/npapi/npapi.h | 0 .../wrapper/npapi/npruntime.h | 0 .../wrapper/npapi/nptypes.h | 0 .../wrapper/npapi/npupp.h | 0 .../wrapper/npapi/obsolete/protypes.h | 0 .../wrapper/npapi/prcpucfg.h | 0 .../wrapper/npapi/prtypes.h | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/How to build a browser plugin.txt (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/juce_browser_plugin.cpp (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/juce_browser_plugin.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/juce_browser_plugin.mm (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/juce_module_info (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/juce_ActiveX_GlueCode.cpp (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/juce_BrowserPluginComponent.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/juce_NPAPI_GlueCode.cpp (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/juce_NPAPI_MacResource.r (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/juce_NPAPI_WinResource.rc (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/ReadMe.txt (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/jni.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/jni_md.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/jri.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/jri_md.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/jritypes.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/npapi.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/npruntime.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/nptypes.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/npupp.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/obsolete/protypes.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/prcpucfg.h (100%) rename modules/{juce_browser_plugin => juce_browser_plugin_client}/wrapper/npapi/prtypes.h (100%) diff --git a/modules/juce_browser_plugin/How to build a browser plugin.txt b/modules/juce_browser_plugin_client/How to build a browser plugin.txt similarity index 100% rename from modules/juce_browser_plugin/How to build a browser plugin.txt rename to modules/juce_browser_plugin_client/How to build a browser plugin.txt diff --git a/modules/juce_browser_plugin/juce_browser_plugin.cpp b/modules/juce_browser_plugin_client/juce_browser_plugin.cpp similarity index 100% rename from modules/juce_browser_plugin/juce_browser_plugin.cpp rename to modules/juce_browser_plugin_client/juce_browser_plugin.cpp diff --git a/modules/juce_browser_plugin/juce_browser_plugin.h b/modules/juce_browser_plugin_client/juce_browser_plugin.h similarity index 100% rename from modules/juce_browser_plugin/juce_browser_plugin.h rename to modules/juce_browser_plugin_client/juce_browser_plugin.h diff --git a/modules/juce_browser_plugin/juce_browser_plugin.mm b/modules/juce_browser_plugin_client/juce_browser_plugin.mm similarity index 100% rename from modules/juce_browser_plugin/juce_browser_plugin.mm rename to modules/juce_browser_plugin_client/juce_browser_plugin.mm diff --git a/modules/juce_browser_plugin/juce_module_info b/modules/juce_browser_plugin_client/juce_module_info similarity index 100% rename from modules/juce_browser_plugin/juce_module_info rename to modules/juce_browser_plugin_client/juce_module_info diff --git a/modules/juce_browser_plugin/wrapper/juce_ActiveX_GlueCode.cpp b/modules/juce_browser_plugin_client/wrapper/juce_ActiveX_GlueCode.cpp similarity index 100% rename from modules/juce_browser_plugin/wrapper/juce_ActiveX_GlueCode.cpp rename to modules/juce_browser_plugin_client/wrapper/juce_ActiveX_GlueCode.cpp diff --git a/modules/juce_browser_plugin/wrapper/juce_BrowserPluginComponent.h b/modules/juce_browser_plugin_client/wrapper/juce_BrowserPluginComponent.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/juce_BrowserPluginComponent.h rename to modules/juce_browser_plugin_client/wrapper/juce_BrowserPluginComponent.h diff --git a/modules/juce_browser_plugin/wrapper/juce_NPAPI_GlueCode.cpp b/modules/juce_browser_plugin_client/wrapper/juce_NPAPI_GlueCode.cpp similarity index 100% rename from modules/juce_browser_plugin/wrapper/juce_NPAPI_GlueCode.cpp rename to modules/juce_browser_plugin_client/wrapper/juce_NPAPI_GlueCode.cpp diff --git a/modules/juce_browser_plugin/wrapper/juce_NPAPI_MacResource.r b/modules/juce_browser_plugin_client/wrapper/juce_NPAPI_MacResource.r similarity index 100% rename from modules/juce_browser_plugin/wrapper/juce_NPAPI_MacResource.r rename to modules/juce_browser_plugin_client/wrapper/juce_NPAPI_MacResource.r diff --git a/modules/juce_browser_plugin/wrapper/juce_NPAPI_WinResource.rc b/modules/juce_browser_plugin_client/wrapper/juce_NPAPI_WinResource.rc similarity index 100% rename from modules/juce_browser_plugin/wrapper/juce_NPAPI_WinResource.rc rename to modules/juce_browser_plugin_client/wrapper/juce_NPAPI_WinResource.rc diff --git a/modules/juce_browser_plugin/wrapper/npapi/ReadMe.txt b/modules/juce_browser_plugin_client/wrapper/npapi/ReadMe.txt similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/ReadMe.txt rename to modules/juce_browser_plugin_client/wrapper/npapi/ReadMe.txt diff --git a/modules/juce_browser_plugin/wrapper/npapi/jni.h b/modules/juce_browser_plugin_client/wrapper/npapi/jni.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/jni.h rename to modules/juce_browser_plugin_client/wrapper/npapi/jni.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/jni_md.h b/modules/juce_browser_plugin_client/wrapper/npapi/jni_md.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/jni_md.h rename to modules/juce_browser_plugin_client/wrapper/npapi/jni_md.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/jri.h b/modules/juce_browser_plugin_client/wrapper/npapi/jri.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/jri.h rename to modules/juce_browser_plugin_client/wrapper/npapi/jri.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/jri_md.h b/modules/juce_browser_plugin_client/wrapper/npapi/jri_md.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/jri_md.h rename to modules/juce_browser_plugin_client/wrapper/npapi/jri_md.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/jritypes.h b/modules/juce_browser_plugin_client/wrapper/npapi/jritypes.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/jritypes.h rename to modules/juce_browser_plugin_client/wrapper/npapi/jritypes.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/npapi.h b/modules/juce_browser_plugin_client/wrapper/npapi/npapi.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/npapi.h rename to modules/juce_browser_plugin_client/wrapper/npapi/npapi.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/npruntime.h b/modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/npruntime.h rename to modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/nptypes.h b/modules/juce_browser_plugin_client/wrapper/npapi/nptypes.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/nptypes.h rename to modules/juce_browser_plugin_client/wrapper/npapi/nptypes.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/npupp.h b/modules/juce_browser_plugin_client/wrapper/npapi/npupp.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/npupp.h rename to modules/juce_browser_plugin_client/wrapper/npapi/npupp.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/obsolete/protypes.h b/modules/juce_browser_plugin_client/wrapper/npapi/obsolete/protypes.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/obsolete/protypes.h rename to modules/juce_browser_plugin_client/wrapper/npapi/obsolete/protypes.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/prcpucfg.h b/modules/juce_browser_plugin_client/wrapper/npapi/prcpucfg.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/prcpucfg.h rename to modules/juce_browser_plugin_client/wrapper/npapi/prcpucfg.h diff --git a/modules/juce_browser_plugin/wrapper/npapi/prtypes.h b/modules/juce_browser_plugin_client/wrapper/npapi/prtypes.h similarity index 100% rename from modules/juce_browser_plugin/wrapper/npapi/prtypes.h rename to modules/juce_browser_plugin_client/wrapper/npapi/prtypes.h