Skip to content

Commit

Permalink
Added the missing cdk-test.jar (patch by Jonty Lawson)
Browse files Browse the repository at this point in the history
Change-Id: I0408c9e03ace32aea9a7b9c4a7f031b4cc1dc62e
  • Loading branch information
egonw committed Apr 1, 2012
1 parent 9fbf219 commit 02fec4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -806,6 +806,7 @@
<mkdir dir="${appjars.dir}"/>
<unjar dest="${appjars.dir}">
<fileset dir="${lib}">
<includesfile name="${metainf}/test.libdepends"/>
<includesfile name="${metainf}/test-core.libdepends"/>
<includesfile name="${metainf}/test-data.libdepends"/>
<includesfile name="${metainf}/test-datadebug.libdepends"/>
Expand Down Expand Up @@ -839,6 +840,7 @@
<includesfile name="${metainf}/test-cip.libdepends"/>
</fileset>
<fileset dir="${dist}/jar">
<include name="cdk-test.jar"/>
<include name="cdk-test-annotation.jar"/>
<include name="cdk-test-ioformats.jar"/>
<include name="cdk-test-core.jar"/>
Expand Down

0 comments on commit 02fec4a

Please sign in to comment.