rpms/eclipse/devel eclipse-ppc64.patch,1.7,1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 23 14:09:55 UTC 2006


Author: ifoox

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

Modified Files:
	eclipse-ppc64.patch 
Log Message:
Adding echo statement to doc build

eclipse-ppc64.patch:
 assemble.org.eclipse.sdk.linux.gtk.ppc64.xml                                                       |   16 
 build                                                                                              |    4 
 buildDoc.xml                                                                                       |    1 
 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.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.platform.doc.isv/build.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 
 20 files changed, 1603 insertions(+), 6 deletions(-)

Index: eclipse-ppc64.patch
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse-ppc64.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eclipse-ppc64.patch	21 Feb 2006 19:01:10 -0000	1.7
+++ eclipse-ppc64.patch	23 Feb 2006 14:09:53 -0000	1.8
@@ -1774,3 +1774,25 @@
  			<param name="elementName" value="org.eclipse.osgi.util_3.1.1"/>
  		</antcall>
  		<antcall target="jarUp">
+diff -uNr plugins/org.eclipse.platform.doc.isv/build.xml plugins/org.eclipse.platform.doc.isv/build.xml
+--- plugins/org.eclipse.platform.doc.isv/build.xml	2006-01-18 16:09:14.000000000 -0500
++++ plugins/org.eclipse.platform.doc.isv/build.xml	2006-02-22 09:31:12.000000000 -0500
+@@ -66,6 +66,8 @@
+ 				<pathelement path="${build.result.folder}/../org.eclipse.swt/@dot"/>
+ 				<pathelement path="../org.eclipse.swt.gtk.linux.x86_64/@dot"/>
+ 				<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_64/@dot"/>
++				<pathelement path="../org.eclipse.swt.gtk.linux.ppc64/@dot"/>
++				<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.ppc64/@dot"/>
+ 				<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"/>
+--- buildDoc.xml.new	2006-02-23 09:02:02.000000000 -0500
++++ buildDoc.xml	2006-02-23 09:02:35.000000000 -0500
+@@ -14,6 +14,7 @@
+ 
+ 
+ 	<target name="build.index" description="Builds search index for the plug-in: org.eclipse.jdt.doc.isv" if="eclipse.running">
++		<echo "****build.index****" />
+ 		<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}"/>
+ 	</target>
+ 




More information about the fedora-cvs-commits mailing list