From febdf40863b8c446345c8ad6917fe23cab5c41fc Mon Sep 17 00:00:00 2001 From: Daniele Teti Date: Tue, 3 Sep 2024 12:59:36 +0200 Subject: [PATCH] Renamed some sample folders --- .gitignore | 2 ++ .../{CustomAuth => custom_auth}/AuthHandlerU.pas | 0 .../CustomAuthClient.dpr | 0 .../CustomAuthClient.dproj | 0 .../CustomAuthGroup.groupproj | 0 .../CustomAuthServer.dpr | 0 .../CustomAuthServer.dproj | 0 .../{CustomAuth => custom_auth}/MainClientFormU.dfm | 0 .../{CustomAuth => custom_auth}/MainClientFormU.pas | 0 .../{CustomAuth => custom_auth}/MyWebModuleU.dfm | 0 .../{CustomAuth => custom_auth}/MyWebModuleU.pas | 0 .../PrivateControllerU.pas | 0 .../PublicControllerU.pas | 0 .../WineCellarGroup.groupproj | 0 .../AndroidManifest.template.xml | 0 .../winecellarclient_mobile/MainFormU.fmx | 0 .../winecellarclient_mobile/MainFormU.pas | 0 .../WineCellarMobileClient.deployproj | 0 .../WineCellarMobileClient.dpr | 0 .../WineCellarMobileClient.dproj | 0 .../winecellarclient_mobile/spash_426x320.png | Bin .../winecellarclient_mobile/spash_470x320.png | Bin .../winecellarclient_mobile/spash_640x480.png | Bin .../winecellarclient_mobile/spash_960x720.png | Bin .../winecellarclient_mobile/splash.jpg | Bin .../MainFMX.fmx | 0 .../MainFMX.pas | 0 .../RESTServicesU.pas | 0 .../WineCellarMobileClientWithRESTAdapter.dpr | 0 .../WineCellarMobileClientWithRESTAdapter.dproj | 0 .../winecellarclient_vcl/MainFormU.dfm | 0 .../winecellarclient_vcl/MainFormU.pas | 0 .../winecellarclient_vcl/WineCellarVCLClient.dpr | 0 .../winecellarclient_vcl/WineCellarVCLClient.dproj | 0 .../winecellarserver/MainDataModuleUnit.dfm | 0 .../winecellarserver/MainDataModuleUnit.pas | 0 .../winecellarserver/MainWebModuleUnit.dfm | 0 .../winecellarserver/MainWebModuleUnit.pas | 0 .../winecellarserver/WINES_FB30.FDB | Bin .../winecellarserver/WineCellarAppControllerU.pas | 0 .../winecellarserver/WineCellarServer.dpr | 0 .../winecellarserver/WineCellarServer.dproj | 0 .../winecellarserver/WinesBO.pas | 0 .../winecellarserver/www/css/milligram.css | 0 .../winecellarserver/www/css/styles.css | 0 .../winecellarserver/www/index.html | 0 .../winecellarserver/www/js/jquery-1.7.1.min.js | 0 .../winecellarserver/www/js/main.js | 0 .../winecellarserver/www/pics/block_nine.jpg | Bin .../winecellarserver/www/pics/bodega_lurton.jpg | Bin .../winecellarserver/www/pics/bouscat.jpg | Bin .../winecellarserver/www/pics/domaine_serene.jpg | Bin .../winecellarserver/www/pics/ex_umbris.jpg | Bin .../winecellarserver/www/pics/generic.jpg | Bin .../winecellarserver/www/pics/lan_rioja.jpg | Bin .../winecellarserver/www/pics/le_doyenne.jpg | Bin .../winecellarserver/www/pics/lurton-pinot-gris.jpg | Bin .../winecellarserver/www/pics/margerum.jpg | Bin .../winecellarserver/www/pics/morizottes.jpg | Bin .../winecellarserver/www/pics/rex_hill.jpg | Bin .../winecellarserver/www/pics/saint_cosme.jpg | Bin .../winecellarserver/www/pics/svglogo.svg | 0 .../winecellarserver/www/pics/viticcio.jpg | Bin 63 files changed, 2 insertions(+) rename samples/{CustomAuth => custom_auth}/AuthHandlerU.pas (100%) rename samples/{CustomAuth => custom_auth}/CustomAuthClient.dpr (100%) rename samples/{CustomAuth => custom_auth}/CustomAuthClient.dproj (100%) rename samples/{CustomAuth => custom_auth}/CustomAuthGroup.groupproj (100%) rename samples/{CustomAuth => custom_auth}/CustomAuthServer.dpr (100%) rename samples/{CustomAuth => custom_auth}/CustomAuthServer.dproj (100%) rename samples/{CustomAuth => custom_auth}/MainClientFormU.dfm (100%) rename samples/{CustomAuth => custom_auth}/MainClientFormU.pas (100%) rename samples/{CustomAuth => custom_auth}/MyWebModuleU.dfm (100%) rename samples/{CustomAuth => custom_auth}/MyWebModuleU.pas (100%) rename samples/{CustomAuth => custom_auth}/PrivateControllerU.pas (100%) rename samples/{CustomAuth => custom_auth}/PublicControllerU.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/WineCellarGroup.groupproj (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/AndroidManifest.template.xml (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/MainFormU.fmx (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/MainFormU.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/WineCellarMobileClient.deployproj (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/WineCellarMobileClient.dpr (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/WineCellarMobileClient.dproj (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/spash_426x320.png (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/spash_470x320.png (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/spash_640x480.png (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/spash_960x720.png (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile/splash.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile_withrestadapter/MainFMX.fmx (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile_withrestadapter/MainFMX.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile_withrestadapter/RESTServicesU.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_vcl/MainFormU.dfm (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_vcl/MainFormU.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_vcl/WineCellarVCLClient.dpr (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarclient_vcl/WineCellarVCLClient.dproj (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/MainDataModuleUnit.dfm (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/MainDataModuleUnit.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/MainWebModuleUnit.dfm (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/MainWebModuleUnit.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/WINES_FB30.FDB (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/WineCellarAppControllerU.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/WineCellarServer.dpr (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/WineCellarServer.dproj (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/WinesBO.pas (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/css/milligram.css (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/css/styles.css (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/index.html (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/js/jquery-1.7.1.min.js (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/js/main.js (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/block_nine.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/bodega_lurton.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/bouscat.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/domaine_serene.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/ex_umbris.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/generic.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/lan_rioja.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/le_doyenne.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/lurton-pinot-gris.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/margerum.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/morizottes.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/rex_hill.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/saint_cosme.jpg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/svglogo.svg (100%) rename samples/{WineCellarSample => wine_cellar_sample}/winecellarserver/www/pics/viticcio.jpg (100%) diff --git a/.gitignore b/.gitignore index 5df5919c..6ded8250 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,5 @@ samples/session_file_based/Win32/DEBUG/sessions/ unittests/general/UnitTestReports/ lib/sempare-delphi-template-engine *.tpcu +samples/wine_cellar_sample/winecellarclient_mobile/Android/Debug/ +samples/wine_cellar_sample/winecellarclient_mobile/Android64/Debug/ diff --git a/samples/CustomAuth/AuthHandlerU.pas b/samples/custom_auth/AuthHandlerU.pas similarity index 100% rename from samples/CustomAuth/AuthHandlerU.pas rename to samples/custom_auth/AuthHandlerU.pas diff --git a/samples/CustomAuth/CustomAuthClient.dpr b/samples/custom_auth/CustomAuthClient.dpr similarity index 100% rename from samples/CustomAuth/CustomAuthClient.dpr rename to samples/custom_auth/CustomAuthClient.dpr diff --git a/samples/CustomAuth/CustomAuthClient.dproj b/samples/custom_auth/CustomAuthClient.dproj similarity index 100% rename from samples/CustomAuth/CustomAuthClient.dproj rename to samples/custom_auth/CustomAuthClient.dproj diff --git a/samples/CustomAuth/CustomAuthGroup.groupproj b/samples/custom_auth/CustomAuthGroup.groupproj similarity index 100% rename from samples/CustomAuth/CustomAuthGroup.groupproj rename to samples/custom_auth/CustomAuthGroup.groupproj diff --git a/samples/CustomAuth/CustomAuthServer.dpr b/samples/custom_auth/CustomAuthServer.dpr similarity index 100% rename from samples/CustomAuth/CustomAuthServer.dpr rename to samples/custom_auth/CustomAuthServer.dpr diff --git a/samples/CustomAuth/CustomAuthServer.dproj b/samples/custom_auth/CustomAuthServer.dproj similarity index 100% rename from samples/CustomAuth/CustomAuthServer.dproj rename to samples/custom_auth/CustomAuthServer.dproj diff --git a/samples/CustomAuth/MainClientFormU.dfm b/samples/custom_auth/MainClientFormU.dfm similarity index 100% rename from samples/CustomAuth/MainClientFormU.dfm rename to samples/custom_auth/MainClientFormU.dfm diff --git a/samples/CustomAuth/MainClientFormU.pas b/samples/custom_auth/MainClientFormU.pas similarity index 100% rename from samples/CustomAuth/MainClientFormU.pas rename to samples/custom_auth/MainClientFormU.pas diff --git a/samples/CustomAuth/MyWebModuleU.dfm b/samples/custom_auth/MyWebModuleU.dfm similarity index 100% rename from samples/CustomAuth/MyWebModuleU.dfm rename to samples/custom_auth/MyWebModuleU.dfm diff --git a/samples/CustomAuth/MyWebModuleU.pas b/samples/custom_auth/MyWebModuleU.pas similarity index 100% rename from samples/CustomAuth/MyWebModuleU.pas rename to samples/custom_auth/MyWebModuleU.pas diff --git a/samples/CustomAuth/PrivateControllerU.pas b/samples/custom_auth/PrivateControllerU.pas similarity index 100% rename from samples/CustomAuth/PrivateControllerU.pas rename to samples/custom_auth/PrivateControllerU.pas diff --git a/samples/CustomAuth/PublicControllerU.pas b/samples/custom_auth/PublicControllerU.pas similarity index 100% rename from samples/CustomAuth/PublicControllerU.pas rename to samples/custom_auth/PublicControllerU.pas diff --git a/samples/WineCellarSample/WineCellarGroup.groupproj b/samples/wine_cellar_sample/WineCellarGroup.groupproj similarity index 100% rename from samples/WineCellarSample/WineCellarGroup.groupproj rename to samples/wine_cellar_sample/WineCellarGroup.groupproj diff --git a/samples/WineCellarSample/winecellarclient_mobile/AndroidManifest.template.xml b/samples/wine_cellar_sample/winecellarclient_mobile/AndroidManifest.template.xml similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/AndroidManifest.template.xml rename to samples/wine_cellar_sample/winecellarclient_mobile/AndroidManifest.template.xml diff --git a/samples/WineCellarSample/winecellarclient_mobile/MainFormU.fmx b/samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.fmx similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/MainFormU.fmx rename to samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.fmx diff --git a/samples/WineCellarSample/winecellarclient_mobile/MainFormU.pas b/samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/MainFormU.pas rename to samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.pas diff --git a/samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.deployproj b/samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.deployproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.deployproj rename to samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.deployproj diff --git a/samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dpr b/samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dpr similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dpr rename to samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dpr diff --git a/samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dproj b/samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dproj rename to samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dproj diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_426x320.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_426x320.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_426x320.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_426x320.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_470x320.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_470x320.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_470x320.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_470x320.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_640x480.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_640x480.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_640x480.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_640x480.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_960x720.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_960x720.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_960x720.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_960x720.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/splash.jpg b/samples/wine_cellar_sample/winecellarclient_mobile/splash.jpg similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/splash.jpg rename to samples/wine_cellar_sample/winecellarclient_mobile/splash.jpg diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.fmx b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.fmx similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.fmx rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.fmx diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.pas b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.pas rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.pas diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj diff --git a/samples/WineCellarSample/winecellarclient_vcl/MainFormU.dfm b/samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.dfm similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/MainFormU.dfm rename to samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.dfm diff --git a/samples/WineCellarSample/winecellarclient_vcl/MainFormU.pas b/samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/MainFormU.pas rename to samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.pas diff --git a/samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dpr b/samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dpr similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dpr rename to samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dpr diff --git a/samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dproj b/samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dproj rename to samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dproj diff --git a/samples/WineCellarSample/winecellarserver/MainDataModuleUnit.dfm b/samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.dfm similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainDataModuleUnit.dfm rename to samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.dfm diff --git a/samples/WineCellarSample/winecellarserver/MainDataModuleUnit.pas b/samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainDataModuleUnit.pas rename to samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.pas diff --git a/samples/WineCellarSample/winecellarserver/MainWebModuleUnit.dfm b/samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.dfm similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainWebModuleUnit.dfm rename to samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.dfm diff --git a/samples/WineCellarSample/winecellarserver/MainWebModuleUnit.pas b/samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainWebModuleUnit.pas rename to samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.pas diff --git a/samples/WineCellarSample/winecellarserver/WINES_FB30.FDB b/samples/wine_cellar_sample/winecellarserver/WINES_FB30.FDB similarity index 100% rename from samples/WineCellarSample/winecellarserver/WINES_FB30.FDB rename to samples/wine_cellar_sample/winecellarserver/WINES_FB30.FDB diff --git a/samples/WineCellarSample/winecellarserver/WineCellarAppControllerU.pas b/samples/wine_cellar_sample/winecellarserver/WineCellarAppControllerU.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/WineCellarAppControllerU.pas rename to samples/wine_cellar_sample/winecellarserver/WineCellarAppControllerU.pas diff --git a/samples/WineCellarSample/winecellarserver/WineCellarServer.dpr b/samples/wine_cellar_sample/winecellarserver/WineCellarServer.dpr similarity index 100% rename from samples/WineCellarSample/winecellarserver/WineCellarServer.dpr rename to samples/wine_cellar_sample/winecellarserver/WineCellarServer.dpr diff --git a/samples/WineCellarSample/winecellarserver/WineCellarServer.dproj b/samples/wine_cellar_sample/winecellarserver/WineCellarServer.dproj similarity index 100% rename from samples/WineCellarSample/winecellarserver/WineCellarServer.dproj rename to samples/wine_cellar_sample/winecellarserver/WineCellarServer.dproj diff --git a/samples/WineCellarSample/winecellarserver/WinesBO.pas b/samples/wine_cellar_sample/winecellarserver/WinesBO.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/WinesBO.pas rename to samples/wine_cellar_sample/winecellarserver/WinesBO.pas diff --git a/samples/WineCellarSample/winecellarserver/www/css/milligram.css b/samples/wine_cellar_sample/winecellarserver/www/css/milligram.css similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/css/milligram.css rename to samples/wine_cellar_sample/winecellarserver/www/css/milligram.css diff --git a/samples/WineCellarSample/winecellarserver/www/css/styles.css b/samples/wine_cellar_sample/winecellarserver/www/css/styles.css similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/css/styles.css rename to samples/wine_cellar_sample/winecellarserver/www/css/styles.css diff --git a/samples/WineCellarSample/winecellarserver/www/index.html b/samples/wine_cellar_sample/winecellarserver/www/index.html similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/index.html rename to samples/wine_cellar_sample/winecellarserver/www/index.html diff --git a/samples/WineCellarSample/winecellarserver/www/js/jquery-1.7.1.min.js b/samples/wine_cellar_sample/winecellarserver/www/js/jquery-1.7.1.min.js similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/js/jquery-1.7.1.min.js rename to samples/wine_cellar_sample/winecellarserver/www/js/jquery-1.7.1.min.js diff --git a/samples/WineCellarSample/winecellarserver/www/js/main.js b/samples/wine_cellar_sample/winecellarserver/www/js/main.js similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/js/main.js rename to samples/wine_cellar_sample/winecellarserver/www/js/main.js diff --git a/samples/WineCellarSample/winecellarserver/www/pics/block_nine.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/block_nine.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/block_nine.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/block_nine.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/bodega_lurton.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/bodega_lurton.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/bodega_lurton.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/bodega_lurton.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/bouscat.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/bouscat.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/bouscat.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/bouscat.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/domaine_serene.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/domaine_serene.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/domaine_serene.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/domaine_serene.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/ex_umbris.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/ex_umbris.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/ex_umbris.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/ex_umbris.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/generic.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/generic.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/generic.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/generic.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/lan_rioja.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/lan_rioja.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/lan_rioja.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/lan_rioja.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/le_doyenne.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/le_doyenne.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/le_doyenne.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/le_doyenne.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/lurton-pinot-gris.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/lurton-pinot-gris.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/lurton-pinot-gris.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/lurton-pinot-gris.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/margerum.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/margerum.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/margerum.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/margerum.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/morizottes.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/morizottes.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/morizottes.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/morizottes.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/rex_hill.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/rex_hill.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/rex_hill.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/rex_hill.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/saint_cosme.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/saint_cosme.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/saint_cosme.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/saint_cosme.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/svglogo.svg b/samples/wine_cellar_sample/winecellarserver/www/pics/svglogo.svg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/svglogo.svg rename to samples/wine_cellar_sample/winecellarserver/www/pics/svglogo.svg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/viticcio.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/viticcio.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/viticcio.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/viticcio.jpg