Skip to content

Commit

Permalink
dist-all should also build cdk-experimental.jar, dist should not
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@2274 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Jan 12, 2004
1 parent be0ff9c commit 53aff7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Expand Up @@ -630,13 +630,13 @@
dist-extra, dist-libio,
dist-apps" />

<target name="dist-all" depends="dist-core, dist-standard,
<target name="dist-all" depends="dist, dist-experimental" />

<target id="dist" name="dist" depends="dist-core, dist-standard,
dist-io, dist-render,
dist-extra, dist-libio,
dist-render-with-java3d,
dist-apps" />

<target id="dist" name="dist" depends="dist-all"
dist-apps"
description="Builds the jar files for all parts of the CDK."/>

<target id="sourcedist" name="sourcedist" depends="init"
Expand Down

0 comments on commit 53aff7c

Please sign in to comment.