summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index ab7b4e8..71110c3 100644
--- a/build.xml
+++ b/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="frc4272-robot2016" default="deploy">
+<project name="frc4272-robot2017" default="deploy">
<!--
The following properties can be defined to override system level
@@ -28,7 +28,7 @@
<import file="${wpilib.ant.dir}/build.xml"/>
<target name="javadoc">
- <javadoc access="public" author="true" classpath="${wpilib.jar}:${networktables.jar}" destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="org.usfirst.frc.team4272.robot2016,org.usfirst.frc.team4272.robotlib" source="1.8" sourcepath="src" splitindex="true" use="true" version="true">
+ <javadoc access="public" author="true" classpath="${wpilib.jar}:${networktables.jar}" destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="org.usfirst.frc.team4272.robot2017,org.usfirst.frc.team4272.robotlib" source="1.8" sourcepath="src" splitindex="true" use="true" version="true">
<link href="${wpilib}/javadoc/"/>
</javadoc>
</target>