rpms/eclipse/devel eclipse.spec,1.417,1.418

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 21 01:58:34 UTC 2007


Author: bkonrath

Update of /cvs/dist/rpms/eclipse/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6599

Modified Files:
	eclipse.spec 
Log Message:
disable help index generation


Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- eclipse.spec	20 Mar 2007 05:54:57 -0000	1.417
+++ eclipse.spec	21 Mar 2007 01:58:32 -0000	1.418
@@ -647,6 +647,10 @@
 sed --in-place "s:-L\$(AWT_LIB_PATH):-L%{_jvmdir}/java/jre/lib/%{_arch}:" make_linux.mak
 popd
 
+
+# FIXME: figure out what's going on with build.index. 
+find plugins -type f -name \*.xml -exec sed --in-place "s/\(<antcall target=\"build.index\".*\/>\)/<\!-- \1 -->/" "{}" \;
+
 # the swt version is set to HEAD on ia64 but shouldn't be
 # get swt version
 SWT_MAJ_VER=$(grep maj_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
@@ -1727,7 +1731,6 @@
 
 %changelog
 * Tue Mar 20 2007 Ben Konrath <bkonrath at redhat.com> 3.2.2-7
-- Enable help index generation.
 - Remove search and processing for mac encoded files.
 - Remove BR dos2unix.
  




More information about the fedora-cvs-commits mailing list