Skip to content

Commit

Permalink
Revert "Hawkular Accounts plugin"
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Mar 9, 2015
1 parent a57a342 commit 6527e9d
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 659 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pids
.bower/
libs/
node_modules/
bower_components/

._*
.DS_Store
Expand Down
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"hawkular-ui"
],
"main": [
"dist/hawkular-ui-components-accounts.js",
"dist/hawkular-ui-components-metrics.js",
"dist/hawkular-ui-components-metrics.css",
"dist/hawkular-ui-components-alerts.js",
Expand All @@ -34,9 +33,7 @@
"hawtio-utilities": "2.0.16",
"lodash": "2.4.1",
"moment": "2.9.0",
"toastr": "2.1.0",
"keycloak": "~1.1.0",
"angular-resource": "~1.3.12"
"toastr": "2.1.0"
},
"devDependencies": {
"bootstrap": "3.3.2",
Expand Down
9 changes: 1 addition & 8 deletions build/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,7 @@ module.exports = function(gulp, config, pluginName){
.pipe(gulp.dest('.tmp/gulp-connect-server/'));
});

gulp.task('assets-' + pluginName, function () {
var assets = path.resolve(__dirname, '../plugins/' + pluginName + '/*.json');

gulp.src(assets)
.pipe(gulp.dest('.tmp/gulp-connect-server/'));
});

gulp.task('connect-' + pluginName, ['connect-prepare-libs-' + pluginName, 'connect-prepare-dist-' + pluginName, 'bower-' + pluginName, 'assets-' + pluginName, 'watch-' + pluginName], function() {
gulp.task('connect-' + pluginName, ['connect-prepare-libs-' + pluginName, 'connect-prepare-dist-' + pluginName, 'bower-' + pluginName, 'watch-' + pluginName], function() {
var staticPath = path.resolve(__dirname, '../.tmp/gulp-connect-server/');

plugins.connect.server({
Expand Down
195 changes: 0 additions & 195 deletions dist/hawkular-ui-components-accounts.js

This file was deleted.

61 changes: 0 additions & 61 deletions plugins/accounts/index.html

This file was deleted.

7 changes: 0 additions & 7 deletions plugins/accounts/keycloak.json

This file was deleted.

6 changes: 0 additions & 6 deletions plugins/accounts/plugins/accounts/html/accounts.html

This file was deleted.

37 changes: 0 additions & 37 deletions plugins/accounts/plugins/accounts/html/organization_new.html

This file was deleted.

47 changes: 0 additions & 47 deletions plugins/accounts/plugins/accounts/html/organizations.html

This file was deleted.

21 changes: 0 additions & 21 deletions plugins/accounts/plugins/accounts/ts/accountsGlobals.ts

This file was deleted.

41 changes: 0 additions & 41 deletions plugins/accounts/plugins/accounts/ts/accountsPlugin.ts

This file was deleted.

64 changes: 0 additions & 64 deletions plugins/accounts/plugins/accounts/ts/auth.ts

This file was deleted.

0 comments on commit 6527e9d

Please sign in to comment.