[Jython-checkins] jython: Switch build.xml to point to 2.7.

frank.wierzbicki jython-checkins at python.org
Mon Mar 19 20:35:05 CET 2012


http://hg.python.org/jython/rev/9e461c2696e9
changeset:   6417:9e461c2696e9
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon Mar 19 12:28:05 2012 -0700
summary:
  Switch build.xml to point to 2.7.

files:
  build.xml |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -167,7 +167,7 @@
         <property name="test.source.dir" value="${jython.base.dir}/tests/java" />
         <property name="test.shell.dir" value="${jython.base.dir}/tests/shell" />
         <property name="templates.dir" value="${source.dir}/templates" />
-        <property name="python.lib" value="${jython.base.dir}/lib-python/2.5" />
+        <property name="python.lib" value="${jython.base.dir}/lib-python/2.7" />
         <property name="bugtests.dir" value="${jython.base.dir}/bugtests" />
         <property name="templates.lazy" value="true" />
         <property name="extlibs.dir" value="${jython.base.dir}/extlibs" />
@@ -829,7 +829,7 @@
     <target name="copy-cpythonlib">
         <copy todir="${dist.dir}/Lib">
             <fileset dir="${python.lib}" excludes="**/*.pyc, **/*.pyo" includesfile="${jython.base.dir}/CPythonLib.includes">
-                <!-- The include file gets all of lib-python/2.5's test directory, but we only want the ones from Jython's Lib.   -->
+                <!-- The include file gets all of lib-python/2.7's test directory, but we only want the ones from Jython's Lib.   -->
                 <present present="srconly" targetdir="${jython.base.dir}/Lib"/>
             </fileset>
         </copy>

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list