Skip to content
Snippets Groups Projects
Commit d86c1cf6 authored by Shanshan Jiang's avatar Shanshan Jiang
Browse files

change to be consistent with the MW2.0 new structure and new installation result msg

parent de7f1c9a
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,12 @@
</dependency>
<dependency>
<groupId>org.universAAL.middleware</groupId>
<artifactId>mw.interfaces</artifactId>
<artifactId>mw.interfaces.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.universAAL.middleware</groupId>
<artifactId>mw.managers.api</artifactId>
<artifactId>mw.managers.api.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
......
......@@ -332,7 +332,7 @@ static public void extractFolder(String zipFile, String destdir) throws ZipExcep
System.out.println("[Installer.requestToInstall] deployFolder: " + deployFolder);
if (deployManager==null) {
System.out.println("[Installer.requestToInstall] No deploy manager exists!");
return InstallationResults.FAILED;
return InstallationResults.NOT_A_DEPLOYMANAGER;
}
System.out.println("[Installer.requestToInstall] Call deploy manager to install...");
return deployManager.requestToInstall(deployFolder, layout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment