Skip to content

Commit

Permalink
But the test data should be added too
Browse files Browse the repository at this point in the history
Change-Id: I926c869d94562bb6b086b5556b02359c46abc597
  • Loading branch information
egonw committed Apr 1, 2012
1 parent df12e2e commit 059da00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Expand Up @@ -803,7 +803,7 @@
</jar>
</target>

<target id="dist-test-large" name="dist-test-large" depends="test-dist-all"
<target id="dist-test-large" name="dist-test-large" depends="test-dist-all, jarTestdata"
description="Builds on big jar file for the CDK test classes.">

<!-- first unjar the CDK and other jars we need -->
Expand Down Expand Up @@ -846,6 +846,7 @@
</fileset>
<fileset dir="${dist}/jar">
<include name="cdk-test.jar"/>
<include name="cdk-testdata.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 059da00

Please sign in to comment.