equal
deleted
inserted
replaced
51 <exclude>WEB-INF/**</exclude> |
51 <exclude>WEB-INF/**</exclude> |
52 </excludes> |
52 </excludes> |
53 <targetPath>lib</targetPath> |
53 <targetPath>lib</targetPath> |
54 </overlay> |
54 </overlay> |
55 </overlays> |
55 </overlays> |
|
56 <webResources> |
|
57 <resource> |
|
58 <directory>../client</directory> |
|
59 <excludes> |
|
60 <exclude>**/*.html</exclude> |
|
61 <exclude>**/data</exclude> |
|
62 </excludes> |
|
63 </resource> |
|
64 </webResources> |
56 </configuration> |
65 </configuration> |
57 </plugin> |
66 </plugin> |
58 </plugins> |
67 </plugins> |
59 </build> |
68 </build> |
60 |
69 |