# HG changeset patch # User Toby Crawley # Date 1339609064 14400 # Node ID 200316dd613a9fce683836c907dbc82be9e00d63 # Parent 95f68fed6bbae48e04d2d2031e4310602ca9da54 Add bundle and install for the standalone jar; get install actually working. *** set a default version diff -r 95f68fed6bba -r 200316dd613a maven/build.xml --- a/maven/build.xml Wed Jun 13 09:06:10 2012 -0400 +++ b/maven/build.xml Wed Jun 13 13:37:44 2012 -0400 @@ -30,116 +30,135 @@ - + + + + + - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + - + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - + + + + + - - + + + + - - - - - - + + + + + - - - + + + + + + + + + + + - - - - - + + - - - - - - - - + + + + + - + - - + + + + diff -r 95f68fed6bba -r 200316dd613a maven/pom-template.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/maven/pom-template.xml Wed Jun 13 13:37:44 2012 -0400 @@ -0,0 +1,30 @@ + + + + 4.0.0 + org.python + @ARTIFACT-ID@ + jar + Jython + @PROJECT-VERSION@ + http://www.jython.org/ + + Jython is an implementation of the high-level, dynamic, object-oriented + language Python written in 100% Pure Java, and seamlessly integrated with + the Java platform. It thus allows you to run Python on any Java platform. + + + + Jython Software License + http://www.jython.org/Project/license.html + repo + + + + scm:hg:http://hg.python.org/jython + scm:hg:ssh://hg@hg.python.org/jython + http://hg.python.org/jython + + diff -r 95f68fed6bba -r 200316dd613a maven/pom.xml --- a/maven/pom.xml Wed Jun 13 09:06:10 2012 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - - - 4.0.0 - org.python - jython - jar - Jython - @PROJECT-VERSION@ - http://www.jython.org/ - - Jython is an implementation of the high-level, dynamic, object-oriented - language Python written in 100% Pure Java, and seamlessly integrated with - the Java platform. It thus allows you to run Python on any Java platform. - - - - Jython Software License - http://www.jython.org/Project/license.html - repo - - - - scm:hg:http://hg.python.org/jython - scm:hg:ssh://hg@hg.python.org/jython - http://hg.python.org/jython - -