mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
RUBY-13871: (fixing build) more places where hardcoded jsch's version
This commit is contained in:
7
.idea/libraries/JSch.xml
generated
7
.idea/libraries/JSch.xml
generated
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user