Skip to content
Snippets Groups Projects
Commit a14b7295 authored by Konstantinos Giannoutakis's avatar Konstantinos Giannoutakis
Browse files

ustore credentials changed

parent 611a4c24
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,7 @@ import org.universaal.tools.uStoreClientapplication.wizzard.PublishWizard;
*/
public class PublishAction implements IWorkbenchWindowActionDelegate {
static private String USTORE_USERNAME = "admin";
static private String USTORE_PASSWORD = "bigim222";
private IWorkbenchWindow window;
/**
......
......@@ -16,8 +16,7 @@ public class MyPageOne extends WizardPage {
private Text usernameText;
private Text passwordText;
private Composite container;
static private String USTORE_USERNAME = "admin";
static private String USTORE_PASSWORD = "bigim222";
public MyPageOne() {
super("Publish to uStore");
......
......@@ -30,8 +30,6 @@ public class MyPageThree extends WizardPage {
private Text versionText;
private Text fileNameText;
private Composite container;
static private String USTORE_USERNAME = "admin";
static private String USTORE_PASSWORD = "bigim222";
private byte[] fullImageByte;
private byte[] thumbnailImageByte;
private byte[] fileImageByte;
......
......@@ -17,7 +17,7 @@ import org.universaal.tools.uStoreClientapplication.actions.Metadata;
public class PublishWizard extends Wizard{
static private String USTORE_USERNAME = "admin";
static private String USTORE_PASSWORD = "bigim222";
static private String USTORE_PASSWORD = "bigim333";
protected MyPageOne one;
protected MyPageTwo two;
protected MyPageThree three;
......
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