diff -r 000000000000 -r e7b3ef7aaef4 java/nekurak.net-rest/nbproject/rest-build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/nekurak.net-rest/nbproject/rest-build.xml Tue Jul 19 15:20:47 2011 +0200 @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package org.netbeans.rest.application.config; +/** + * This class is generated by the Netbeans IDE, + * and registers all REST root resources created in the project. + * Please, DO NOT EDIT this class ! + */ +@javax.ws.rs.ApplicationPath("${rest.resources.path}") +public class ApplicationConfig extends javax.ws.rs.core.Application { +} + +