Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move null.device property out into properties files.
  • Loading branch information
iay committed Jul 31, 2016
1 parent 150d132 commit f9f7a01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.xml
Expand Up @@ -158,14 +158,6 @@
<property name="md.wayf.signed" value="ukfederation-wayf.xml"/>
<property name="md.cdsall.signed" value="ukfederation-cdsall.xml"/>

<!--
Null device location.
-->
<condition property="null.device"
value="nul:" else="/dev/null">
<os family="windows"/>
</condition>

<!--
Signing keystore alias.
-->
Expand Down
3 changes: 3 additions & 0 deletions default.properties
Expand Up @@ -5,3 +5,6 @@
# here may be overridden in platform-specific properties files,
# or in a machine-specific build.properties file.
#

# Null device location.
null.device=/dev/null
3 changes: 3 additions & 0 deletions windows.properties
Expand Up @@ -6,6 +6,9 @@
# properties defined in a machine-specific build.properties file.
#

# Null device location.
null.device=nul:

#
# Location of the PKCS#11 configuration file for an ACOS5 card.
#
Expand Down

0 comments on commit f9f7a01

Please sign in to comment.