Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 1b275a5

Browse files
committed
Add .classpath
also remove gitignore for the classpath file. classpath is important for being able to build the code
1 parent 5f80ca8 commit 1b275a5

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Robot2018/.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
5+
<classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
7+
<classpathentry kind="var" path="opencv" sourcepath="opencv.sources"/>
8+
<classpathentry kind="var" path="cscore" sourcepath="cscore.sources"/>
9+
<classpathentry kind="var" path="wpiutil" sourcepath="wpiutil.sources"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

Robot2018/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/bin/
22
/build/
33
/dist/
4-
.classpath
5-
.DS_Store
4+
.DS_Store

0 commit comments

Comments
 (0)