Skip to content

Commit 953263a

Browse files
committed
Pull in CPython 2.5 lib directly.
1 parent 5ee300f commit 953263a

File tree

1,537 files changed

+471102
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,537 files changed

+471102
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ svnant.jar.dir=${basedir}/../externals/svnant-jars
160160
<property name="test.source.dir" value="${jython.base.dir}/tests/java" />
161161
<property name="test.shell.dir" value="${jython.base.dir}/tests/shell" />
162162
<property name="templates.dir" value="${source.dir}/templates" />
163-
<property name="python.lib" value="${jython.base.dir}/CPythonLib" />
163+
<property name="python.lib" value="${jython.base.dir}/lib-python/2.5" />
164164
<property name="bugtests.dir" value="${jython.base.dir}/bugtests" />
165165
<property name="templates.lazy" value="true" />
166166
<property name="extlibs.dir" value="${jython.base.dir}/extlibs" />
@@ -818,7 +818,7 @@ The readme text for the next release will be like:
818818
<target name="copy-cpythonlib">
819819
<copy todir="${dist.dir}/Lib">
820820
<fileset dir="${python.lib}" excludes="**/*.pyc, **/*.pyo" includesfile="${jython.base.dir}/CPythonLib.includes">
821-
<!-- The include file gets all of CPythonLib's test directory, but we only want the ones from Jython's Lib. -->
821+
<!-- The include file gets all of lib-python/2.5's test directory, but we only want the ones from Jython's Lib. -->
822822
<present present="srconly" targetdir="${jython.base.dir}/Lib"/>
823823
</fileset>
824824
</copy>

0 commit comments

Comments
 (0)