Skip to content

Commit

Permalink
Fixes problem with missing JSPs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 7, 2015
1 parent 4651f37 commit f99a614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</fileSet>

<fileSet filtered="false" packaged="false">
<directory>src/main/webapp/example</directory>
<directory>src/main/webapp/WEB-INF/example</directory>
<includes>
<include>**/*.jsp</include>
</includes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</fileSet>

<fileSet filtered="false" packaged="false">
<directory>src/main/webapp</directory>
<directory>src/main/webapp/WEB-INF</directory>
<includes>
<include>**/*.jsp</include>
</includes>
Expand Down

0 comments on commit f99a614

Please sign in to comment.