From: <fwi...@us...> - 2009-03-07 04:16:09
|
Revision: 6079 http://jython.svn.sourceforge.net/jython/?rev=6079&view=rev Author: fwierzbicki Date: 2009-03-07 04:16:00 +0000 (Sat, 07 Mar 2009) Log Message: ----------- increment APIVersion, take --verify out of build.xml Modified Paths: -------------- trunk/jython/build.xml trunk/jython/src/org/python/core/imp.java Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-03-07 04:05:04 UTC (rev 6078) +++ trunk/jython/build.xml 2009-03-07 04:16:00 UTC (rev 6079) @@ -831,7 +831,6 @@ <target name="regrtest" depends="developer-build,regrtest-unix,regrtest-windows"/> <target name="regrtest-unix" if="os.family.unix"> <exec executable="${dist.dir}/bin/jython"> - <arg value="--verify"/> <arg value="-J${regrtest.Xmx}"/> <arg value="${dist.dir}/Lib/test/regrtest.py"/> <!-- Only run the tests that are expected to work on Jython --> Modified: trunk/jython/src/org/python/core/imp.java =================================================================== --- trunk/jython/src/org/python/core/imp.java 2009-03-07 04:05:04 UTC (rev 6078) +++ trunk/jython/src/org/python/core/imp.java 2009-03-07 04:16:00 UTC (rev 6079) @@ -20,7 +20,7 @@ private static final String UNKNOWN_SOURCEFILE = "<unknown>"; - public static final int APIVersion = 17; + public static final int APIVersion = 18; public static final int NO_MTIME = -1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |