rpms/eclipse-cdt/devel eclipse-cdt.spec,1.94,1.95

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Fri Aug 1 20:25:34 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse-cdt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6250

Modified Files:
	eclipse-cdt.spec 
Log Message:
Remove site.xml and pack.properties


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- eclipse-cdt.spec	1 Aug 2008 20:13:45 -0000	1.94
+++ eclipse-cdt.spec	1 Aug 2008 20:25:04 -0000	1.95
@@ -273,18 +273,16 @@
 unzip org.eclipse.cdt.releng/results/I.%{build_id}/cdt-master-%{version}-%{build_id}.zip \
 -d $installDir
 
-# FIXME:  why were we doing this?  why, if I do this, does my logfile
-# have entries like:
-# Error reading feature
-# file:/usr/lib64/eclipse/dropins/cdt/features/org.eclipse.cdt_5.0.0.200808011601.jar
-#
-## Unpack all existing feature jars
-#for x in $installDir/features/*.jar; do
-#  dirname=`echo $x | sed -e 's:\\(.*\\)\\.jar:\\1:g'`
-#  mkdir -p $dirname
-#  unzip $x -d $dirname
-#  rm $x
-#done 
+rm $installDir/site.xml
+rm $installDir/pack.properties
+
+# Unpack all existing feature jars
+for x in $installDir/features/*.jar; do
+  dirname=`echo $x | sed -e 's:\\(.*\\)\\.jar:\\1:g'`
+  mkdir -p $dirname
+  unzip $x -d $dirname
+  rm $x
+done 
 
 ## Autotools install
 #pushd autotools




More information about the fedora-extras-commits mailing list