Skip to content

Commit

Permalink
Ant should not choke on missing SecretDeviceAdapters.
Browse files Browse the repository at this point in the history
git-svn-id: https://valelab.ucsf.edu/svn/micromanager2/trunk@11687 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
  • Loading branch information
mark committed Aug 28, 2013
1 parent fa782ae commit c2a5b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeviceAdapters/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<sequential>
<subant target="@{target}" failonerror="@{failonerror}">
<fileset dir="." includes="*/build.xml"/>
<fileset dir="../SecretDeviceAdapters" includes="*/build.xml"/>
<fileset dir="../SecretDeviceAdapters" includes="*/build.xml"
erroronmissingdir="false"/>
</subant>
</sequential>
</macrodef>
Expand Down

0 comments on commit c2a5b71

Please sign in to comment.