diff -r e7b3ef7aaef4 -r 74d06a8a4948 java/nekurak.net-rest/nbproject/rest-build.xml --- a/java/nekurak.net-rest/nbproject/rest-build.xml Tue Jul 19 15:20:47 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /* - * 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 { -} - -