Move eg2 src into top src dir
authorBill Erickson <berickxx@gmail.com>
Fri, 16 Mar 2018 17:35:08 +0000 (17:35 +0000)
committerBill Erickson <berickxx@gmail.com>
Fri, 16 Mar 2018 17:35:08 +0000 (17:35 +0000)
commit255479a5b178562c453bfc9e1b3812e9fc29393b
tree704e8ed051ad5fdc00e3bf2bec5478be84b6df17
parent8ed3ea3376ee682ac57e5431c0eb73e14e5c63da
Move eg2 src into top src dir

Signed-off-by: Bill Erickson <berickxx@gmail.com>
206 files changed:
Open-ILS/eg2-src/.angular-cli.json [deleted file]
Open-ILS/eg2-src/.editorconfig [deleted file]
Open-ILS/eg2-src/.gitignore [deleted file]
Open-ILS/eg2-src/README.adoc [deleted file]
Open-ILS/eg2-src/e2e/app.e2e-spec.ts [deleted file]
Open-ILS/eg2-src/e2e/app.po.ts [deleted file]
Open-ILS/eg2-src/e2e/tsconfig.e2e.json [deleted file]
Open-ILS/eg2-src/karma.conf.js [deleted file]
Open-ILS/eg2-src/package.json [deleted file]
Open-ILS/eg2-src/protractor.conf.js [deleted file]
Open-ILS/eg2-src/src/app/app.component.ts [deleted file]
Open-ILS/eg2-src/src/app/app.module.ts [deleted file]
Open-ILS/eg2-src/src/app/core/README [deleted file]
Open-ILS/eg2-src/src/app/core/auth.ts [deleted file]
Open-ILS/eg2-src/src/app/core/event.ts [deleted file]
Open-ILS/eg2-src/src/app/core/idl.ts [deleted file]
Open-ILS/eg2-src/src/app/core/net.ts [deleted file]
Open-ILS/eg2-src/src/app/core/org.ts [deleted file]
Open-ILS/eg2-src/src/app/core/pcrud.ts [deleted file]
Open-ILS/eg2-src/src/app/core/perm.ts [deleted file]
Open-ILS/eg2-src/src/app/core/store.ts [deleted file]
Open-ILS/eg2-src/src/app/migration.module.ts [deleted file]
Open-ILS/eg2-src/src/app/resolver.service.ts [deleted file]
Open-ILS/eg2-src/src/app/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/share/README [deleted file]
Open-ILS/eg2-src/src/app/share/catalog/catalog-url.service.ts [deleted file]
Open-ILS/eg2-src/src/app/share/catalog/catalog.service.ts [deleted file]
Open-ILS/eg2-src/src/app/share/catalog/search-context.ts [deleted file]
Open-ILS/eg2-src/src/app/share/confirm-dialog.component.ts [deleted file]
Open-ILS/eg2-src/src/app/share/org-select.component.html [deleted file]
Open-ILS/eg2-src/src/app/share/org-select.component.ts [deleted file]
Open-ILS/eg2-src/src/app/share/unapi.ts [deleted file]
Open-ILS/eg2-src/src/app/share/util/pager.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/admin/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/admin/workstation/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/app.component.css [deleted file]
Open-ILS/eg2-src/src/app/staff/app.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/app.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/app.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/app.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/app.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/app.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/app.service.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/record/copies.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/record/copies.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/record/pagination.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/record/pagination.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/record/record.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/record/record.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/resolver.service.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/facets.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/facets.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.css [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/record.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/record.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/results.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/result/results.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.css [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/circ/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/login.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/login.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/nav.component.css [deleted file]
Open-ILS/eg2-src/src/app/staff/nav.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/nav.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/resolver.service.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/routing.module.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/share/README [deleted file]
Open-ILS/eg2-src/src/app/staff/share/bib-summary.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/share/bib-summary.component.ts [deleted file]
Open-ILS/eg2-src/src/app/staff/splash.component.html [deleted file]
Open-ILS/eg2-src/src/app/staff/splash.component.ts [deleted file]
Open-ILS/eg2-src/src/app/welcome.component.html [deleted file]
Open-ILS/eg2-src/src/app/welcome.component.ts [deleted file]
Open-ILS/eg2-src/src/assets/.gitkeep [deleted file]
Open-ILS/eg2-src/src/environments/environment.migration-prod.ts [deleted file]
Open-ILS/eg2-src/src/environments/environment.migration.ts [deleted file]
Open-ILS/eg2-src/src/environments/environment.prod.ts [deleted file]
Open-ILS/eg2-src/src/environments/environment.ts [deleted file]
Open-ILS/eg2-src/src/favicon.ico [deleted file]
Open-ILS/eg2-src/src/index.html [deleted file]
Open-ILS/eg2-src/src/main.ts [deleted file]
Open-ILS/eg2-src/src/migration.ts [deleted file]
Open-ILS/eg2-src/src/polyfills.ts [deleted file]
Open-ILS/eg2-src/src/styles.css [deleted file]
Open-ILS/eg2-src/src/test.ts [deleted file]
Open-ILS/eg2-src/src/tsconfig.app.json [deleted file]
Open-ILS/eg2-src/src/tsconfig.spec.json [deleted file]
Open-ILS/eg2-src/src/typings.d.ts [deleted file]
Open-ILS/eg2-src/tsconfig.json [deleted file]
Open-ILS/eg2-src/tslint.json [deleted file]
Open-ILS/src/eg2/.angular-cli.json [new file with mode: 0644]
Open-ILS/src/eg2/.editorconfig [new file with mode: 0644]
Open-ILS/src/eg2/.gitignore [new file with mode: 0644]
Open-ILS/src/eg2/README.adoc [new file with mode: 0644]
Open-ILS/src/eg2/e2e/app.e2e-spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/e2e/app.po.ts [new file with mode: 0644]
Open-ILS/src/eg2/e2e/tsconfig.e2e.json [new file with mode: 0644]
Open-ILS/src/eg2/karma.conf.js [new file with mode: 0644]
Open-ILS/src/eg2/package.json [new file with mode: 0644]
Open-ILS/src/eg2/protractor.conf.js [new file with mode: 0644]
Open-ILS/src/eg2/src/app/app.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/app.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/README [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/auth.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/event.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/idl.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/net.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/org.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/pcrud.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/perm.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/store.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/migration.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/resolver.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/README [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/catalog-url.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/catalog.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/search-context.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/confirm-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/org-select.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/org-select.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/unapi.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/util/pager.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/app.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/app.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/app.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/app.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/app.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/app.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/app.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/app.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/resolver.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/login.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/login.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/nav.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/nav.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/nav.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/resolver.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/README [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-summary.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-summary.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/splash.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/splash.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/welcome.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/welcome.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/assets/.gitkeep [new file with mode: 0644]
Open-ILS/src/eg2/src/environments/environment.migration-prod.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/environments/environment.migration.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/environments/environment.prod.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/environments/environment.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/favicon.ico [new file with mode: 0644]
Open-ILS/src/eg2/src/index.html [new file with mode: 0644]
Open-ILS/src/eg2/src/main.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/migration.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/polyfills.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/styles.css [new file with mode: 0644]
Open-ILS/src/eg2/src/test.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/tsconfig.app.json [new file with mode: 0644]
Open-ILS/src/eg2/src/tsconfig.spec.json [new file with mode: 0644]
Open-ILS/src/eg2/src/typings.d.ts [new file with mode: 0644]
Open-ILS/src/eg2/tsconfig.json [new file with mode: 0644]
Open-ILS/src/eg2/tslint.json [new file with mode: 0644]