chess/pom.xml
branchchess
changeset 25 b20104a99a6b
parent 22 fb06534ab8db
child 31 f0dd921cf985
     1.1 --- a/chess/pom.xml	Thu Jul 25 15:09:49 2013 +0200
     1.2 +++ b/chess/pom.xml	Thu Jul 25 16:21:25 2013 +0200
     1.3 @@ -76,7 +76,7 @@
     1.4                    <systemProperties>
     1.5                        <systemProperty>
     1.6                            <key>browser.rootdir</key>
     1.7 -                          <value>${basedir}/src/main/web/</value>
     1.8 +                          <value>${basedir}/src/main/webapp/</value>
     1.9                        </systemProperty>
    1.10                    </systemProperties>
    1.11                    <mainClass>org.apidesign.html.demo.chess.Main</mainClass>
    1.12 @@ -150,7 +150,7 @@
    1.13                            <jarfile>${project.build.directory}/${project.build.finalName}.jar</jarfile>
    1.14                            <title>${project.name}</title>
    1.15                            <mainclass>org.apidesign.html.demo.chess.Main</mainclass>
    1.16 -                          <resourcesDir>src/main/web/</resourcesDir>
    1.17 +                          <resourcesDir>src/main/webapp/</resourcesDir>
    1.18                        </configuration>
    1.19                    </plugin>
    1.20                    <plugin>