Git repo can be used as submodules
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 18 May 2017 15:49:35 +0000 (17:49 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 18 May 2017 15:49:35 +0000 (17:49 +0200)
commit162d50a33b8c72d09bd3dc82967c36d559f8278f
tree337b11ad4c7a9bfa9de46cde0a84a08411043845
parent6993026755563379e964966ee7fc73923a21828d
Git repo can be used as submodules

Clean templates files as they are useless for usage in submodules into a project.

Change-Id: I24c71b64ab2b3a958494f3f190c014227a1da576
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
132 files changed:
templates/html5/.gitignore [deleted file]
templates/html5/AGLbuild [deleted file]
templates/html5/CMakeLists.txt [deleted file]
templates/html5/LICENSE [deleted file]
templates/html5/README.md [deleted file]
templates/html5/app/CMakeLists.txt [deleted file]
templates/html5/app/Frontend/app.js [deleted file]
templates/html5/app/Frontend/etc/AppConfig.js [deleted file]
templates/html5/app/Frontend/etc/routes.js [deleted file]
templates/html5/app/Frontend/favicon.ico [deleted file]
templates/html5/app/Frontend/images/avatars/istoobig.jpg [deleted file]
templates/html5/app/Frontend/images/avatars/istoobig.png [deleted file]
templates/html5/app/Frontend/images/avatars/tux-admin.png [deleted file]
templates/html5/app/Frontend/images/avatars/tux-bzh.png [deleted file]
templates/html5/app/Frontend/images/avatars/tux-visitor.png [deleted file]
templates/html5/app/Frontend/images/logo/logo_iot_bzh.svg [deleted file]
templates/html5/app/Frontend/images/logo/logo_iot_bzhx350.png [deleted file]
templates/html5/app/Frontend/images/logo/tampon-iot-bzhx450.png [deleted file]
templates/html5/app/Frontend/images/logo/triskel_iot_bzh.png [deleted file]
templates/html5/app/Frontend/images/logo/triskel_iot_bzh.svg [deleted file]
templates/html5/app/Frontend/images/logo/triskel_iot_bzhx250.png [deleted file]
templates/html5/app/Frontend/index.html [deleted file]
templates/html5/app/Frontend/pages/SampleHome/SampleHome.html [deleted file]
templates/html5/app/Frontend/pages/SampleHome/SampleHome.js [deleted file]
templates/html5/app/Frontend/pages/SampleHome/SampleHome.scss [deleted file]
templates/html5/app/Frontend/services/JQueryEmu.js [deleted file]
templates/html5/app/Frontend/styles/README.md [deleted file]
templates/html5/app/Frontend/styles/app/_ibz-mixins.scss [deleted file]
templates/html5/app/Frontend/styles/app/ibz-global.scss [deleted file]
templates/html5/app/Frontend/styles/foundation/_foundation-icons.scss [deleted file]
templates/html5/app/Frontend/styles/foundation/_foundation-settings.scss [deleted file]
templates/html5/app/Frontend/styles/foundation/foundation-conf.scss [deleted file]
templates/html5/app/Frontend/widgets/ActionButtons/ActionButtons.scss [deleted file]
templates/html5/app/Frontend/widgets/ActionButtons/AppliButton.js [deleted file]
templates/html5/app/Frontend/widgets/ActionButtons/SubmitButton.js [deleted file]
templates/html5/app/Frontend/widgets/Navigation/LinkButton.js [deleted file]
templates/html5/app/Frontend/widgets/Navigation/Navigation.scss [deleted file]
templates/html5/app/Frontend/widgets/Notifications/ModalNotification.js [deleted file]
templates/html5/app/Frontend/widgets/Notifications/Notifications.scss [deleted file]
templates/html5/app/Frontend/widgets/Notifications/TokenRefreshSvc.js [deleted file]
templates/html5/app/Frontend/widgets/RangeSliders/RangeSliderMod.js [deleted file]
templates/html5/app/Frontend/widgets/RangeSliders/Rangeslider.scss [deleted file]
templates/html5/app/bower.json [deleted file]
templates/html5/app/etc/AppDefaults.js [deleted file]
templates/html5/app/etc/_Config.js [deleted file]
templates/html5/app/etc/_Trace.js [deleted file]
templates/html5/app/gulpfile.js [deleted file]
templates/html5/app/package.json [deleted file]
templates/html5/etc/config.cmake [deleted file]
templates/html5/etc/export.map [deleted file]
templates/html5/etc/macros.cmake [deleted file]
templates/html5/packaging/wgt/config.xml.in [deleted file]
templates/html5/packaging/wgt/icon.png.in [deleted file]
templates/hybrid-html5/.gitignore [deleted file]
templates/hybrid-html5/AGLbuild [deleted file]
templates/hybrid-html5/CMakeLists.txt [deleted file]
templates/hybrid-html5/README.md [deleted file]
templates/hybrid-html5/app/CMakeLists.txt [deleted file]
templates/hybrid-html5/app/Frontend/app.js [deleted file]
templates/hybrid-html5/app/Frontend/etc/AppConfig.js [deleted file]
templates/hybrid-html5/app/Frontend/etc/routes.js [deleted file]
templates/hybrid-html5/app/Frontend/favicon.ico [deleted file]
templates/hybrid-html5/app/Frontend/images/avatars/istoobig.jpg [deleted file]
templates/hybrid-html5/app/Frontend/images/avatars/istoobig.png [deleted file]
templates/hybrid-html5/app/Frontend/images/avatars/tux-admin.png [deleted file]
templates/hybrid-html5/app/Frontend/images/avatars/tux-bzh.png [deleted file]
templates/hybrid-html5/app/Frontend/images/avatars/tux-visitor.png [deleted file]
templates/hybrid-html5/app/Frontend/images/logo/logo_iot_bzh.svg [deleted file]
templates/hybrid-html5/app/Frontend/images/logo/logo_iot_bzhx350.png [deleted file]
templates/hybrid-html5/app/Frontend/images/logo/tampon-iot-bzhx450.png [deleted file]
templates/hybrid-html5/app/Frontend/images/logo/triskel_iot_bzh.png [deleted file]
templates/hybrid-html5/app/Frontend/images/logo/triskel_iot_bzh.svg [deleted file]
templates/hybrid-html5/app/Frontend/images/logo/triskel_iot_bzhx250.png [deleted file]
templates/hybrid-html5/app/Frontend/index.html [deleted file]
templates/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.html [deleted file]
templates/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.js [deleted file]
templates/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.scss [deleted file]
templates/hybrid-html5/app/Frontend/services/JQueryEmu.js [deleted file]
templates/hybrid-html5/app/Frontend/styles/README.md [deleted file]
templates/hybrid-html5/app/Frontend/styles/app/_ibz-mixins.scss [deleted file]
templates/hybrid-html5/app/Frontend/styles/app/ibz-global.scss [deleted file]
templates/hybrid-html5/app/Frontend/styles/foundation/_foundation-icons.scss [deleted file]
templates/hybrid-html5/app/Frontend/styles/foundation/_foundation-settings.scss [deleted file]
templates/hybrid-html5/app/Frontend/styles/foundation/foundation-conf.scss [deleted file]
templates/hybrid-html5/app/Frontend/widgets/ActionButtons/ActionButtons.scss [deleted file]
templates/hybrid-html5/app/Frontend/widgets/ActionButtons/AppliButton.js [deleted file]
templates/hybrid-html5/app/Frontend/widgets/ActionButtons/SubmitButton.js [deleted file]
templates/hybrid-html5/app/Frontend/widgets/Navigation/LinkButton.js [deleted file]
templates/hybrid-html5/app/Frontend/widgets/Navigation/Navigation.scss [deleted file]
templates/hybrid-html5/app/Frontend/widgets/Notifications/ModalNotification.js [deleted file]
templates/hybrid-html5/app/Frontend/widgets/Notifications/Notifications.scss [deleted file]
templates/hybrid-html5/app/Frontend/widgets/Notifications/TokenRefreshSvc.js [deleted file]
templates/hybrid-html5/app/Frontend/widgets/RangeSliders/RangeSliderMod.js [deleted file]
templates/hybrid-html5/app/Frontend/widgets/RangeSliders/Rangeslider.scss [deleted file]
templates/hybrid-html5/app/bower.json [deleted file]
templates/hybrid-html5/app/etc/AppDefaults.js [deleted file]
templates/hybrid-html5/app/etc/_Config.js [deleted file]
templates/hybrid-html5/app/etc/_Trace.js [deleted file]
templates/hybrid-html5/app/gulpfile.js [deleted file]
templates/hybrid-html5/app/package.json [deleted file]
templates/hybrid-html5/binding/CMakeLists.txt [deleted file]
templates/hybrid-html5/binding/xxx-cb.c [deleted file]
templates/hybrid-html5/binding/xxx-hat.c [deleted file]
templates/hybrid-html5/binding/xxx-hat.h [deleted file]
templates/hybrid-html5/etc/config.cmake [deleted file]
templates/hybrid-html5/etc/export.map [deleted file]
templates/hybrid-html5/etc/macros.cmake [deleted file]
templates/hybrid-html5/packaging/wgt/config.xml.in [deleted file]
templates/hybrid-html5/packaging/wgt/icon.png.in [deleted file]
templates/native/.gitignore [deleted file]
templates/native/AGLbuild [deleted file]
templates/native/CMakeLists.txt [deleted file]
templates/native/app/CMakeLists.txt [deleted file]
templates/native/app/xxx-native-app.c [deleted file]
templates/native/etc/config.cmake [deleted file]
templates/native/etc/export.map [deleted file]
templates/native/etc/macros.cmake [deleted file]
templates/native/packaging/wgt/config.xml.in [deleted file]
templates/native/packaging/wgt/icon.png.in [deleted file]
templates/service/.gitignore [deleted file]
templates/service/AGLbuild [deleted file]
templates/service/CMakeLists.txt [deleted file]
templates/service/README.md [deleted file]
templates/service/binding/CMakeLists.txt [deleted file]
templates/service/binding/xxx-service-cb.c [deleted file]
templates/service/binding/xxx-service-hat.c [deleted file]
templates/service/binding/xxx-service-hat.h [deleted file]
templates/service/etc/config.cmake [deleted file]
templates/service/etc/export.map [deleted file]
templates/service/etc/macros.cmake [deleted file]
templates/service/packaging/wgt/config.xml.in [deleted file]
templates/service/packaging/wgt/icon.png.in [deleted file]