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 02fec4a commit f2080e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Expand Up @@ -799,7 +799,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 @@ -841,6 +841,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 f2080e1

Please sign in to comment.