Skip to content

Commit

Permalink
Update GWC build to reflect new GS webapp structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Tucker committed Dec 5, 2017
1 parent b6539e7 commit 0a4e139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geowebcache/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</copy>
<mkdir dir="${webinf.dir}/classes/com/boundlessgeo/geowebcache/web"/>
<copy todir="${webinf.dir}/classes/com/boundlessgeo/geowebcache/web" overwrite="true">
<fileset dir="../geoserver/webapp/target/classes/com/boundlessgeo/geowebcache/web/"/>
<fileset dir="../geoserver/webapp/web/target/classes/com/boundlessgeo/geowebcache/web/"/>
</copy>
<jar destfile="${basedir}/target/geowebcache.war" basedir="${war.dir}"
includes="**/*" excludes="**/imageio-ext-*.jar"/>
Expand Down

0 comments on commit 0a4e139

Please sign in to comment.