Skip to content

Commit

Permalink
Updated with new location for card objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Fontana committed Oct 19, 2017
1 parent d115a2b commit 103b2a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<mkdir dir="${dir.distro}/doc/" />
<mkdir dir="${dir.distro}/logs/" />
<mkdir dir="${dir.distro}/certutils/" />
<mkdir dir="${dir.distro}/cards/ICAM Card Objects/" />
<mkdir dir="${dir.distro}/cards/ICAM_Card_Objects/" />

<copy todir="${dir.distro}/">
<fileset dir="${dir.jarfile}/">
Expand Down Expand Up @@ -49,8 +49,8 @@
<include name="**/*" />
</fileset>
</copy>
<copy todir="${dir.distro}/cards/ICAM Card Objects/">
<fileset dir="${dir.buildfile}/cards/ICAM Card Objects/">
<copy todir="${dir.distro}/cards/ICAM_Card_Objects/">
<fileset dir="${dir.buildfile}/cards/ICAM_Card_Objects/">
<include name="**/*" />
</fileset>
</copy>
Expand Down Expand Up @@ -93,7 +93,7 @@
<fileset dir="${dir.buildfile}/bin/" includes="**/*" />
</delete>
<delete includeemptydirs="true">
<fileset dir="${dir.buildfile}/cards/ICAM Card Objects/" defaultexcludes="false">
<fileset dir="${dir.buildfile}/cards/ICAM_Card_Objects/" defaultexcludes="false">
<include name="**/.backup/" />
</fileset>
</delete>
Expand Down

0 comments on commit 103b2a0

Please sign in to comment.