-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
531 replacing jsch with sshj in ssh app #551
Conversation
@@ -16,7 +16,7 @@ | |||
* limitations under the License. | |||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |||
--> | |||
<Application applicationName="SSH" comment="" factoryVersion="" versionName="1.0.25" xmlVersion="1.1"> | |||
<Application applicationName="SSH" comment="" factoryVersion="" versionName="2.0.25" xmlVersion="1.1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wieso nicht 2.0.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bei der Übername der Sourcen aus dem svn-apollo Repository wurde dort die Version 2.0.24.2 der SSH-App gebaut.
Deshalb der Sprung auf 2.0.25
@@ -36,6 +36,9 @@ | |||
<ant antfile="build.xml" target="build" inheritAll="false" dir="${basedir}/../SSHConnectionImpl"> | |||
<property name="target.dir" value="${basedir}/lib/xyna" /> | |||
</ant> | |||
<ant antfile="build.xml" target="build" inheritAll="false" dir="${basedir}/../../sharedlib/SSHJSchUtils"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the directory name "SSHJschUtils" should be renamed, because it doesn't contain anything regarding Jsch any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename SSHJSchUtils to SSHJUtils
No description provided.