rpms/eclipse/devel eclipse-ppc64.patch,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 23 19:08:30 UTC 2006


Author: ifoox

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

Modified Files:
	eclipse-ppc64.patch 
Log Message:
Commenting out index.build in offending plugins to avoid ppc64 index generation bug.

eclipse-ppc64.patch:
 assemble.org.eclipse.sdk.linux.gtk.ppc64.xml                                                       |   16 
 build                                                                                              |    4 
 features/org.eclipse.platform.launchers/build.xml                                                  |    4 
 features/org.eclipse.platform.launchers/feature.xml                                                |    2 
 features/org.eclipse.rcp.source/build.xml                                                          |    7 
 features/org.eclipse.rcp.source/feature.xml                                                        |    1 
 features/org.eclipse.sdk/build.xml                                                                 |    4 
 plugins/org.eclipse.jdt.doc.isv/buildDoc.xml                                                       |    2 
 plugins/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/processor.aliases |    2 
 plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java    |    6 
 plugins/org.eclipse.pde.doc.user/buildDoc.xml                                                      |    2 
 plugins/org.eclipse.platform.doc.isv/build.xml                                                     |    2 
 plugins/org.eclipse.platform.doc.isv/buildDoc.xml                                                  |    2 
 plugins/org.eclipse.rcp.source.linux.gtk.ppc64/build.xml                                           |  105 ++
 plugins/org.eclipse.swt.gtk.linux.ppc64/.project                                                   |   22 
 plugins/org.eclipse.swt.gtk.linux.ppc64/META-INF/MANIFEST.MF                                       |   17 
 plugins/org.eclipse.swt.gtk.linux.ppc64/about.html                                                 |   96 +
 plugins/org.eclipse.swt.gtk.linux.ppc64/about_files/lgpl-v21.txt                                   |  506 ++++++++++
 plugins/org.eclipse.swt.gtk.linux.ppc64/about_files/mpl-v11.txt                                    |  470 +++++++++
 plugins/org.eclipse.swt.gtk.linux.ppc64/build.properties                                           |   11 
 plugins/org.eclipse.swt.gtk.linux.ppc64/build.xml                                                  |  321 ++++++
 plugins/org.eclipse.swt.gtk.linux.ppc64/fragment.properties                                        |   12 
 22 files changed, 1605 insertions(+), 9 deletions(-)

Index: eclipse-ppc64.patch
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse-ppc64.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eclipse-ppc64.patch	23 Feb 2006 14:27:45 -0000	1.10
+++ eclipse-ppc64.patch	23 Feb 2006 19:08:26 -0000	1.11
@@ -1786,13 +1786,36 @@
  				<pathelement path="../org.eclipse.swt.win32.win32.x86/@dot"/>
  				<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86/@dot"/>
  				<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
---- plugins/org.eclipse.platform.doc.isv/buildDoc.xml	2006-02-23 09:02:02.000000000 -0500
-+++ plugins/org.eclipse.platform.doc.isv/buildDoc.xml	2006-02-23 09:02:35.000000000 -0500
-@@ -14,6 +14,7 @@
+--- plugins/org.eclipse.platform.doc.isv/buildDoc.xml	2006-02-23 13:54:01.000000000 -0500
++++ plugins/org.eclipse.platform.doc.isv/buildDoc.xml	2006-02-23 13:59:38.000000000 -0500
+@@ -8,7 +8,7 @@
+ 		<antcall target="convertSchemaToHtml" />
+ 		<antcall target="examplesDocCopy" />
+ 		<antcall target="generateJavadoc" />
+-		<antcall target="build.index" />
++		<!--<antcall target="build.index" /> -->
+ 		<antcall target="createDocZip" />
+ 	</target>
  
+--- plugins/org.eclipse.jdt.doc.isv/buildDoc.xml	2006-02-23 13:54:00.000000000 -0500
++++ plugins/org.eclipse.jdt.doc.isv/buildDoc.xml	2006-02-23 14:03:49.000000000 -0500
+@@ -9,7 +9,7 @@
+ 	<antcall target="convertSchemaToHtml" />
+ 	<antcall target="examplesDocCopy" />
+ 	<antcall target="generateJavadoc" />
+-	<antcall target="build.index" />
++	<!--<antcall target="build.index" /> -->
+ 	<antcall target="createDocZip" />
+ </target>
  
- 	<target name="build.index" description="Builds search index for the plug-in: org.eclipse.jdt.doc.isv" if="eclipse.running">
-+		<echo >****build.index****</echo>
- 		<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}"/>
+--- plugins/org.eclipse.pde.doc.user/buildDoc.xml	2006-02-23 13:54:00.000000000 -0500
++++ plugins/org.eclipse.pde.doc.user/buildDoc.xml	2006-02-23 14:07:08.000000000 -0500
+@@ -7,7 +7,7 @@
+ 	<target name="all" depends="init" unless="doc.zip.present">
+ 		<antcall target="convertSchemaToHtml" />
+ 		<antcall target="generateJavadoc" />
+-		<antcall target="build.index" />
++		<!-- <antcall target="build.index" /> -->
+ 		<antcall target="createDocZip" />
  	</target>
  




More information about the fedora-cvs-commits mailing list