rpms/eclipse-cdt/F-13 fetch-cdt.sh,1.9,1.10

Jeff Johnston jjohnstn at fedoraproject.org
Tue Jun 15 18:43:40 UTC 2010


Author: jjohnstn

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

Modified Files:
	fetch-cdt.sh 
Log Message:

Add hack to cdt.map file so that mylyn pieces are taken from org.eclipse.cdt-old/mylyn which was moved from org.eclipse.cdt/mylyn.



Index: fetch-cdt.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/F-13/fetch-cdt.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- fetch-cdt.sh	18 Mar 2010 22:08:19 -0000	1.9
+++ fetch-cdt.sh	15 Jun 2010 18:43:40 -0000	1.10
@@ -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