This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
xdoclet/xdoclet-build_xml.patch
Fernando Nasser eb50114915 auto-import xdoclet-1.2.1-2jpp on branch devel from
xdoclet-1.2.1-2jpp.src.rpm
2004-10-14 18:44:45 +00:00

22 lines
1.1 KiB
Diff

--- core/build.xml.orig 2004-06-29 16:56:35.151350000 +0200
+++ core/build.xml 2004-06-29 16:56:52.281395000 +0200
@@ -94,7 +94,7 @@
<!-- =================================================================== -->
<target name="beautify" depends="prepare">
<taskdef name="pretty" classname="org.acm.seguin.ant.Pretty"
- classpath="${lib.dir}/prettyprinter.jar"/>
+ classpath="${lib.dir}/jrefactory.jar"/>
<pretty settingsDir="${config.dir}" cvs="true" compileDir="${core.classes.dir}">
<fileset dir="${core.src.dir}">
--- modules/modules-common.ent.orig 2004-06-29 17:19:10.494768000 +0200
+++ modules/modules-common.ent 2004-06-29 17:19:33.364834000 +0200
@@ -225,7 +225,7 @@
<target name="beautify" depends="init" unless="module.jar.uptodate">
<taskdef name="pretty2" classname="org.acm.seguin.ant.Pretty"
- classpath="${lib.dir}/prettyprinter.jar"/>
+ classpath="${lib.dir}/jrefactory.jar"/>
<pretty2 settingsDir="${config.dir}" cvs="true" compileDir="${module.classes.dir}">
<fileset dir="${module.src.dir}">