diff --git a/.gitignore b/.gitignore index b34e8a6..7cc57ef 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ doc/ release/ .settings .classpath -.project \ No newline at end of file +.project +target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1057f2d --- /dev/null +++ b/pom.xml @@ -0,0 +1,15 @@ + + 4.0.0 + txtmark + txtmark + jar + 0.6-SNAPSHOT + txtmark + https://github.com/rjeschke/txtmark + + ${basedir}/src/java + + + +