Skip to content

Commit

Permalink
removed the asking for platform. There is an alternate way to do this…
Browse files Browse the repository at this point in the history
…. Resolved issue #372.

Former-commit-id: 106c852
  • Loading branch information
ricklon committed Aug 4, 2013
1 parent 5da9276 commit f253aa2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<property file="upload.properties"/>
<property name="aws.bucket" value="chipkit" />


<input message="Enter platform: "
addproperty="platform"
/>

<condition property="macosx"><os family="mac" /></condition>
<condition property="windows"><os family="windows" /></condition>
<condition property="linux"><os family="unix" /></condition>
Expand Down

0 comments on commit f253aa2

Please sign in to comment.