diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..830ee4d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Auto-detect all text files and force them to LF line endings. +* text=auto eol=lf + +# Well known binary files. +*.dll binary +*.dylib binary +*.o binary +*.so binary +*.ttf binary +*.ico binary +*.png binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4c4a25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea +node_modules +target +scratch +*.iml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..023ab9e --- /dev/null +++ b/pom.xml @@ -0,0 +1,74 @@ + + + + 4.0.0 + + net.nullschool + grib2json + 0.8.0-SNAPSHOT + jar + + grib2json + GRIB to JSON converter + https://github.com/cambecc/grib2json + 2013 + + + + + cambecc + Cameron Beccario + cambecc@nullschool.net + + + + + scm:git:git@github.com:cambecc/grib2json.git + scm:git:git@github.com:cambecc/grib2json.git + https://github.com/cambecc/grib2json.git + HEAD + + + + UTF-8 + + + + + junit + junit + 4.11 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + 1.7 + 1.7 + 1.7 + + + + + +