Squashed 'third_party/Phoenix-frc-lib/' content from commit 666d176

Change-Id: Ibaca2fc8ffb1177e786576cc1e4cc9f7a8c98f13
git-subtree-dir: third_party/Phoenix-frc-lib
git-subtree-split: 666d176a08151793044ab74e0005f13d3732ed96
diff --git a/properties.gradle b/properties.gradle
new file mode 100644
index 0000000..cd5688c
--- /dev/null
+++ b/properties.gradle
@@ -0,0 +1,24 @@
+// Name of the library used for changing zip outputs and jar name
+// Note will not change native library names
+ext.libraryName = "CTRE_Phoenix"
+
+// Set to true to embed included java libraries in the output jar
+ext.embedJavaLibraries = false
+
+// Set to true to combine the driver and cpp static libraries for wpilibc use
+ext.combineStaticLibs = false
+
+// Set to true to include the java sources in the user zip
+ext.includeJavaSources = true
+
+// Set to true to include the java javadocs in the user zip
+ext.includeJavaJavadoc = true
+
+// Set to true to include the cpp sources in the user zip (does not include the driver sources)
+ext.includeCppSources = false
+
+// Set to true to include the driver sources in the user zip
+ext.includeDriverSources = false
+
+// Set to true to automatically copy to eclipse on build
+ext.setCopyToEclipse = true
\ No newline at end of file