From 210249ab81e5b4cad1575f6c2a21d06b360531b9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 11 Jul 2008 16:53:26 -0400 Subject: Merging Marco's func bindings --- bindings/func-java/pom.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 bindings/func-java/pom.xml (limited to 'bindings/func-java/pom.xml') diff --git a/bindings/func-java/pom.xml b/bindings/func-java/pom.xml new file mode 100644 index 0000000..01668a4 --- /dev/null +++ b/bindings/func-java/pom.xml @@ -0,0 +1,91 @@ + + + 4.0.0 + org.func + func-java + jar + 1.0-SNAPSHOT + Func-Java Bindings + https://fedorahosted.org/func + + + + + + org.jvyaml + jvyaml + 1.1 + + + + org.codehaus.groovy + groovy-all + 1.5.6 + + + + junit + junit + 3.8.1 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + org.codehaus.mojo.groovy + groovy-maven-plugin + + + SourceCompile + compile + + + compile + + + + + + + ${pom.basedir}/src/main + + **/*.groovy + + + + + + + + TestCompile + + testCompile + + + + + ${pom.basedir}/src/test/groovy + + **/*.groovy + + + + + + + + + + + -- cgit