diff --git a/websvc.rest.samples/CustomerDBSpring/nbproject/project.properties b/websvc.rest.samples/CustomerDBSpring/nbproject/project.properties --- a/websvc.rest.samples/CustomerDBSpring/nbproject/project.properties +++ b/websvc.rest.samples/CustomerDBSpring/nbproject/project.properties @@ -73,6 +73,7 @@ ${libs.spring-framework.classpath}:\ ${libs.jstl11.classpath}:\ ${libs.toplink.classpath}:\ + ${libs.restapi.classpath}:\ ${libs.restlib.classpath} # Space-separated list of extra javac options javac.compilerargs= diff --git a/websvc.rest.samples/CustomerDBSpring/nbproject/project.xml b/websvc.rest.samples/CustomerDBSpring/nbproject/project.xml --- a/websvc.rest.samples/CustomerDBSpring/nbproject/project.xml +++ b/websvc.rest.samples/CustomerDBSpring/nbproject/project.xml @@ -68,6 +68,14 @@ ${libs.toplink.classpath} WEB-INF/lib + + ${libs.restapi.classpath} + WEB-INF/lib + + + ${libs.restlib.classpath} + WEB-INF/lib +