Resolve CLIMATE-460. Merge PR #62.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/d5f05012 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/d5f05012 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/d5f05012 Branch: refs/heads/master Commit: d5f05012f93e930231b4385c0b318f2dd185b35f Parents: 8b84418 65e8bcf Author: Michael Joyce <[email protected]> Authored: Wed Jun 11 07:48:06 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Jun 11 07:48:06 2014 -0700 ---------------------------------------------------------------------- rcmet/src/main/webapp/.htaccess | 45 - .../webapp/classes/RCMETWizardTask.class.php | 125 - .../main/webapp/classes/WizardTask.class.php | 55 - rcmet/src/main/webapp/config.ini | 66 - rcmet/src/main/webapp/hooks.php | 83 - rcmet/src/main/webapp/index.php | 48 - rcmet/src/main/webapp/scripts/dirlist.php | 25 - rcmet/src/main/webapp/scripts/plotView.php | 13 - rcmet/src/main/webapp/scripts/plots.php | 35 - rcmet/src/main/webapp/scripts/rcmed.php | 23 - .../bootstrap/css/bootstrap-responsive.css | 1040 ---- .../bootstrap/css/bootstrap-responsive.min.css | 9 - .../webapp/static/bootstrap/css/bootstrap.css | 5624 ------------------ .../static/bootstrap/css/bootstrap.min.css | 9 - .../img/glyphicons-halflings-white.png | Bin 8777 -> 0 bytes .../bootstrap/img/glyphicons-halflings.png | Bin 12799 -> 0 bytes .../webapp/static/bootstrap/js/bootstrap.js | 2027 ------- .../webapp/static/bootstrap/js/bootstrap.min.js | 6 - .../main/webapp/static/css/balance/balance.css | 16 - .../main/webapp/static/css/blueprint/LICENSE | 22 - .../src/main/webapp/static/css/blueprint/ie.css | 29 - .../main/webapp/static/css/blueprint/print.css | 23 - .../main/webapp/static/css/blueprint/screen.css | 252 - .../static/css/jquery-ui-1.7.1.custom.css | 404 -- rcmet/src/main/webapp/static/css/site.css | 19 - rcmet/src/main/webapp/static/css/style.css | 102 - .../src/main/webapp/static/img/hexabump-bg.png | Bin 218 -> 0 bytes rcmet/src/main/webapp/static/img/rcmes-logo.png | Bin 36578 -> 0 bytes rcmet/src/main/webapp/static/img/wrm-badge.png | Bin 36578 -> 0 bytes .../main/webapp/static/js/jquery-1.4.2.min.js | 154 - .../main/webapp/static/js/jquery-1.8.0.min.js | 2 - .../static/js/jquery-ui-1.7.1.custom.min.js | 298 - rcmet/src/main/webapp/views/common/footer.php | 17 - rcmet/src/main/webapp/views/common/header.php | 35 - rcmet/src/main/webapp/views/errors/404.php | 5 - rcmet/src/main/webapp/views/index.php | 42 - rcmet/src/main/webapp/views/wizard/help.php | 17 - rcmet/src/main/webapp/views/wizard/init.php | 32 - rcmet/src/main/webapp/views/wizard/step.php | 26 - .../webapp/views/wizard/steps/generatePlots.php | 125 - .../views/wizard/steps/selectLatLonVars.php | 63 - .../views/wizard/steps/selectMetricOptions.php | 49 - .../views/wizard/steps/selectModelFiles.php | 75 - .../views/wizard/steps/selectModelVar.php | 53 - .../wizard/steps/selectObservationalData.php | 86 - .../views/wizard/steps/selectOptionalTasks.php | 45 - .../views/wizard/steps/selectPlotOptions.php | 42 - .../webapp/views/wizard/steps/selectRegrid.php | 58 - .../views/wizard/steps/selectTimeRange.php | 83 - .../views/wizard/steps/selectTimeVars.php | 52 - 50 files changed, 11459 deletions(-) ----------------------------------------------------------------------
