From 0faa5175b6f0de8835ed514615ac64135f406b29 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 29 May 2018 15:35:02 -0300 Subject: Move files out of folder --- pom.xml | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1bb647e --- /dev/null +++ b/pom.xml @@ -0,0 +1,88 @@ + + 4.0.0 + + bjc + RGens + 0.0.1-SNAPSHOT + jar + + RGens + http://maven.apache.org + + + UTF-8 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + bjc.rgens.parser.RGrammarTest + + + + + + + + + data/ + + + **/*.gram + **/*.cfg + + + + + + + + bjc + BJC-Utils2 + 1.0.0 + + + + com.github.mifmif + generex + 1.0.2 + + + + edu.gatech.gtri.bk-tree + bk-tree + 1.0 + + + + org.apache.commons + commons-text + 1.0 + + + -- cgit v1.2.3