16 lines
572 B
Diff
16 lines
572 B
Diff
--- diveintopython-5.4/build.xml 2002-07-28 16:27:46.000000000 +0800
|
|
+++ build.xml 2008-01-04 01:00:53.000000000 +0900
|
|
@@ -3,10 +3,10 @@
|
|
[
|
|
<!ENTITY % version SYSTEM "xml/version.xml">
|
|
%version;
|
|
-<!ENTITY common "../common">
|
|
-<!ENTITY buildcommon SYSTEM "../common/build_common.xml">
|
|
+<!ENTITY common "xml/common">
|
|
+<!ENTITY buildcommon SYSTEM "xml/common/build_common.xml">
|
|
]>
|
|
-<project name="diveintopython" default="html" basedir=".">
|
|
+<project name="diveintopython" default="all" basedir=".">
|
|
|
|
<property name="lang" value=""/>
|
|
<property name="ftpdir" value=""/>
|