Skip to content

Commit

Permalink
Fix copying of bootclasspath.properties for Harmony.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rogers committed Mar 20, 2009
1 parent 9af353e commit 2579950
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1858,12 +1858,19 @@ target.jni-suffix=${target.jni-suffix}
<include name="*${target.jni-suffix}"/>
<include name="*.properties"/>
<exclude name="*vmi${target.jni-suffix}"/>
<exclude name="bootclasspath.properties"/>
</fileset>
<fileset dir="${build.base}">
<include name="*${target.dll-ext}"/>
<include name="*${target.jni-suffix}"/>
</fileset>
</copy>
<mkdir dir="${dist.base}/lib/boot"/>
<copy todir="${dist.base}/lib/boot">
<fileset dir="${harmony.lib.dir}">
<include name="bootclasspath.properties"/>
</fileset>
</copy>
<copy todir="${dist.base}">
<fileset dir="${build.base}">
<include name="JikesRVM"/>
Expand Down

0 comments on commit 2579950

Please sign in to comment.