From 074d48df131f073965fa1a1106c4be1bed9d2b51 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 15 Oct 2019 17:18:22 -0400 Subject: Moved project out of Maven. --- .classpath | 1 + .project | 6 ------ pom.xml | 55 ------------------------------------------------------- 3 files changed, 1 insertion(+), 61 deletions(-) delete mode 100644 pom.xml diff --git a/.classpath b/.classpath index ef141e6..60b8884 100644 --- a/.classpath +++ b/.classpath @@ -5,6 +5,7 @@ + diff --git a/.project b/.project index 56f686e..656186b 100644 --- a/.project +++ b/.project @@ -10,14 +10,8 @@ - - org.eclipse.m2e.core.maven2Builder - - - - org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 5b3e468..0000000 --- a/pom.xml +++ /dev/null @@ -1,55 +0,0 @@ - - 4.0.0 - org.unitConverter - unitConverter - 0.1.0 - Unit Converter - A Java unit converter inspired by GNU Units - - src - - - maven-compiler-plugin - 3.8.0 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - - - - org.codehaus.mojo - exec-maven-plugin - - org.unitConverter.converterGUI.UnitConverterGUI - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.unitConverter.converterGUI.UnitConverterGUI - - - - - - - - - junit - junit - 4.11 - - - -- cgit v1.2.3