diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-25 04:14:00 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-25 04:14:00 +0000 |
commit | 3c69c170d682a68bdd6ffc070cd25e9b5f731d52 (patch) | |
tree | bbbd7710aca42014ccc829280ffebe76b0602fb5 /dev-java/xdoclet/files | |
parent | (#118583) Add modular X deps. (diff) | |
download | gentoo-2-3c69c170d682a68bdd6ffc070cd25e9b5f731d52.tar.gz gentoo-2-3c69c170d682a68bdd6ffc070cd25e9b5f731d52.tar.bz2 gentoo-2-3c69c170d682a68bdd6ffc070cd25e9b5f731d52.zip |
Added patch to fix bug #99642. Contributed by Gergan Penkov <gpp666_999@yahoo.de>
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-java/xdoclet/files')
-rw-r--r-- | dev-java/xdoclet/files/xdoclet-modules_common_ent.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-java/xdoclet/files/xdoclet-modules_common_ent.patch b/dev-java/xdoclet/files/xdoclet-modules_common_ent.patch new file mode 100644 index 000000000000..8db9e5f84ec3 --- /dev/null +++ b/dev-java/xdoclet/files/xdoclet-modules_common_ent.patch @@ -0,0 +1,9 @@ +--- modules/modules-common.ent.orig 2005-02-23 15:47:39.000000000 -0500 ++++ modules/modules-common.ent 2005-02-23 17:25:17.000000000 -0500 +@@ -294,5 +294,6 @@ + out="${module.tag.doclipse.file}" + extension=".xml" + style="${docs.stylesheets.dir}/doclipse.xslt"> ++ <xmlcatalog refid="xtags"/> + </xslt> + </target> |