RUBY-13871: (fixing build) more places where hardcoded jsch's version

This commit is contained in:
Oleg Sukhodolsky
2013-07-16 16:36:23 +04:00
parent 7ea699bca8
commit fd654f3738
3 changed files with 6 additions and 5 deletions

View File

@@ -1,11 +1,12 @@
<component name="libraryTable">
<library name="JSch">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/jsch-0.1.49.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/jsch-0.1.50.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/jsch-0.1.49-sources.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/src/jsch-0.1.50.zip!/jsch-0.1.50/src/main/java" />
<root url="jar://$PROJECT_DIR$/lib/src/jsch-0.1.50.zip!/jsch-0.1.50/examples" />
</SOURCES>
</library>
</component>
</component>

View File

@@ -46,7 +46,7 @@ jasper-runtime.version=${jasper-compiler.version}
jdepend.version=2.9.1
jruby.version=0.9.8
junit.version=4.8.1
jsch.version=0.1.42
jsch.version=0.1.50
jython.version=2.1
#log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
log4j.version=1.2.14

View File

@@ -18,7 +18,7 @@ jgoodies-forms.jar
jh.jar
jna-utils.jar
jna.jar
jsch-0.1.49.jar
jsch-0.1.50.jar
jsr173_1.0_api.jar
junit.jar
junit-4.10.jar