rsanchez
2014-11-14 8076f3e62e24f23cc8eb866fe18cc6f00ceb02b8
refs
author rsanchez <rsanchez@curisit.net>
Friday, November 14, 2014 11:16 +0000
committer rsanchez <rsanchez@curisit.net>
Friday, November 14, 2014 11:16 +0000
commit8076f3e62e24f23cc8eb866fe18cc6f00ceb02b8
tree e648d6a8f47a41bc88b2bce3d06c11465acad5c8 tree | zip | gz
parent e2aa9b0177cdfeb9e3f26c511f541c37a03134aa view | diff
#2021 feature - Added stadard WAR structure to run the application on a
Servlet engine
64 files added
5 files modified
changed files
securis/etc/context/securis.xml diff | view | blame | history
securis/pom.xml diff | view | blame | history
securis/src/main/java/net/curisit/securis/BootstrapListener.java diff | view | blame | history
securis/src/main/java/net/curisit/securis/RestServicesApplication.java diff | view | blame | history
securis/src/main/java/net/curisit/securis/SeCurisServer.java diff | view | blame | history
securis/src/main/java/net/curisit/securis/ioc/RequestsModule.java diff | view | blame | history
securis/src/main/resources/META-INF/persistence.xml diff | view | blame | history
securis/src/main/webapp/WEB-INF/classes/logging.properties diff | view | blame | history
securis/src/main/webapp/WEB-INF/web.xml diff | view | blame | history
securis/src/main/webapp/admin.html diff | view | blame | history
securis/src/main/webapp/css/bootstrap-dialog.css diff | view | blame | history
securis/src/main/webapp/css/bootstrap-theme.css diff | view | blame | history
securis/src/main/webapp/css/bootstrap-theme.css.map diff | view | blame | history
securis/src/main/webapp/css/bootstrap-theme.min.css diff | view | blame | history
securis/src/main/webapp/css/bootstrap.css diff | view | blame | history
securis/src/main/webapp/css/bootstrap.css.map diff | view | blame | history
securis/src/main/webapp/css/bootstrap.min.css diff | view | blame | history
securis/src/main/webapp/css/chosen-spinner.css diff | view | blame | history
securis/src/main/webapp/css/chosen-sprite.png diff | view | blame | history
securis/src/main/webapp/css/chosen-sprite@2x.png diff | view | blame | history
securis/src/main/webapp/css/chosen.css diff | view | blame | history
securis/src/main/webapp/css/font-awesome.min.css diff | view | blame | history
securis/src/main/webapp/css/securis.css diff | view | blame | history
securis/src/main/webapp/css/spinner.gif diff | view | blame | history
securis/src/main/webapp/css/toaster.css diff | view | blame | history
securis/src/main/webapp/favicon.ico diff | view | blame | history
securis/src/main/webapp/fonts/glyphicons-halflings-regular.eot diff | view | blame | history
securis/src/main/webapp/fonts/glyphicons-halflings-regular.svg diff | view | blame | history
securis/src/main/webapp/fonts/glyphicons-halflings-regular.ttf diff | view | blame | history
securis/src/main/webapp/fonts/glyphicons-halflings-regular.woff diff | view | blame | history
securis/src/main/webapp/header.html diff | view | blame | history
securis/src/main/webapp/humans.txt diff | view | blame | history
securis/src/main/webapp/images/securis_100.png diff | view | blame | history
securis/src/main/webapp/images/securis_40.png diff | view | blame | history
securis/src/main/webapp/index.html diff | view | blame | history
securis/src/main/webapp/js/admin.js diff | view | blame | history
securis/src/main/webapp/js/angular/angular-animate.min.js diff | view | blame | history
securis/src/main/webapp/js/angular/angular-animate.min.js.map diff | view | blame | history
securis/src/main/webapp/js/angular/angular-resource.min.js diff | view | blame | history
securis/src/main/webapp/js/angular/angular-resource.min.js.map diff | view | blame | history
securis/src/main/webapp/js/angular/angular-route.min.js diff | view | blame | history
securis/src/main/webapp/js/angular/angular-route.min.js.map diff | view | blame | history
securis/src/main/webapp/js/angular/angular.js diff | view | blame | history
securis/src/main/webapp/js/angular/angular.min.js diff | view | blame | history
securis/src/main/webapp/js/angular/angular.min.js.map diff | view | blame | history
securis/src/main/webapp/js/angular/chosen.js diff | view | blame | history
securis/src/main/webapp/js/angular/toaster.js diff | view | blame | history
securis/src/main/webapp/js/catalogs.js diff | view | blame | history
securis/src/main/webapp/js/catalogs.json diff | view | blame | history
securis/src/main/webapp/js/commons.js diff | view | blame | history
securis/src/main/webapp/js/i18n.js diff | view | blame | history
securis/src/main/webapp/js/lang/messages_es.json diff | view | blame | history
securis/src/main/webapp/js/lang/messages_fr.json diff | view | blame | history
securis/src/main/webapp/js/licenses.js diff | view | blame | history
securis/src/main/webapp/js/login.js diff | view | blame | history
securis/src/main/webapp/js/main.js diff | view | blame | history
securis/src/main/webapp/js/vendor/bootstrap-dialog.js diff | view | blame | history
securis/src/main/webapp/js/vendor/bootstrap.js diff | view | blame | history
securis/src/main/webapp/js/vendor/bootstrap.min.js diff | view | blame | history
securis/src/main/webapp/js/vendor/chosen.jquery.js diff | view | blame | history
securis/src/main/webapp/js/vendor/jquery.min.js diff | view | blame | history
securis/src/main/webapp/js/vendor/jquery.min.map diff | view | blame | history
securis/src/main/webapp/js/vendor/modernizr-2.6.2.min.js diff | view | blame | history
securis/src/main/webapp/js/vendor/store.js diff | view | blame | history
securis/src/main/webapp/js/vendor/store.min.js diff | view | blame | history
securis/src/main/webapp/licenses.html diff | view | blame | history
securis/src/main/webapp/login.html diff | view | blame | history
securis/src/main/webapp/main.html diff | view | blame | history
securis/src/main/webapp/server.js diff | view | blame | history