- Added build_patch to not use downloaded jars and....
- use Fedora packages listed in build requires see next changelog entry
(bz#431364)
- Added build requires ant, jakarta-commons-net, ant-commons-net and...
- xerces-j2, xml-commons-apis, java
- Removed upstream jars but maintained build-xml files just patched
- Fixed changelog
13 lines
671 B
Diff
13 lines
671 B
Diff
--- diveintopython-5.4/common/build_common.xml 2004-05-05 17:42:24.000000000 +0800
|
|
+++ diveintopython-build_common.xml 2008-02-05 23:22:48.000000000 +0900
|
|
@@ -16,8 +16,8 @@
|
|
<property name="pdf" value="${dist}/pdf"/>
|
|
<property name="text" value="${dist}/txt"/>
|
|
<property name="images" value="&common;/images"/>
|
|
-<property name="crimson" value="&common;/lib/crimson.jar"/>
|
|
-<property name="saxon" value="&common;/lib/saxon.jar;${crimson}"/>
|
|
+<property name="crimson" value="/usr/share/java/xerces-j2.jar"/>
|
|
+<property name="saxon" value="/usr/share/java/saxon.jar:${crimson}"/>
|
|
<property name="encoding" value="iso-8859-1"/>
|
|
<property name="standardargs" value=""/>
|
|
|