Skip to content

Commit

Permalink
Fix to use the proper source folder, now passed via a target argument
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@10227 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Feb 24, 2008
1 parent 20a1056 commit 365a4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -309,7 +309,7 @@
<delete dir="${build.src}"/>
<mkdir dir="${build.src}"/>
<copy todir="${build.src}">
<fileset dir="${src}/main/">
<fileset dir="${source}">
<excludesfile name="${build}/java1.4+.javafiles" if="isJava13"/>
<!-- excludesfile name="${build}/java1.4.javafiles" unless="isJava14"/ -->
<!-- excludesfile name="${build}/java1.5.javafiles" unless="isJava15"/ -->
Expand Down

0 comments on commit 365a4d7

Please sign in to comment.