diff options
| author | njames <nkskjames@gmail.com> | 2016-09-08 07:01:01 -0700 |
|---|---|---|
| committer | njames <nkskjames@gmail.com> | 2016-09-08 07:01:01 -0700 |
| commit | 9024569634124fe3cbaa7e074df67750c1dc1149 (patch) | |
| tree | 5855bc0bb751c298ed3ffadfab5cc84f04674fa8 /src/com/ibm/ServerWizard2 | |
| parent | 9d8c305c3884e9578b0653f07c4e436543b15d51 (diff) | |
| download | serverwiz-9024569634124fe3cbaa7e074df67750c1dc1149.tar.gz serverwiz-9024569634124fe3cbaa7e074df67750c1dc1149.zip | |
No longer use zip archive of xml files.
The xml is now downloaded from git directly with a git client.
Signed-off-by: Norman James <nkskjames@gmail.com>
Diffstat (limited to 'src/com/ibm/ServerWizard2')
| -rw-r--r-- | src/com/ibm/ServerWizard2/Launcher.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/ibm/ServerWizard2/Launcher.java b/src/com/ibm/ServerWizard2/Launcher.java index 4f15e99..0f9ba31 100644 --- a/src/com/ibm/ServerWizard2/Launcher.java +++ b/src/com/ibm/ServerWizard2/Launcher.java @@ -77,7 +77,6 @@ public class Launcher { LOGGER.info("JarName = "+jarName); GithubFile jar = new GithubFile(REPOSITORY,version,jarName,"jars",true,LOGGER); - GithubFile zip = new GithubFile(REPOSITORY,version,ZIP_NAME,"jars",true,LOGGER); String versionCurrent="NONE"; @@ -116,9 +115,6 @@ public class Launcher { } if (doUpdate) { jar.download(); - zip.update(); - zip.download(); - unzip(zip.getLocalPath(),getWorkingDir()); updated=true; GithubFile.updateSuccess(LOGGER, version); } |

