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 231563
Collapse All | Expand All

(-)a/libs.commons_net/external/binaries-list (-1 / +1 lines)
Line 1 Link Here
1
F76FF64F941E71395A0E07CAD82EE44310EEA842 commons-net-3.2.jar
1
CD0D5510908225F76C5FE5A3F1DF4FA44866F81E commons-net-3.3.jar
(-)a/libs.commons_net/external/commons-net-3.2-license.txt (-1 / +1 lines)
Lines 1-5 Link Here
1
Name: Commons Net
1
Name: Commons Net
2
Version: 3.2
2
Version: 3.3
3
OSR: 3487
3
OSR: 3487
4
Description: Apache Commons Net implements the client side of many basic Internet protocols.
4
Description: Apache Commons Net implements the client side of many basic Internet protocols.
5
Origin: http://commons.apache.org/net/
5
Origin: http://commons.apache.org/net/
(-)a/libs.commons_net/manifest.mf (-1 / +1 lines)
Lines 1-5 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module: org.netbeans.libs.commons_net/2
2
OpenIDE-Module: org.netbeans.libs.commons_net/2
3
OpenIDE-Module-Implementation-Version: 32
3
OpenIDE-Module-Implementation-Version: 33
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/commons_net/Bundle.properties
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/commons_net/Bundle.properties
5
OpenIDE-Module-Layer: org/netbeans/libs/commons_net/mf-layer.xml
5
OpenIDE-Module-Layer: org/netbeans/libs/commons_net/mf-layer.xml
(-)a/libs.commons_net/nbproject/project.properties (-2 / +2 lines)
Lines 43-47 Link Here
43
is.autoload=true
43
is.autoload=true
44
javac.compilerargs=-Xlint -Xlint:-serial
44
javac.compilerargs=-Xlint -Xlint:-serial
45
javac.source=1.6
45
javac.source=1.6
46
release.external/commons-net-3.2.jar=modules/ext/commons-net-3.2.jar
46
release.external/commons-net-3.2.jar=modules/ext/commons-net-3.3.jar
47
spec.version.base=2.13.0
47
spec.version.base=2.14.0
(-)a/libs.commons_net/nbproject/project.xml (-2 / +2 lines)
Lines 55-62 Link Here
55
                <package>org.apache.commons.net.util</package>
55
                <package>org.apache.commons.net.util</package>
56
            </public-packages>
56
            </public-packages>
57
            <class-path-extension>
57
            <class-path-extension>
58
                <runtime-relative-path>ext/commons-net-3.2.jar</runtime-relative-path>
58
                <runtime-relative-path>ext/commons-net-3.3.jar</runtime-relative-path>
59
                <binary-origin>external/commons-net-3.2.jar</binary-origin>
59
                <binary-origin>external/commons-net-3.3.jar</binary-origin>
60
            </class-path-extension>
60
            </class-path-extension>
61
        </data>
61
        </data>
62
    </configuration>
62
    </configuration>
(-)a/libs.commons_net/src/org/netbeans/libs/commons_net/mf-layer.xml (-1 / +1 lines)
Lines 51-57 Link Here
51
            <file name="org-netbeans-lib-commons_net-antlibrary.instance">
51
            <file name="org-netbeans-lib-commons_net-antlibrary.instance">
52
                <attr name="instanceCreate" methodvalue="org.apache.tools.ant.module.spi.AutomaticExtraClasspath.url"/>
52
                <attr name="instanceCreate" methodvalue="org.apache.tools.ant.module.spi.AutomaticExtraClasspath.url"/>
53
                <attr name="instanceOf" stringvalue="org.apache.tools.ant.module.spi.AutomaticExtraClasspathProvider"/>
53
                <attr name="instanceOf" stringvalue="org.apache.tools.ant.module.spi.AutomaticExtraClasspathProvider"/>
54
                <attr name="url" urlvalue="nbinst://org.netbeans.libs.commons_net/modules/ext/commons-net-3.2.jar"/>
54
                <attr name="url" urlvalue="nbinst://org.netbeans.libs.commons_net/modules/ext/commons-net-3.3.jar"/>
55
            </file>
55
            </file>
56
        </folder>
56
        </folder>
57
    </folder>
57
    </folder>

Return to bug 231563