diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e95548d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/bin/ +/classes/ +/target/ + +.project +.settings +.classpath diff --git a/.project b/.project index 2754941..7629a57 100644 --- a/.project +++ b/.project @@ -11,17 +11,13 @@ - org.eclipse.ui.externaltools.ExternalToolBuilder - clean,full,incremental, + org.eclipse.m2e.core.maven2Builder - - LaunchConfigHandle - <project>/.externalToolBuilders/FreerouterAnt.launch - + org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature diff --git a/deploy/FreeRouting.jar b/deploy/FreeRouting.jar index 78e9cc6..c461ffa 100644 Binary files a/deploy/FreeRouting.jar and b/deploy/FreeRouting.jar differ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8b81650 --- /dev/null +++ b/pom.xml @@ -0,0 +1,51 @@ + + + 4.0.0 + + FreeRouting + FreeRouting + 0.0.0-SNAPSHOT + + + + + com.sun.woodstock.dependlibs + jhall + 2.0 + + + + bsh + bsh + 2.0b4 + + + + + + + src + + + + src + + **/*.java + + + + + + + maven-compiler-plugin + 3.8.0 + + + + + + + + +