Commit a4cd1744 a4cd1744c894f172762baa23dd3872cd1ec45613 by root

save

1 parent e375f827
eclipse.preferences.version=1
org.eclipse.wst.ws.service.policy.projectEnabled=false
......@@ -147,7 +147,7 @@
<dependency>
<groupId>org.emercit</groupId>
<artifactId>utilstools</artifactId>
<version>1.45</version>
<version>1.50</version>
</dependency>
<dependency>
......
7879f7b7e9fa12c6d38e02448689bb24
\ No newline at end of file
5fa041999fef685b156663188c7132a3d00161fd
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.emercit</groupId>
<artifactId>utilstools</artifactId>
<version>1.46</version>
</project>
c9213046769341aee04745bf0be6ddb3
\ No newline at end of file
a2cf6fe498f7d21e94b029d31beb7236c9d023fe
\ No newline at end of file
f69534b889c2f58a6f97a2437b304784
\ No newline at end of file
70abfc291ceae25140fb3192216df9b95d54227c
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.emercit</groupId>
<artifactId>utilstools</artifactId>
<version>1.50</version>
</project>
e84eff436901094a0c9b13a0f8d6e5ac
\ No newline at end of file
5cb0075a224e925c604685a7d9947b3d1931ed0b
\ No newline at end of file
......@@ -3,7 +3,7 @@
<groupId>org.emercit</groupId>
<artifactId>utilstools</artifactId>
<versioning>
<release>1.45</release>
<release>1.50</release>
<versions>
<version>1.0</version>
<version>1.1</version>
......@@ -49,7 +49,9 @@
<version>1.41</version>
<version>1.42</version>
<version>1.45</version>
<version>1.46</version>
<version>1.50</version>
</versions>
<lastUpdated>20150811122648</lastUpdated>
<lastUpdated>20150812065914</lastUpdated>
</versioning>
</metadata>
......
620a2c75beef4761b60e181a96ea3369
\ No newline at end of file
b608ba80436a86a0616f055bcc8a8a65
\ No newline at end of file
......
94013eaf8466549c9d4f9a446c807a987c3ba90e
\ No newline at end of file
5fd4e8f6aa6d6094cf2b61baee024dc673b79784
\ No newline at end of file
......
......@@ -80,13 +80,12 @@ Ext.define('App.controller.Proxy', {
},
params: data,
success: function(response, opts) {
// proxyView.unmask();
var result = Ext.JSON.decode(response.responseText);
// Ext.Msg.alert(result.type+" "+"Код-"+result.code,result.message);
Ext.Msg.alert(result.type+" "+"Код-"+result.code,result.message);
}, failure: function(response, opts) {
proxyView.unmask();
Ext.Msg.alert('Ошибка', 'Сервер недоступен');
Ext.Msg.alert('Ошибка', 'Сервер недоступен');
}
});
......
......@@ -85,7 +85,7 @@ public class DefSettings {
//
public static final String ssh_host="127.0.0.1";
public static final int ssh_port=22;
public static final String ssh_login="debian";
public static final String ssh_password="temppwd";
public static final String ssh_login="root";
public static final String ssh_password="root";
}
......
......@@ -30,19 +30,8 @@ public class SvControl implements ISvControl {
this.svbean=svbean;
this.sshexec=new SSHExec();
this.sshexec.setHost("");
/*
private String login;
private String password;
private String host;
private int port;
private String cmd;
*/
}
/*
* Остановка процесса
......