diff --git a/.gitignore b/.gitignore index bccc9211..0eefc1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,12 @@ .classpath .project *.sh -MavLift/.cache -MavLift/src/main/resources/rebel.xml -MavLift/src/main/resources/props -MavLift/src/test/resources/props -MavLift/src/main/resources/git.properties +.cache +src/main/resources/rebel.xml +src/main/resources/props +src/test/resources/props +src/main/resources/git.properties -MavLift/src/main/webapp/WEB-INF/jetty.xml -MavLift/src/main/webapp/conf.html +src/main/webapp/WEB-INF/jetty.xml +src/main/webapp/conf.html +target/ diff --git a/MavLift/GNU_AFFERO_GPL_V3_19_Nov_1997.txt b/GNU_AFFERO_GPL_V3_19_Nov_1997.txt similarity index 100% rename from MavLift/GNU_AFFERO_GPL_V3_19_Nov_1997.txt rename to GNU_AFFERO_GPL_V3_19_Nov_1997.txt diff --git a/MavLift/Harmony_Individual_Contributor_Assignment_Agreement.txt b/Harmony_Individual_Contributor_Assignment_Agreement.txt similarity index 100% rename from MavLift/Harmony_Individual_Contributor_Assignment_Agreement.txt rename to Harmony_Individual_Contributor_Assignment_Agreement.txt diff --git a/MavLift/src/main/resources/props/default.logback.xml b/MavLift/src/main/resources/props/default.logback.xml deleted file mode 100644 index 5b333daf..00000000 --- a/MavLift/src/main/resources/props/default.logback.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - - - - - - \ No newline at end of file diff --git a/MavLift/NOTICE b/NOTICE similarity index 100% rename from MavLift/NOTICE rename to NOTICE diff --git a/MavLift/pom.xml b/pom.xml similarity index 100% rename from MavLift/pom.xml rename to pom.xml diff --git a/MavLift/project/build.properties b/project/build.properties similarity index 100% rename from MavLift/project/build.properties rename to project/build.properties diff --git a/MavLift/project/build.scala b/project/build.scala similarity index 100% rename from MavLift/project/build.scala rename to project/build.scala diff --git a/MavLift/project/plugins.sbt b/project/plugins.sbt similarity index 100% rename from MavLift/project/plugins.sbt rename to project/plugins.sbt diff --git a/MavLift/src/main/resources/.keep b/src/main/resources/.keep similarity index 100% rename from MavLift/src/main/resources/.keep rename to src/main/resources/.keep diff --git a/MavLift/src/main/scala/bootstrap/liftweb/Boot.scala b/src/main/scala/bootstrap/liftweb/Boot.scala similarity index 100% rename from MavLift/src/main/scala/bootstrap/liftweb/Boot.scala rename to src/main/scala/bootstrap/liftweb/Boot.scala diff --git a/MavLift/src/main/scala/code/lib/OAuthClient.scala b/src/main/scala/code/lib/OAuthClient.scala similarity index 100% rename from MavLift/src/main/scala/code/lib/OAuthClient.scala rename to src/main/scala/code/lib/OAuthClient.scala diff --git a/MavLift/src/main/scala/code/lib/ObpAPI.scala b/src/main/scala/code/lib/ObpAPI.scala similarity index 100% rename from MavLift/src/main/scala/code/lib/ObpAPI.scala rename to src/main/scala/code/lib/ObpAPI.scala diff --git a/MavLift/src/main/scala/code/snippet/AccountsOverview.scala b/src/main/scala/code/snippet/AccountsOverview.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/AccountsOverview.scala rename to src/main/scala/code/snippet/AccountsOverview.scala diff --git a/MavLift/src/main/scala/code/snippet/Comments.scala b/src/main/scala/code/snippet/Comments.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/Comments.scala rename to src/main/scala/code/snippet/Comments.scala diff --git a/MavLift/src/main/scala/code/snippet/CreatePermissionForm.scala b/src/main/scala/code/snippet/CreatePermissionForm.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/CreatePermissionForm.scala rename to src/main/scala/code/snippet/CreatePermissionForm.scala diff --git a/MavLift/src/main/scala/code/snippet/CustomEditable.scala b/src/main/scala/code/snippet/CustomEditable.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/CustomEditable.scala rename to src/main/scala/code/snippet/CustomEditable.scala diff --git a/MavLift/src/main/scala/code/snippet/Login.scala b/src/main/scala/code/snippet/Login.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/Login.scala rename to src/main/scala/code/snippet/Login.scala diff --git a/MavLift/src/main/scala/code/snippet/Management.scala b/src/main/scala/code/snippet/Management.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/Management.scala rename to src/main/scala/code/snippet/Management.scala diff --git a/MavLift/src/main/scala/code/snippet/Nav.scala b/src/main/scala/code/snippet/Nav.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/Nav.scala rename to src/main/scala/code/snippet/Nav.scala diff --git a/MavLift/src/main/scala/code/snippet/PermissionManagement.scala b/src/main/scala/code/snippet/PermissionManagement.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/PermissionManagement.scala rename to src/main/scala/code/snippet/PermissionManagement.scala diff --git a/MavLift/src/main/scala/code/snippet/TransactionsList.scala b/src/main/scala/code/snippet/TransactionsList.scala similarity index 100% rename from MavLift/src/main/scala/code/snippet/TransactionsList.scala rename to src/main/scala/code/snippet/TransactionsList.scala diff --git a/MavLift/src/main/scala/code/widgets/CustomTableSorter.scala b/src/main/scala/code/widgets/CustomTableSorter.scala similarity index 100% rename from MavLift/src/main/scala/code/widgets/CustomTableSorter.scala rename to src/main/scala/code/widgets/CustomTableSorter.scala diff --git a/MavLift/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from MavLift/src/main/webapp/WEB-INF/web.xml rename to src/main/webapp/WEB-INF/web.xml diff --git a/MavLift/src/main/webapp/banks/star/accounts/star/management.html b/src/main/webapp/banks/star/accounts/star/management.html similarity index 100% rename from MavLift/src/main/webapp/banks/star/accounts/star/management.html rename to src/main/webapp/banks/star/accounts/star/management.html diff --git a/MavLift/src/main/webapp/banks/star/accounts/star/star.html b/src/main/webapp/banks/star/accounts/star/star.html similarity index 100% rename from MavLift/src/main/webapp/banks/star/accounts/star/star.html rename to src/main/webapp/banks/star/accounts/star/star.html diff --git a/MavLift/src/main/webapp/banks/star/accounts/star/transactions/star/star.html b/src/main/webapp/banks/star/accounts/star/transactions/star/star.html similarity index 100% rename from MavLift/src/main/webapp/banks/star/accounts/star/transactions/star/star.html rename to src/main/webapp/banks/star/accounts/star/transactions/star/star.html diff --git a/MavLift/src/main/webapp/favicon.ico b/src/main/webapp/favicon.ico similarity index 100% rename from MavLift/src/main/webapp/favicon.ico rename to src/main/webapp/favicon.ico diff --git a/MavLift/src/main/webapp/index.html b/src/main/webapp/index.html similarity index 100% rename from MavLift/src/main/webapp/index.html rename to src/main/webapp/index.html diff --git a/MavLift/src/main/webapp/media/css/graphs.css b/src/main/webapp/media/css/graphs.css similarity index 100% rename from MavLift/src/main/webapp/media/css/graphs.css rename to src/main/webapp/media/css/graphs.css diff --git a/MavLift/src/main/webapp/media/css/reset.css b/src/main/webapp/media/css/reset.css similarity index 100% rename from MavLift/src/main/webapp/media/css/reset.css rename to src/main/webapp/media/css/reset.css diff --git a/MavLift/src/main/webapp/media/css/website.css b/src/main/webapp/media/css/website.css similarity index 100% rename from MavLift/src/main/webapp/media/css/website.css rename to src/main/webapp/media/css/website.css diff --git a/MavLift/src/main/webapp/media/images/OBP_logo_simple.png b/src/main/webapp/media/images/OBP_logo_simple.png similarity index 100% rename from MavLift/src/main/webapp/media/images/OBP_logo_simple.png rename to src/main/webapp/media/images/OBP_logo_simple.png diff --git a/MavLift/src/main/webapp/media/images/OpenBankProject_logo.jpg b/src/main/webapp/media/images/OpenBankProject_logo.jpg similarity index 100% rename from MavLift/src/main/webapp/media/images/OpenBankProject_logo.jpg rename to src/main/webapp/media/images/OpenBankProject_logo.jpg diff --git a/MavLift/src/main/webapp/media/images/add-off.png b/src/main/webapp/media/images/add-off.png similarity index 100% rename from MavLift/src/main/webapp/media/images/add-off.png rename to src/main/webapp/media/images/add-off.png diff --git a/MavLift/src/main/webapp/media/images/add-on.png b/src/main/webapp/media/images/add-on.png similarity index 100% rename from MavLift/src/main/webapp/media/images/add-on.png rename to src/main/webapp/media/images/add-on.png diff --git a/MavLift/src/main/webapp/media/images/ajax-loader.gif b/src/main/webapp/media/images/ajax-loader.gif similarity index 100% rename from MavLift/src/main/webapp/media/images/ajax-loader.gif rename to src/main/webapp/media/images/ajax-loader.gif diff --git a/MavLift/src/main/webapp/media/images/blank.gif b/src/main/webapp/media/images/blank.gif similarity index 100% rename from MavLift/src/main/webapp/media/images/blank.gif rename to src/main/webapp/media/images/blank.gif diff --git a/MavLift/src/main/webapp/media/images/cancel.png b/src/main/webapp/media/images/cancel.png similarity index 100% rename from MavLift/src/main/webapp/media/images/cancel.png rename to src/main/webapp/media/images/cancel.png diff --git a/MavLift/src/main/webapp/media/images/comment.png b/src/main/webapp/media/images/comment.png similarity index 100% rename from MavLift/src/main/webapp/media/images/comment.png rename to src/main/webapp/media/images/comment.png diff --git a/MavLift/src/main/webapp/media/images/edit-off.png b/src/main/webapp/media/images/edit-off.png similarity index 100% rename from MavLift/src/main/webapp/media/images/edit-off.png rename to src/main/webapp/media/images/edit-off.png diff --git a/MavLift/src/main/webapp/media/images/edit-on.png b/src/main/webapp/media/images/edit-on.png similarity index 100% rename from MavLift/src/main/webapp/media/images/edit-on.png rename to src/main/webapp/media/images/edit-on.png diff --git a/MavLift/src/main/webapp/media/images/favicon.ico b/src/main/webapp/media/images/favicon.ico similarity index 100% rename from MavLift/src/main/webapp/media/images/favicon.ico rename to src/main/webapp/media/images/favicon.ico diff --git a/MavLift/src/main/webapp/media/images/feedback-button.png b/src/main/webapp/media/images/feedback-button.png similarity index 100% rename from MavLift/src/main/webapp/media/images/feedback-button.png rename to src/main/webapp/media/images/feedback-button.png diff --git a/MavLift/src/main/webapp/media/images/header.png b/src/main/webapp/media/images/header.png similarity index 100% rename from MavLift/src/main/webapp/media/images/header.png rename to src/main/webapp/media/images/header.png diff --git a/MavLift/src/main/webapp/media/images/logo.png b/src/main/webapp/media/images/logo.png similarity index 100% rename from MavLift/src/main/webapp/media/images/logo.png rename to src/main/webapp/media/images/logo.png diff --git a/MavLift/src/main/webapp/media/images/moreInfo.png b/src/main/webapp/media/images/moreInfo.png similarity index 100% rename from MavLift/src/main/webapp/media/images/moreInfo.png rename to src/main/webapp/media/images/moreInfo.png diff --git a/MavLift/src/main/webapp/media/images/nav-item.png b/src/main/webapp/media/images/nav-item.png similarity index 100% rename from MavLift/src/main/webapp/media/images/nav-item.png rename to src/main/webapp/media/images/nav-item.png diff --git a/MavLift/src/main/webapp/media/images/nav-selected.png b/src/main/webapp/media/images/nav-selected.png similarity index 100% rename from MavLift/src/main/webapp/media/images/nav-selected.png rename to src/main/webapp/media/images/nav-selected.png diff --git a/MavLift/src/main/webapp/media/images/nav.png b/src/main/webapp/media/images/nav.png similarity index 100% rename from MavLift/src/main/webapp/media/images/nav.png rename to src/main/webapp/media/images/nav.png diff --git a/MavLift/src/main/webapp/media/images/polarize-logo.png b/src/main/webapp/media/images/polarize-logo.png similarity index 100% rename from MavLift/src/main/webapp/media/images/polarize-logo.png rename to src/main/webapp/media/images/polarize-logo.png diff --git a/MavLift/src/main/webapp/media/images/sort.png b/src/main/webapp/media/images/sort.png similarity index 100% rename from MavLift/src/main/webapp/media/images/sort.png rename to src/main/webapp/media/images/sort.png diff --git a/MavLift/src/main/webapp/media/images/submit.png b/src/main/webapp/media/images/submit.png similarity index 100% rename from MavLift/src/main/webapp/media/images/submit.png rename to src/main/webapp/media/images/submit.png diff --git a/MavLift/src/main/webapp/media/images/transaction-in.png b/src/main/webapp/media/images/transaction-in.png similarity index 100% rename from MavLift/src/main/webapp/media/images/transaction-in.png rename to src/main/webapp/media/images/transaction-in.png diff --git a/MavLift/src/main/webapp/media/images/transaction-out.png b/src/main/webapp/media/images/transaction-out.png similarity index 100% rename from MavLift/src/main/webapp/media/images/transaction-out.png rename to src/main/webapp/media/images/transaction-out.png diff --git a/MavLift/src/main/webapp/media/images/upload-off.png b/src/main/webapp/media/images/upload-off.png similarity index 100% rename from MavLift/src/main/webapp/media/images/upload-off.png rename to src/main/webapp/media/images/upload-off.png diff --git a/MavLift/src/main/webapp/media/images/upload-on.png b/src/main/webapp/media/images/upload-on.png similarity index 100% rename from MavLift/src/main/webapp/media/images/upload-on.png rename to src/main/webapp/media/images/upload-on.png diff --git a/MavLift/src/main/webapp/media/js/d3.v3.js b/src/main/webapp/media/js/d3.v3.js similarity index 100% rename from MavLift/src/main/webapp/media/js/d3.v3.js rename to src/main/webapp/media/js/d3.v3.js diff --git a/MavLift/src/main/webapp/media/js/d3.v3.min.js b/src/main/webapp/media/js/d3.v3.min.js similarity index 100% rename from MavLift/src/main/webapp/media/js/d3.v3.min.js rename to src/main/webapp/media/js/d3.v3.min.js diff --git a/MavLift/src/main/webapp/media/js/graphs.js b/src/main/webapp/media/js/graphs.js similarity index 100% rename from MavLift/src/main/webapp/media/js/graphs.js rename to src/main/webapp/media/js/graphs.js diff --git a/MavLift/src/main/webapp/media/js/polarize.js b/src/main/webapp/media/js/polarize.js similarity index 100% rename from MavLift/src/main/webapp/media/js/polarize.js rename to src/main/webapp/media/js/polarize.js diff --git a/MavLift/src/main/webapp/media/js/website.js b/src/main/webapp/media/js/website.js similarity index 100% rename from MavLift/src/main/webapp/media/js/website.js rename to src/main/webapp/media/js/website.js diff --git a/MavLift/src/main/webapp/oauthcallback.html b/src/main/webapp/oauthcallback.html similarity index 100% rename from MavLift/src/main/webapp/oauthcallback.html rename to src/main/webapp/oauthcallback.html diff --git a/MavLift/src/main/webapp/permissions/banks/star/accounts/star.html b/src/main/webapp/permissions/banks/star/accounts/star.html similarity index 100% rename from MavLift/src/main/webapp/permissions/banks/star/accounts/star.html rename to src/main/webapp/permissions/banks/star/accounts/star.html diff --git a/MavLift/src/main/webapp/permissions/banks/star/accounts/star/create.html b/src/main/webapp/permissions/banks/star/accounts/star/create.html similarity index 100% rename from MavLift/src/main/webapp/permissions/banks/star/accounts/star/create.html rename to src/main/webapp/permissions/banks/star/accounts/star/create.html diff --git a/MavLift/src/main/webapp/templates-hidden/_AdminLogin.html b/src/main/webapp/templates-hidden/_AdminLogin.html similarity index 100% rename from MavLift/src/main/webapp/templates-hidden/_AdminLogin.html rename to src/main/webapp/templates-hidden/_AdminLogin.html diff --git a/MavLift/src/main/webapp/templates-hidden/_UserLogin.html b/src/main/webapp/templates-hidden/_UserLogin.html similarity index 100% rename from MavLift/src/main/webapp/templates-hidden/_UserLogin.html rename to src/main/webapp/templates-hidden/_UserLogin.html diff --git a/MavLift/src/main/webapp/templates-hidden/_comment.html b/src/main/webapp/templates-hidden/_comment.html similarity index 100% rename from MavLift/src/main/webapp/templates-hidden/_comment.html rename to src/main/webapp/templates-hidden/_comment.html diff --git a/MavLift/src/main/webapp/templates-hidden/_tag.html b/src/main/webapp/templates-hidden/_tag.html similarity index 100% rename from MavLift/src/main/webapp/templates-hidden/_tag.html rename to src/main/webapp/templates-hidden/_tag.html diff --git a/MavLift/src/main/webapp/templates-hidden/_transactionImage.html b/src/main/webapp/templates-hidden/_transactionImage.html similarity index 100% rename from MavLift/src/main/webapp/templates-hidden/_transactionImage.html rename to src/main/webapp/templates-hidden/_transactionImage.html diff --git a/MavLift/src/main/webapp/templates-hidden/default.html b/src/main/webapp/templates-hidden/default.html similarity index 100% rename from MavLift/src/main/webapp/templates-hidden/default.html rename to src/main/webapp/templates-hidden/default.html diff --git a/MavLift/src/test/resources/.keep b/src/test/resources/.keep similarity index 100% rename from MavLift/src/test/resources/.keep rename to src/test/resources/.keep diff --git a/MavLift/src/test/scala/LiftConsole.scala b/src/test/scala/LiftConsole.scala similarity index 100% rename from MavLift/src/test/scala/LiftConsole.scala rename to src/test/scala/LiftConsole.scala diff --git a/MavLift/src/test/scala/RunWebApp.scala b/src/test/scala/RunWebApp.scala similarity index 100% rename from MavLift/src/test/scala/RunWebApp.scala rename to src/test/scala/RunWebApp.scala