webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Application.java
branchglassfish
changeset 284 90be53f96e0c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Application.java	Sun Jul 17 15:40:50 2011 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +/*
     1.5 + * To change this template, choose Tools | Templates
     1.6 + * and open the template in the editor.
     1.7 + */
     1.8 +package cz.xelfi.quoridor.webidor.resources;
     1.9 +
    1.10 +import javax.ws.rs.ApplicationPath;
    1.11 +
    1.12 +/**
    1.13 + *
    1.14 + * @author Jaroslav Tulach <jtulach@netbeans.org>
    1.15 + */
    1.16 +@ApplicationPath("resources")
    1.17 +public class Application extends javax.ws.rs.core.Application {
    1.18 +}
    1.19 \ No newline at end of file