From c3938640678c11f1a6319d1534ff79f433b65cc5 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Sun, 14 Oct 2018 11:45:12 -0400 Subject: Convert to Maven project As a side effect of doing so, use classes from the library. --- CSMath/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CSMath/pom.xml (limited to 'CSMath/pom.xml') diff --git a/CSMath/pom.xml b/CSMath/pom.xml new file mode 100644 index 0000000..7c1dbd7 --- /dev/null +++ b/CSMath/pom.xml @@ -0,0 +1,28 @@ + + 4.0.0 + bjc + CSMath + 0.0.1-SNAPSHOT + CSMath + Projects from Advanced CS Math class + + src + + + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + + + + bjc + BJC-Utils2 + 1.0.0 + + + \ No newline at end of file -- cgit v1.2.3