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

(-)a/websvc.rest.samples/CustomerDBSpring/nbproject/project.properties (+1 lines)
Lines 73-78 Link Here
73
    ${libs.spring-framework.classpath}:\
73
    ${libs.spring-framework.classpath}:\
74
    ${libs.jstl11.classpath}:\
74
    ${libs.jstl11.classpath}:\
75
    ${libs.toplink.classpath}:\
75
    ${libs.toplink.classpath}:\
76
    ${libs.restapi.classpath}:\
76
    ${libs.restlib.classpath}
77
    ${libs.restlib.classpath}
77
# Space-separated list of extra javac options
78
# Space-separated list of extra javac options
78
javac.compilerargs=
79
javac.compilerargs=
(-)a/websvc.rest.samples/CustomerDBSpring/nbproject/project.xml (+8 lines)
Lines 68-73 Link Here
68
                    <file>${libs.toplink.classpath}</file>
68
                    <file>${libs.toplink.classpath}</file>
69
                    <path-in-war>WEB-INF/lib</path-in-war>
69
                    <path-in-war>WEB-INF/lib</path-in-war>
70
                </library>
70
                </library>
71
                <library>
72
                    <file>${libs.restapi.classpath}</file>
73
                    <path-in-war>WEB-INF/lib</path-in-war>
74
                </library>
75
                <library>
76
                    <file>${libs.restlib.classpath}</file>
77
                    <path-in-war>WEB-INF/lib</path-in-war>
78
                </library>
71
            </web-module-libraries>
79
            </web-module-libraries>
72
            <web-module-additional-libraries/>
80
            <web-module-additional-libraries/>
73
            <source-roots>
81
            <source-roots>

Return to bug 208706