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/CustomerDB/nbproject/project.properties (-3 / +1 lines)
Lines 71-79 Link Here
71
j2ee.platform=1.5
71
j2ee.platform=1.5
72
j2ee.server.type=gfv3ee6
72
j2ee.server.type=gfv3ee6
73
jar.compress=false
73
jar.compress=false
74
javac.classpath=\
74
javac.classpath=
75
    ${libs.restapi.classpath}:\
76
    ${libs.restlib.classpath}
77
# Space-separated list of extra javac options
75
# Space-separated list of extra javac options
78
javac.compilerargs=
76
javac.compilerargs=
79
javac.debug=true
77
javac.debug=true
(-)a/websvc.rest.samples/CustomerDB/nbproject/project.xml (-10 / +1 lines)
Lines 51-66 Link Here
51
        <data xmlns="http://www.netbeans.org/ns/web-project/3">
51
        <data xmlns="http://www.netbeans.org/ns/web-project/3">
52
            <name>CustomerDB</name>
52
            <name>CustomerDB</name>
53
            <minimum-ant-version>1.6</minimum-ant-version>
53
            <minimum-ant-version>1.6</minimum-ant-version>
54
            <web-module-libraries>
54
            <web-module-libraries/>
55
                <library>
56
                    <file>${libs.restlib.classpath}</file>
57
                    <path-in-war>WEB-INF/lib</path-in-war>
58
                </library>
59
                <library>
60
                    <file>${libs.restapi.classpath}</file>
61
                    <path-in-war>WEB-INF/lib</path-in-war>
62
                </library>
63
            </web-module-libraries>
64
            <web-module-additional-libraries/>
55
            <web-module-additional-libraries/>
65
            <source-roots>
56
            <source-roots>
66
                <root id="src.dir"/>
57
                <root id="src.dir"/>
(-)a/websvc.rest.samples/CustomerDBSpring/nbproject/project.properties (+1 lines)
Lines 102-107 Link Here
102
persistence.xml.dir=${conf.dir}
102
persistence.xml.dir=${conf.dir}
103
platform.active=default_platform
103
platform.active=default_platform
104
resource.dir=setup
104
resource.dir=setup
105
rest.config.type=user
105
rest.support.on=true
106
rest.support.on=true
106
run.test.classpath=\
107
run.test.classpath=\
107
    ${javac.test.classpath}:\
108
    ${javac.test.classpath}:\
(-)a/websvc.rest.samples/HelloWorld/nbproject/project.properties (-3 / +2 lines)
Lines 70-78 Link Here
70
j2ee.platform=1.6-web
70
j2ee.platform=1.6-web
71
j2ee.server.type=gfv3ee6
71
j2ee.server.type=gfv3ee6
72
jar.compress=false
72
jar.compress=false
73
javac.classpath=\
73
javac.classpath=
74
    ${libs.restapi.classpath}:\
75
    ${libs.restlib.classpath}
76
# Space-separated list of extra javac options
74
# Space-separated list of extra javac options
77
javac.compilerargs=
75
javac.compilerargs=
78
javac.debug=true
76
javac.debug=true
Lines 99-104 Link Here
99
platform.active=default_platform
97
platform.active=default_platform
100
resource.dir=setup
98
resource.dir=setup
101
rest.support.on=true
99
rest.support.on=true
100
rest.config.type=user
102
run.test.classpath=\
101
run.test.classpath=\
103
    ${javac.test.classpath}:\
102
    ${javac.test.classpath}:\
104
    ${build.test.classes.dir}
103
    ${build.test.classes.dir}
(-)a/websvc.rest.samples/HelloWorld/nbproject/project.xml (-10 / +1 lines)
Lines 51-66 Link Here
51
        <data xmlns="http://www.netbeans.org/ns/web-project/3">
51
        <data xmlns="http://www.netbeans.org/ns/web-project/3">
52
            <name>HelloWorld</name>
52
            <name>HelloWorld</name>
53
            <minimum-ant-version>1.6.5</minimum-ant-version>
53
            <minimum-ant-version>1.6.5</minimum-ant-version>
54
            <web-module-libraries>
54
            <web-module-libraries/>
55
                <library>
56
                    <file>${libs.restapi.classpath}</file>
57
                    <path-in-war>WEB-INF/lib</path-in-war>
58
                </library>
59
                <library>
60
                    <file>${libs.restlib.classpath}</file>
61
                    <path-in-war>WEB-INF/lib</path-in-war>
62
                </library>
63
            </web-module-libraries>
64
            <web-module-additional-libraries/>
55
            <web-module-additional-libraries/>
65
            <source-roots>
56
            <source-roots>
66
                <root id="src.dir"/>
57
                <root id="src.dir"/>
(-)a/websvc.rest.samples/manifest.mf (-1 / +1 lines)
Lines 2-7 Link Here
2
OpenIDE-Module: org.netbeans.modules.websvc.rest.samples/0
2
OpenIDE-Module: org.netbeans.modules.websvc.rest.samples/0
3
OpenIDE-Module-Layer: org/netbeans/modules/websvc/rest/samples/resources/layer.xml
3
OpenIDE-Module-Layer: org/netbeans/modules/websvc/rest/samples/resources/layer.xml
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/websvc/rest/samples/resources/Bundle.properties
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/websvc/rest/samples/resources/Bundle.properties
5
OpenIDE-Module-Specification-Version: 1.11.1
5
OpenIDE-Module-Specification-Version: 1.11.2
6
AutoUpdate-Show-In-Client: false
6
AutoUpdate-Show-In-Client: false
7
7

Return to bug 208706