Skip to content

Commit

Permalink
Don't compile java source files in ${sourcedist} with java3D too.
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@331 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Jan 5, 2002
1 parent 45b2b35 commit aa6535c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Expand Up @@ -80,10 +80,11 @@
<target name="compile-with-java3d" depends="init">
<mkdir dir="${build}" />

<javac destdir="${build}" optimize="on"
deprecation="off">
<javac destdir="${build}" optimize="on" deprecation="off">
<src path="." />

<exclude name="${sourcedist}/**" />

<classpath refid="project.class.path" />
</javac>
</target>
Expand Down

0 comments on commit aa6535c

Please sign in to comment.