From 90537402ad6f446ebfa0c3d9689a7f7c54b3e330 Mon Sep 17 00:00:00 2001 From: Evan Langlais Date: Tue, 26 Feb 2019 19:35:27 -0500 Subject: [PATCH] Eclipse --- .classpath | 612 +++++++++++++++++++++ .project | 13 + .settings/org.eclipse.core.resources.prefs | 3 + assembly.sbt => assembly.sbt-bak | 0 project/build.properties | 2 +- 5 files changed, 629 insertions(+), 1 deletion(-) create mode 100644 .classpath create mode 100644 .project create mode 100644 .settings/org.eclipse.core.resources.prefs rename assembly.sbt => assembly.sbt-bak (100%) diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..9040be1 --- /dev/null +++ b/.classpath @@ -0,0 +1,612 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.project b/.project new file mode 100644 index 0000000..cf60607 --- /dev/null +++ b/.project @@ -0,0 +1,13 @@ + + PowerPanel Data Processor + + + org.scala-ide.sdt.core.scalabuilder + + + + org.scala-ide.sdt.core.scalanature + org.eclipse.jdt.core.javanature + + + \ No newline at end of file diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..5f5f066 --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +#Generated by sbteclipse +#Tue Feb 26 19:32:31 EST 2019 +encoding/=UTF-8 diff --git a/assembly.sbt b/assembly.sbt-bak similarity index 100% rename from assembly.sbt rename to assembly.sbt-bak diff --git a/project/build.properties b/project/build.properties index 64cf32f..c0bab04 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.4 +sbt.version=1.2.8