rpms/eclipse-cdt/F-12 fetch-cdt.sh,1.7,1.8

Jeff Johnston jjohnstn at fedoraproject.org
Tue Jun 15 18:42:41 UTC 2010


Author: jjohnstn

Update of /cvs/pkgs/rpms/eclipse-cdt/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31850

Modified Files:
	fetch-cdt.sh 
Log Message:

Add hack to cdt.map file which points to org.eclipse.cdt/mylyn which has been unceremoniously moved to org.eclipse.cdt-old/mylyn.



Index: fetch-cdt.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/F-12/fetch-cdt.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- fetch-cdt.sh	14 Oct 2009 19:34:06 -0000	1.7
+++ fetch-cdt.sh	15 Jun 2010 18:42:41 -0000	1.8
@@ -19,6 +19,10 @@ sed --in-place -e'71,71i\\t\t<ant antfil
 # Remove copying of binary jar in build.xml.  We remove this jar so this operation will fail.
 sed --in-place -e "/copy file=\"\${buildDirectory}.*net\.sourceforge\.lpg/,/\/>/"d build.xml 
 
+pushd maps
+sed --in-place -e "s,eclipse.cdt/mylyn,eclipse.cdt-old/mylyn,g" cdt.map
+popd
+
 PDEBUILDVERSION=$(ls $ECLIPSEBASE/dropins/sdk/plugins | grep pde.build_ | sed 's/org.eclipse.pde.build_//')
 java -cp /usr/lib/eclipse/startup.jar \
      -Duser.home=../../home \



More information about the scm-commits mailing list