From 222161fb1c47225f81d1cfd22c2ec507c9350c01 Mon Sep 17 00:00:00 2001 From: ahmadsebak Date: Sat, 20 Jun 2015 17:58:06 -0400 Subject: [PATCH 1/4] smarter deployment algorithm implementation --- META-INF/plugin.xml | 3 ++ .../commandline/AppCommandLineState.java | 43 ++++++++++++++-- .../deploy/DeployedLibrary.java | 13 +++++ .../protocol/ssh/SSHHandlerTarget.java | 50 ++++++++++++++++++- .../embeddedlinuxjvm/utils/FileUtilities.java | 18 +++++-- 5 files changed, 118 insertions(+), 9 deletions(-) create mode 100644 src/com/atsebak/embeddedlinuxjvm/deploy/DeployedLibrary.java diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 4ab193a..1932462 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -14,6 +14,9 @@
  • Fixed Null pointer exception on startup after adding run configuration.
  • +
  • + Smarter deployment algorithm to not deploy libs that already exist on target device. +
  • Version 0.41