Skip to content

Commit 3ca1dfd

Browse files
committed
classpath added back & .gitignore changes
1 parent c087381 commit 3ca1dfd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.classpath

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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="var" path="opencv" sourcepath="opencv.sources"/>
7+
<classpathentry kind="var" path="cscore" sourcepath="cscore.sources"/>
8+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
9+
<classpathentry kind="var" path="USERLIBS_DIR/navx_frc.jar"/>
10+
<classpathentry kind="var" path="wpiutil" sourcepath="wpiutil.sources"/>
11+
<classpathentry kind="var" path="USERLIBS_DIR/CTRE_Phoenix-sources.jar"/>
12+
<classpathentry kind="var" path="USERLIBS_DIR/CTRE_Phoenix.jar"/>
13+
<classpathentry kind="var" path="USERLIBS_DIR/jackson-annotations-2.9.0.pr3.jar"/>
14+
<classpathentry kind="var" path="USERLIBS_DIR/jackson-core-2.9.0.pr3.jar"/>
15+
<classpathentry kind="var" path="USERLIBS_DIR/jackson-databind-2.9.0.pr3.jar"/>
16+
<classpathentry kind="output" path="bin"/>
17+
</classpath>

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/bin/
22
/build/
33
/dist/
4+
*.xml

0 commit comments

Comments
 (0)