diff -r 000000000000 -r 19128e9f7fb1 java/nekurak.net-web/nbproject/rest-build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/nekurak.net-web/nbproject/rest-build.xml Wed Jul 20 18:55:25 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 { +} + +