The archetype resources should be in the webapp/pages directory
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 12 Oct 2013 09:02:51 +0200
changeset 1369a94126dbeabc
parent 1368 bce873fcaf1a
child 1370 617d62384a9c
The archetype resources should be in the webapp/pages directory
ko/archetype/src/main/resources/archetype-resources/src/main/assembly/bck2brwsr.xml
     1.1 --- a/ko/archetype/src/main/resources/archetype-resources/src/main/assembly/bck2brwsr.xml	Fri Oct 11 16:33:54 2013 +0200
     1.2 +++ b/ko/archetype/src/main/resources/archetype-resources/src/main/assembly/bck2brwsr.xml	Sat Oct 12 09:02:51 2013 +0200
     1.3 @@ -29,16 +29,6 @@
     1.4    </dependencySets> 
     1.5    <fileSets>
     1.6        <fileSet>
     1.7 -          <directory>${project.build.directory}/classes/${package.replace('.','/')}/</directory>
     1.8 -          <includes>
     1.9 -              <include>**/*</include>
    1.10 -          </includes>
    1.11 -          <excludes>
    1.12 -              <exclude>**/*.class</exclude>
    1.13 -          </excludes>
    1.14 -          <outputDirectory>/</outputDirectory>
    1.15 -      </fileSet>
    1.16 -      <fileSet>
    1.17            <directory>src/main/webapp/pages</directory>
    1.18            <outputDirectory>/</outputDirectory>
    1.19            <filtered>true</filtered>