Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Remove compute UI service
Browse files Browse the repository at this point in the history
Change-Id: I4ea066f81b6427c428cadc63d7c6073de0009d21
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/22856
Reviewed-by: Sergio Sanchez <sanchezs@vmware.com>
Bellevue-Verified: e_vcoauto_glob_1 <e_vcoauto_glob_1@vmware.com>
Closures-Verified: e_vcoauto_glob_1 <e_vcoauto_glob_1@vmware.com>
CS-Verified: e_vcoauto_glob_1 <e_vcoauto_glob_1@vmware.com>
Upgrade-Verified: e_vcoauto_glob_1 <e_vcoauto_glob_1@vmware.com>
  • Loading branch information
jdillet committed Dec 8, 2017
1 parent 3d02f43 commit 74decae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
60 changes: 0 additions & 60 deletions ui/service/src/main/java/com/vmware/admiral/UiComputeService.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
package com.vmware.admiral.host;

import com.vmware.admiral.ContainerImageIconService;
import com.vmware.admiral.UiComputeService;
import com.vmware.admiral.UiNgService;
import com.vmware.admiral.UiOgService;
import com.vmware.admiral.UiService;
Expand All @@ -22,7 +21,6 @@ public class HostInitUiServicesConfig extends HostInitServiceHelper {

public static void startServices(ServiceHost host) {
startServices(host, UiService.class, UiNgService.class, UiOgService.class,
UiComputeService.class,
ContainerImageIconService.class);
startServices(host, com.vmware.xenon.ui.UiService.class);
}
Expand Down

0 comments on commit 74decae

Please sign in to comment.