Skip to content

Commit

Permalink
Temporary fixes to make code compile
Browse files Browse the repository at this point in the history
  • Loading branch information
TechplexEngineer committed Sep 12, 2014
1 parent c6b4a08 commit ec5a3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -11,7 +11,7 @@
-->

<!-- By default the system version of WPI is used -->
<!-- <property name="version" value=""/> -->
<property name="version" value="current"/>

<!-- By default the system team number is used -->
<!-- <property name="team-number" value=""/> -->
Expand All @@ -25,6 +25,6 @@
<property file="build.properties"/>
<property file="${user.home}/wpilib/java/${version}/ant/build.properties"/>

<import file="${wpilib.ant.dir}/build.xml"/>
<import file="C:\Users\R2D2\wpilib\java\current\ant\build.xml"/>

</project>

0 comments on commit ec5a3a9

Please sign in to comment.