From c107643d20f3c68051c0dd8dd12b2a3919909d20 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 6 Oct 2009 17:04:13 +0000 Subject: Importing the jline sources, since it seems to ... Importing the jline sources, since it seems to have been abandoned and we are slowly diverging. This checkin differs from the version in the CVS repo[*] only in having been generified by ricky clarkson. [*] See http://jline.sourceforge.net/source-repository.html --- src/jline/pom.xml | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 src/jline/pom.xml (limited to 'src/jline/pom.xml') diff --git a/src/jline/pom.xml b/src/jline/pom.xml new file mode 100644 index 0000000000..25356ff432 --- /dev/null +++ b/src/jline/pom.xml @@ -0,0 +1,221 @@ + + + + + 4.0.0 + jline + jline + jar + JLine + 0.9.95-SNAPSHOT + JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications. + http://jline.sourceforge.net + + sourceforge + http://sourceforge.net/tracker/?group_id=64033&atid=506056 + + 2002 + + + JLine users + https://lists.sourceforge.net/lists/listinfo/jline-users + jline-users@lists.sourceforge.net + http://sourceforge.net/mailarchive/forum.php?forum=jline-users + + + + + + mprudhom + Marc Prud'hommeaux + mwp1@cornell.edu + + + + + BSD + LICENSE.txt + + + + scm:cvs:pserver:anonymous@jline.cvs.sourceforge.net:/cvsroot/jline:jline + scm:cvs:ext:${maven.username}@jline.cvs.sourceforge.net:/cvsroot/jline:jline + http://jline.cvs.sourceforge.net/jline + + + + junit + junit + 3.8.1 + test + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + false + false + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + true + -Xlint:unchecked + + + + org.apache.maven.plugins + maven-site-plugin + + ../site-staging + + + + org.apache.maven.plugins + maven-assembly-plugin + + + src/assembly/assembly.xml + + + + + + + + + + org.codehaus.mojo + jxr-maven-plugin + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + true + + http://java.sun.com/j2se/1.5.0/docs/api + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + project-team + mailing-list + issue-tracking + license + scm + + + + + + org.codehaus.mojo + surefire-report-maven-plugin + + + + + + jline + scp://shell.sourceforge.net/home/groups/j/jl/jline/htdocs/m2repo + + + jline + scp://shell.sourceforge.net/home/groups/j/jl/jline/htdocs/m2snapshot + + + jline + jline + scpexe://shell.sourceforge.net/home/groups/j/jl/jline/htdocs/ + + + -- cgit v1.2.3