Repository: incubator-wave Updated Branches: refs/heads/master fa9886b22 -> fdb393268
Create a pst-src.jar during dist build by Martin Letis https://reviews.apache.org/r/38849/ Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/fdb39326 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/fdb39326 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/fdb39326 Branch: refs/heads/master Commit: fdb393268f94986d7d8e31b5258149895efc15b3 Parents: fa9886b Author: Ali Lown <[email protected]> Authored: Thu Oct 1 15:41:28 2015 +0100 Committer: Ali Lown <[email protected]> Committed: Thu Oct 1 15:41:28 2015 +0100 ---------------------------------------------------------------------- build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/fdb39326/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index f679ce0..bd4ff14 100644 --- a/build.xml +++ b/build.xml @@ -183,6 +183,9 @@ </fileset> </copy> <jar destfile="${dist.dir}/pst.jar" basedir="${build.dir}/pst"/> + <jar destfile="${dist.dir}/pst-src.jar" basedir="${src.dir}"> + <patternset includes="org/waveprotocol/pst/**/*"/> + </jar> <touch file="${dep}/dist-pst"/> </target>
