This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 254634
Collapse All | Expand All

(-)a/c.jcraft.jsch/build.xml (-2 / +2 lines)
Lines 47-56 Link Here
47
    <import file="../nbbuild/templates/projectized.xml"/>
47
    <import file="../nbbuild/templates/projectized.xml"/>
48
    <target name="jar">
48
    <target name="jar">
49
        <jar jarfile="${cluster}/${module.jar}">
49
        <jar jarfile="${cluster}/${module.jar}">
50
            <zipfileset src="external/jsch-0.1.51.jar"/>
50
            <zipfileset src="external/jsch-0.1.53.jar"/>
51
            <manifest>
51
            <manifest>
52
                <attribute name="Bundle-SymbolicName" value="com.jcraft.jsch"/>
52
                <attribute name="Bundle-SymbolicName" value="com.jcraft.jsch"/>
53
                <attribute name="Bundle-Version" value="0.1.51"/>
53
                <attribute name="Bundle-Version" value="0.1.53"/>
54
                <attribute name="Export-Package" value="com.jcraft.jsch"/>
54
                <attribute name="Export-Package" value="com.jcraft.jsch"/>
55
                <attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces,org.ietf.jgss"/>
55
                <attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces,org.ietf.jgss"/>
56
                <attribute name="Require-Bundle" value="com.jcraft.jzlib"/>
56
                <attribute name="Require-Bundle" value="com.jcraft.jzlib"/>
(-)a/c.jcraft.jsch/external/binaries-list (-1 / +1 lines)
Line 1 Link Here
1
21761CB18A9D6E22712D1429A50F255833CD7177 jsch-0.1.51.jar
1
28B183F2DB44DE2CA82F324EA996593DC6931B12 jsch-0.1.53.jar
(-)a/c.jcraft.jsch/external/jsch-0.1.51-license.txt (-2 / +2 lines)
Lines 1-11 Link Here
1
Name: JSch
1
Name: JSch
2
Version: 0.1.51
2
Version: 0.1.53
3
License: BSD-jsch-variant
3
License: BSD-jsch-variant
4
OSR: 3548
4
OSR: 3548
5
Origin: http://www.jcraft.com/jsch/
5
Origin: http://www.jcraft.com/jsch/
6
Description: Java implementation of SSH2
6
Description: Java implementation of SSH2
7
7
8
Copyright (c) 2002-2014 Atsuhiko Yamanaka, JCraft,Inc.
8
Copyright (c) 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
9
All rights reserved.
9
All rights reserved.
10
10
11
Redistribution and use in source and binary forms, with or without
11
Redistribution and use in source and binary forms, with or without
(-)a/c.jcraft.jsch/nbproject/project.properties (-1 / +1 lines)
Lines 41-46 Link Here
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
is.autoload=true
43
is.autoload=true
44
extra.license.files=external/jsch-0.1.51-license.txt
44
extra.license.files=external/jsch-0.1.53-license.txt
45
sigtest.gen.fail.on.error=false
45
sigtest.gen.fail.on.error=false
46
46
(-)a/c.jcraft.jsch/nbproject/project.xml (-1 / +1 lines)
Lines 58-64 Link Here
58
            <public-packages/>
58
            <public-packages/>
59
            <class-path-extension>
59
            <class-path-extension>
60
                <runtime-relative-path>com-jcraft-jsch.jar</runtime-relative-path>
60
                <runtime-relative-path>com-jcraft-jsch.jar</runtime-relative-path>
61
                <binary-origin>external/jsch-0.1.51.jar</binary-origin>
61
                <binary-origin>external/jsch-0.1.53.jar</binary-origin>
62
            </class-path-extension>
62
            </class-path-extension>
63
        </data>
63
        </data>
64
    </configuration>
64
    </configuration>

Return to bug 254634