Skip to content

Commit

Permalink
Zowe Suite v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Jun 11, 2020
2 parents 52e2e5e + 8658413 commit 96cf64b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 1 addition & 3 deletions base/src/dispatcher/dispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export class Dispatcher implements ZLUX.Dispatcher {
watchers[k].instanceRemoved(instance.applicationInstanceId);
}
}
return;
}
type = typesIt.next();
}
Expand Down Expand Up @@ -1061,8 +1060,7 @@ export class RecognitionClause{
this.operation = op;
}

match(applicationContext:any):boolean{
applicationContext; // shuddup
match(_applicationContext:any):boolean{
return false;
}
}
Expand Down
3 changes: 2 additions & 1 deletion interface/src/mvd-hosting.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ declare namespace MVDHosting {
ApplicationManagerToken = "com.rs.mvd.hosting.application-manager",
ViewportManagerToken = "com.rs.mvd.hosting.viewport-manager",
PluginManagerToken = "com.rs.mvd.hosting.plugin-manager",
AuthenticationManagerToken = "com.rs.mvd.hosting.authentication-manager"
AuthenticationManagerToken = "com.rs.mvd.hosting.authentication-manager",
ThemeEmitterToken = "com.rs.mvd.hosting.theme-emitter"
}

export const enum ZoweNotificationType {
Expand Down
9 changes: 6 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sonar.projectKey=zlux:zlux-platform
sonar.projectKey=zowe_zlux-platform
sonar.organization=zowe

sonar.links.scm=https://github.com/zowe/zlux-platform

sonar.projectName=ZLUX Platform
sonar.projectVersion=1.0.0
sonar.sources=base/src,interface/src
sonar.sources=base/src,interface/src

0 comments on commit 96cf64b

Please sign in to comment.