From 4a865bf72b6b3f7a2d3bd529c9175bdd097e50e5 Mon Sep 17 00:00:00 2001
From: Hermann Blum <hermannsblum@yahoo.de>
Date: Thu, 30 Nov 2017 14:14:05 +0100
Subject: [PATCH] move external libraries out of lib

---
 {lib => res}/bootstrap/config.json                  |   0
 {lib => res}/bootstrap/css/bootstrap-theme.css      |   0
 {lib => res}/bootstrap/css/bootstrap-theme.min.css  |   0
 {lib => res}/bootstrap/css/bootstrap.css            |   0
 {lib => res}/bootstrap/css/bootstrap.min.css        |   0
 .../fonts/glyphicons-halflings-regular.eot          | Bin
 .../fonts/glyphicons-halflings-regular.svg          |   0
 .../fonts/glyphicons-halflings-regular.ttf          | Bin
 .../fonts/glyphicons-halflings-regular.woff         | Bin
 .../fonts/glyphicons-halflings-regular.woff2        | Bin
 {lib => res}/bootstrap/js/bootstrap.js              |   0
 {lib => res}/bootstrap/js/bootstrap.min.js          |   0
 {lib => res/js}/jquery/jquery-2.2.2.min.js          |   0
 13 files changed, 0 insertions(+), 0 deletions(-)
 rename {lib => res}/bootstrap/config.json (100%)
 rename {lib => res}/bootstrap/css/bootstrap-theme.css (100%)
 rename {lib => res}/bootstrap/css/bootstrap-theme.min.css (100%)
 rename {lib => res}/bootstrap/css/bootstrap.css (100%)
 rename {lib => res}/bootstrap/css/bootstrap.min.css (100%)
 rename {lib => res}/bootstrap/fonts/glyphicons-halflings-regular.eot (100%)
 rename {lib => res}/bootstrap/fonts/glyphicons-halflings-regular.svg (100%)
 rename {lib => res}/bootstrap/fonts/glyphicons-halflings-regular.ttf (100%)
 rename {lib => res}/bootstrap/fonts/glyphicons-halflings-regular.woff (100%)
 rename {lib => res}/bootstrap/fonts/glyphicons-halflings-regular.woff2 (100%)
 rename {lib => res}/bootstrap/js/bootstrap.js (100%)
 rename {lib => res}/bootstrap/js/bootstrap.min.js (100%)
 rename {lib => res/js}/jquery/jquery-2.2.2.min.js (100%)

diff --git a/lib/bootstrap/config.json b/res/bootstrap/config.json
similarity index 100%
rename from lib/bootstrap/config.json
rename to res/bootstrap/config.json
diff --git a/lib/bootstrap/css/bootstrap-theme.css b/res/bootstrap/css/bootstrap-theme.css
similarity index 100%
rename from lib/bootstrap/css/bootstrap-theme.css
rename to res/bootstrap/css/bootstrap-theme.css
diff --git a/lib/bootstrap/css/bootstrap-theme.min.css b/res/bootstrap/css/bootstrap-theme.min.css
similarity index 100%
rename from lib/bootstrap/css/bootstrap-theme.min.css
rename to res/bootstrap/css/bootstrap-theme.min.css
diff --git a/lib/bootstrap/css/bootstrap.css b/res/bootstrap/css/bootstrap.css
similarity index 100%
rename from lib/bootstrap/css/bootstrap.css
rename to res/bootstrap/css/bootstrap.css
diff --git a/lib/bootstrap/css/bootstrap.min.css b/res/bootstrap/css/bootstrap.min.css
similarity index 100%
rename from lib/bootstrap/css/bootstrap.min.css
rename to res/bootstrap/css/bootstrap.min.css
diff --git a/lib/bootstrap/fonts/glyphicons-halflings-regular.eot b/res/bootstrap/fonts/glyphicons-halflings-regular.eot
similarity index 100%
rename from lib/bootstrap/fonts/glyphicons-halflings-regular.eot
rename to res/bootstrap/fonts/glyphicons-halflings-regular.eot
diff --git a/lib/bootstrap/fonts/glyphicons-halflings-regular.svg b/res/bootstrap/fonts/glyphicons-halflings-regular.svg
similarity index 100%
rename from lib/bootstrap/fonts/glyphicons-halflings-regular.svg
rename to res/bootstrap/fonts/glyphicons-halflings-regular.svg
diff --git a/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf b/res/bootstrap/fonts/glyphicons-halflings-regular.ttf
similarity index 100%
rename from lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
rename to res/bootstrap/fonts/glyphicons-halflings-regular.ttf
diff --git a/lib/bootstrap/fonts/glyphicons-halflings-regular.woff b/res/bootstrap/fonts/glyphicons-halflings-regular.woff
similarity index 100%
rename from lib/bootstrap/fonts/glyphicons-halflings-regular.woff
rename to res/bootstrap/fonts/glyphicons-halflings-regular.woff
diff --git a/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/res/bootstrap/fonts/glyphicons-halflings-regular.woff2
similarity index 100%
rename from lib/bootstrap/fonts/glyphicons-halflings-regular.woff2
rename to res/bootstrap/fonts/glyphicons-halflings-regular.woff2
diff --git a/lib/bootstrap/js/bootstrap.js b/res/bootstrap/js/bootstrap.js
similarity index 100%
rename from lib/bootstrap/js/bootstrap.js
rename to res/bootstrap/js/bootstrap.js
diff --git a/lib/bootstrap/js/bootstrap.min.js b/res/bootstrap/js/bootstrap.min.js
similarity index 100%
rename from lib/bootstrap/js/bootstrap.min.js
rename to res/bootstrap/js/bootstrap.min.js
diff --git a/lib/jquery/jquery-2.2.2.min.js b/res/js/jquery/jquery-2.2.2.min.js
similarity index 100%
rename from lib/jquery/jquery-2.2.2.min.js
rename to res/js/jquery/jquery-2.2.2.min.js
-- 
GitLab