Skip to content

Commit

Permalink
LPS-24684
Browse files Browse the repository at this point in the history
  • Loading branch information
mikakoivisto authored and brianchandotcom committed Jan 6, 2012
1 parent 16f0e34 commit d1480c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-maven.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,13 @@ Run "ant -f build-dist.xml all zip-portal-war" to generate that file.
<mkdir dir="${tstamp.value}/dist" />

<copy todir="${tstamp.value}/dist">
<fileset
dir="lib/portal"
includes="portal-client.jar"
/>
<fileset
dir="portal-client"
includes="portal-client.jar,portal-client-javadoc.jar,portal-client-sources.jar"
includes="portal-client-javadoc.jar,portal-client-sources.jar"
/>
<fileset
dir="portal-impl"
Expand Down

0 comments on commit d1480c8

Please sign in to comment.