rpms/eclipse-emf/F-10 Makefile, 1.2, 1.3 eclipse-emf-build-props.patch, NONE, 1.1 eclipse-emf-bundle-examples.patch, NONE, 1.1 eclipse-emf-make-homeless.patch, NONE, 1.1 eclipse-emf-platform-docs-location.patch, NONE, 1.1 eclipse-emf-symlinked-classpath.patch, NONE, 1.1 eclipse-emf.spec, 1.9, 1.10 get-emf.sh, NONE, 1.1 sources, 1.4, 1.5 .cvsignore, 1.3, 1.4

Mat Booth mbooth at fedoraproject.org
Fri Feb 6 15:25:08 UTC 2009


Author: mbooth

Update of /cvs/pkgs/rpms/eclipse-emf/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1812

Modified Files:
	.cvsignore 
Added Files:
	Makefile eclipse-emf-build-props.patch 
	eclipse-emf-bundle-examples.patch 
	eclipse-emf-make-homeless.patch 
	eclipse-emf-platform-docs-location.patch 
	eclipse-emf-symlinked-classpath.patch eclipse-emf.spec 
	get-emf.sh sources 
Log Message:
* Tue Feb 03 2009 Mat Booth <fedora at matbooth.co.uk> 2.4.1-4
- Make context qualifier the same as upstream.

* Sat Jan 10 2009 Mat Booth <fedora at matbooth.co.uk> 2.4.1-3
- Removed AOT bits and change package names to what they used to be.
- Obsolete standalone package.

* Tue Dec 23 2008 Mat Booth <fedora at matbooth.co.uk> 2.4.1-2
- Build example installer plugins using the source from the tarball instead of
  trying to get the examples from source control a second time.

* Fri Dec 12 2008 Mat Booth <fedora at matbooth.co.uk> 2.4.1-1
- Initial release, based on eclipse-gef spec file, but with disabled AOT
  compiled bits because of RHBZ #477707.




Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	6 Feb 2009 15:24:38 -0000	1.3
@@ -0,0 +1,21 @@
+# Makefile for source rpm: eclipse-emf
+# $Id$
+NAME := eclipse-emf
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)

eclipse-emf-build-props.patch:

--- NEW FILE eclipse-emf-build-props.patch ---
--- emf-2.4.1/org.eclipse.emf.exporter.html/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.exporter.html/build.properties	2008-12-21 13:51:46.000000000 +0000
@@ -9,8 +9,4 @@
 source.. = src/
 output.. = bin/
 src.includes = about.html,\
-               .classpath,\
-               .jetproperties,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.emf.java/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.java/build.properties	2008-12-21 16:06:41.000000000 +0000
@@ -9,7 +9,4 @@
 source.. = src/
 exclude.. = **/doc-files/**
 src.includes = about.html,\
-               .classpath,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.emf.java.edit/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.java.edit/build.properties	2008-12-21 16:06:25.000000000 +0000
@@ -9,7 +9,4 @@
 source.. = src/
 exclude.. = **/doc-files/**
 src.includes = about.html,\
-               .classpath,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.emf.java.editor/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.java.editor/build.properties	2008-12-21 16:06:14.000000000 +0000
@@ -9,7 +9,4 @@
 source.. = src/
 exclude.. = **/doc-files/**
 src.includes = about.html,\
-               .classpath,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.emf.examples.generator.validator/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.examples.generator.validator/build.properties	2008-12-21 16:26:48.000000000 +0000
@@ -9,8 +9,4 @@
 source.. = src/
 output.. = bin/
 src.includes = about.html,\
-               .classpath,\
-               .jetproperties,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.emf.examples.library/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.examples.library/build.properties	2008-12-21 16:29:26.000000000 +0000
@@ -7,7 +7,4 @@
 source.. = src/
 output.. = bin/
 src.includes = about.html,\
-               .classpath,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.emf.examples.library.edit/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.examples.library.edit/build.properties	2008-12-21 16:29:46.000000000 +0000
@@ -7,7 +7,4 @@
 source.. = src/
 output.. = bin/
 src.includes = about.html,\
-               .classpath,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.emf.examples.library.editor/build.properties	2008-05-08 22:03:09.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.examples.library.editor/build.properties	2008-12-21 16:30:04.000000000 +0000
@@ -7,7 +7,4 @@
 source.. = src/
 output.. = bin/
 src.includes = about.html,\
-               .classpath,\
-               .project,\
-               .settings/,\
                build.properties
--- emf-2.4.1/org.eclipse.xsd.example/build.properties	2008-05-06 01:01:46.000000000 +0100
+++ emf-2.4.1/org.eclipse.xsd.example/build.properties	2008-12-21 16:33:42.000000000 +0000
@@ -5,9 +5,6 @@
                plugin.properties,\
                META-INF/
 src.includes = about.html,\
-               .classpath,\
-               .project,\
-               .settings/,\
                build.properties
 source.. = src/
 output.. = bin/
--- emf-2.4.1/org.eclipse.emf.importer.java/build.properties	2008-04-29 19:54:07.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.importer.java/build.properties	2008-12-21 17:01:37.000000000 +0000
@@ -6,7 +6,6 @@
                META-INF/,\
                ant_tasks/importer.java.tasks.jar
 src.includes = about.html,\
-               examples/,\
                readme.html
 jars.compile.order = .,\
                      ant_tasks/importer.java.tasks.jar

eclipse-emf-bundle-examples.patch:

--- NEW FILE eclipse-emf-bundle-examples.patch ---
--- emf-2.4.1/org.eclipse.xsd.example.installer/customBuildCallbacks.xml	2008-12-23 20:49:55.000000000 +0000
+++ emf-2.4.1/org.eclipse.xsd.example.installer/customBuildCallbacks.xml	2008-12-23 21:05:55.000000000 +0000
@@ -18,26 +18,15 @@
 	<!-- ===================================================================== -->
 
 	<target name="pre.build.jars">
-		<!-- ${build.result.folder} = /home/www-data/build/emf/downloads/drops/2.4.0/N200805051552/eclipse/plugins/org.eclipse.emf.example.installer -->
-		<property file="${build.result.folder}/../../../build.cfg" />
-		<condition property="exampleCVSTag" value="build_${buildTimestamp}" else="${branch}">
-			<istrue value="${tagBuild}"/>
-		</condition>
-		<echo message="Checking out org.eclipse.mdt/org.eclipse.xsd/examples from ${exampleCVSTag} ..."/> 
-		<cvs failonerror="true" dest="${build.result.folder}/examples" cvsroot=":pserver:anonymous at dev.eclipse.org:/cvsroot/modeling">
-			<commandline>
-				<argument line="-Q export -r ${exampleCVSTag} org.eclipse.mdt/org.eclipse.xsd/examples" />
-			</commandline>
-		</cvs>
-
-		<move todir="${build.result.folder}/examples/" includeemptydirs="true">
-			<fileset dir="${build.result.folder}/examples/org.eclipse.mdt/org.eclipse.xsd/examples/">
+		<echo message="Copying example plugin projects ..."/> 
+		<copy todir="${build.result.folder}/examples/org.eclipse.xsd.example" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.xsd.example/">
 				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
 				<exclude name="**/build/**" />
 			</fileset>
-		</move>
-
-		<delete dir="${build.result.folder}/examples/org.eclipse.mdt" />
+		</copy>
 	</target>
 
 	
--- emf-2.4.1/org.eclipse.emf.example.installer/customBuildCallbacks.xml	2008-05-06 21:36:59.000000000 +0100
+++ emf-2.4.1/org.eclipse.emf.example.installer/customBuildCallbacks.xml	2008-12-23 21:09:43.000000000 +0000
@@ -18,27 +18,79 @@
 	<!-- ===================================================================== -->
 
 	<target name="pre.build.jars">
-		<!-- ${build.result.folder} = /home/www-data/build/emf/downloads/drops/2.4.0/N200805051552/eclipse/plugins/org.eclipse.emf.example.installer -->
-		<property file="${build.result.folder}/../../../build.cfg" />
-		<condition property="exampleCVSTag" value="build_${buildTimestamp}" else="${branch}">
-			<istrue value="${tagBuild}"/>
-		</condition>
-		<echo message="Checking out org.eclipse.emf/org.eclipse.emf/examples from ${exampleCVSTag} ..."/> 
-		<cvs failonerror="true" dest="${build.result.folder}/examples" cvsroot=":pserver:anonymous at dev.eclipse.org:/cvsroot/modeling">
-			<commandline>
-				<argument line="-Q export -r ${exampleCVSTag} org.eclipse.emf/org.eclipse.emf/examples" />
-			</commandline>
-		</cvs>
-
-		<move todir="${build.result.folder}/examples/" includeemptydirs="true">
-			<fileset dir="${build.result.folder}/examples/org.eclipse.emf/org.eclipse.emf/examples/">
-				<exclude name="**/.cvsignore" />
-			</fileset>
-		</move>
-
-		<delete dir="${build.result.folder}/examples/org.eclipse.emf" />
-		<delete dir="${build.result.folder}/examples/org.eclipse.emf.examples" />
-		<delete dir="${build.result.folder}/examples/org.eclipse.emf.examples-feature" />
+		<echo message="Copying example plugin projects ..."/> 
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.activities" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.activities/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.examples.generator.validator" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.examples.generator.validator/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.examples.library" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.examples.library/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.examples.library.edit" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.examples.library.edit/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.examples.library.editor" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.examples.library.editor/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.exporter.html" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.exporter.html/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.java" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.java/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.java.edit" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.java.edit/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
+		<copy todir="${build.result.folder}/examples/org.eclipse.emf.java.editor" includeemptydirs="true" failonerror="true">
+			<fileset dir="${build.result.folder}/../org.eclipse.emf.java.editor/">
+				<exclude name="**/.cvsignore" />
+				<exclude name="**/javaCompiler...args" />
+				<exclude name="**/build.xml" />
+				<exclude name="**/build/**" />
+			</fileset>
+		</copy>
 	</target>
 	
 	<!-- ===================================================================== -->

eclipse-emf-make-homeless.patch:

--- NEW FILE eclipse-emf-make-homeless.patch ---
--- emf-2.4.1/org.eclipse.emf.doc/build/antJavadoc.sh	2008-12-11 15:39:07.000000000 +0000
+++ emf-2.4.1/org.eclipse.emf.doc/build/antJavadoc.sh	2008-12-11 15:39:30.000000000 +0000
@@ -12,9 +12,9 @@
 
 debug=0; if [[ $debug -gt 0 ]]; then echo "[antJd] debug: "$debug; fi
 
-if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
-if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
-export PATH=${PATH}:${ANT_HOME}/bin
+#if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
+#if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
+#export PATH=${PATH}:${ANT_HOME}/bin
 
 # current directory - all but the name of this script, no trailing slash
 currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
--- emf-2.4.1/org.eclipse.emf.ecore.sdo.doc/build/antJavadoc.sh	2008-12-11 16:39:38.000000000 +0000
+++ emf-2.4.1/org.eclipse.emf.ecore.sdo.doc/build/antJavadoc.sh	2008-12-11 16:40:04.000000000 +0000
@@ -12,9 +12,9 @@
 
 debug=0; if [[ $debug -gt 0 ]]; then echo "[antJd] debug: "$debug; fi
 
-if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
-if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
-export PATH=${PATH}:${ANT_HOME}/bin
+#if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
+#if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
+#export PATH=${PATH}:${ANT_HOME}/bin
 
 # current directory - all but the name of this script, no trailing slash
 currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
--- emf-2.4.1/org.eclipse.xsd.doc/build/antJavadoc.sh	2008-12-11 16:41:39.000000000 +0000
+++ emf-2.4.1/org.eclipse.xsd.doc/build/antJavadoc.sh	2008-12-11 16:41:52.000000000 +0000
@@ -12,9 +12,9 @@
 
 debug=0; if [ $debug -gt 0 ]; then echo "[antJd] debug: "$debug; fi
 
-if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
-if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
-export PATH=${PATH}:${ANT_HOME}/bin
+#if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
+#if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
+#export PATH=${PATH}:${ANT_HOME}/bin
 
 # current directory - all but the name of this script, no trailing slash
 currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi

eclipse-emf-platform-docs-location.patch:

--- NEW FILE eclipse-emf-platform-docs-location.patch ---
--- emf-2.4.1/org.eclipse.emf.doc/build/javadoc.xml.template	2008-12-11 15:46:37.000000000 +0000
+++ emf-2.4.1/org.eclipse.emf.doc/build/javadoc.xml.template	2008-12-11 16:11:50.000000000 +0000
@@ -12,7 +12,7 @@
 	<available property="platformJavadocExists" file="${javadoc.link.location}/platform/"/>
 
 	<target name="extractPlatformJavadoc" unless="platformJavadocExists">
-		<unzip src="${eclipseDir}/plugins/org.eclipse.platform.doc.isv.jar" dest="${javadoc.link.location}/platform/"/>
+		<unzip dest="${javadoc.link.location}/platform/"><fileset dir="${eclipseDir}/SDK/plugins"><include name="org.eclipse.platform.doc.isv_*.jar"/></fileset></unzip>
 	</target>
 	
 	<target name="javadoc" depends="extractPlatformJavadoc">
--- emf-2.4.1/org.eclipse.emf.ecore.sdo.doc/build/javadoc.xml.template	2008-12-11 15:46:37.000000000 +0000
+++ emf-2.4.1/org.eclipse.emf.ecore.sdo.doc/build/javadoc.xml.template	2008-12-11 16:11:50.000000000 +0000
@@ -12,7 +12,7 @@
 	<available property="platformJavadocExists" file="${javadoc.link.location}/platform/"/>
 
 	<target name="extractPlatformJavadoc" unless="platformJavadocExists">
-		<unzip src="${eclipseDir}/plugins/org.eclipse.platform.doc.isv.jar" dest="${javadoc.link.location}/platform/"/>
+		<unzip dest="${javadoc.link.location}/platform/"><fileset dir="${eclipseDir}/SDK/plugins"><include name="org.eclipse.platform.doc.isv_*.jar"/></fileset></unzip>
 	</target>
 	
 	<target name="javadoc" depends="extractPlatformJavadoc">
--- emf-2.4.1/org.eclipse.xsd.doc/build/javadoc.xml.template	2008-12-11 15:46:37.000000000 +0000
+++ emf-2.4.1/org.eclipse.xsd.doc/build/javadoc.xml.template	2008-12-11 16:11:50.000000000 +0000
@@ -12,7 +12,7 @@
 	<available property="platformJavadocExists" file="${javadoc.link.location}/platform/"/>
 
 	<target name="extractPlatformJavadoc" unless="platformJavadocExists">
-		<unzip src="${eclipseDir}/plugins/org.eclipse.platform.doc.isv.jar" dest="${javadoc.link.location}/platform/"/>
+		<unzip dest="${javadoc.link.location}/platform/"><fileset dir="${eclipseDir}/SDK/plugins"><include name="org.eclipse.platform.doc.isv_*.jar"/></fileset></unzip>
 	</target>
 	
 	<target name="javadoc" depends="extractPlatformJavadoc">

eclipse-emf-symlinked-classpath.patch:

--- NEW FILE eclipse-emf-symlinked-classpath.patch ---
--- emf-2.4.1/org.eclipse.emf.doc/build/antJavadoc.sh.old	2008-12-12 19:35:20.000000000 +0000
+++ emf-2.4.1/org.eclipse.emf.doc/build/antJavadoc.sh	2008-12-12 19:36:10.000000000 +0000
@@ -94,13 +94,13 @@
 # The directory of the plugins in the order they were built
 excludes="resources.jar";
 includes="${pluginName}";
-pluginDirs=`find $eclipseDir/plugins -name @dot -printf '%T@ %p\n' | sort -n | egrep "$includes" | egrep -v "$excludes" | cut -f2 -d' ' | sed -e 's/\(\/.*\)\/.*/\1/'`
+pluginDirs=`find -L $eclipseDir/plugins -name @dot -printf '%T@ %p\n' | sort -n | egrep "$includes" | egrep -v "$excludes" | cut -f2 -d' ' | sed -e 's/\(\/.*\)\/.*/\1/'`
 
 ### TODO: missing emf/sdo/xsd plugins (?) in $eclipseDir - need to copy them over or reference source (?)
 ### so that all classes/packages (and thus @links) can be resolved
 
 # All the jars in the plugins directory
-classpath=`find $eclipseDir/plugins \( -name "*.jar" -type f \) -o \( -name '@dot' -type d \) | tr '\n' ':'`; 
+classpath=`find -L $eclipseDir/plugins $eclipseDir/SDK/plugins \( -name "*.jar" -type f \) -o \( -name '@dot' -type d \) | tr '\n' ':'`; 
 if [[ $debug -gt 1 ]]; then echo "Got classpath: "; echo $classpath | perl -pe "s#:#\n\t:#g"; fi
 
 # Calculates the packagesets and the calls to copyDocFiles (used in ${antScript}.template)
--- emf-2.4.1/org.eclipse.emf.ecore.sdo.doc/build/antJavadoc.sh.old	2008-12-12 19:35:20.000000000 +0000
+++ emf-2.4.1/org.eclipse.emf.ecore.sdo.doc/build/antJavadoc.sh	2008-12-12 19:38:27.000000000 +0000
@@ -71,13 +71,13 @@
 # The directory of the plugins in the order they were built
 excludes="resources.jar";
 includes="org.eclipse.emf.ecore.sdo|org.eclipse.emf.commonj.sdo";
-pluginDirs=`find $eclipseDir/plugins -name @dot -printf '%T@ %p\n' | sort -n | egrep "$includes" | egrep -v "$excludes" | cut -f2 -d' ' | sed -e 's/\(\/.*\)\/.*/\1/'`
+pluginDirs=`find -L $eclipseDir/plugins -name @dot -printf '%T@ %p\n' | sort -n | egrep "$includes" | egrep -v "$excludes" | cut -f2 -d' ' | sed -e 's/\(\/.*\)\/.*/\1/'`
 
 ### TODO: missing emf/sdo/xsd plugins (?) in $eclipseDir - need to copy them over or reference source (?)
 ### so that all classes/packages (and thus @links) can be resolved
 
 # All the jars in the plugins directory
-classpath=`find $eclipseDir/plugins \( -name "*.jar" -type f \) -o \( -name '@dot' -type d \) | tr '\n' ':'`; 
+classpath=`find -L $eclipseDir/plugins $eclipseDir/SDK/plugins \( -name "*.jar" -type f \) -o \( -name '@dot' -type d \) | tr '\n' ':'`; 
 if [[ $debug -gt 1 ]]; then echo "Got classpath: "; echo $classpath | perl -pe "s#:#\n\t:#g"; fi
 
 # Calculates the packagesets and the calls to copyDocFiles (used in ${antScript}.template)
--- emf-2.4.1/org.eclipse.xsd.doc/build/antJavadoc.sh.old	2008-12-12 19:40:53.000000000 +0000
+++ emf-2.4.1/org.eclipse.xsd.doc/build/antJavadoc.sh	2008-12-12 19:41:08.000000000 +0000
@@ -72,13 +72,13 @@
 # The directory of the plugins in the order they were built
 excludes="resources.jar";
 includes="org.eclipse.xsd|org.eclipse.emf.mapping.xsd2ecore";
-pluginDirs=`find $eclipseDir/plugins -name @dot -printf '%T@ %p\n' | sort -n | egrep "$includes" | egrep -v "$excludes" | cut -f2 -d' ' | sed -e 's/\(\/.*\)\/.*/\1/'`
+pluginDirs=`find -L $eclipseDir/plugins -name @dot -printf '%T@ %p\n' | sort -n | egrep "$includes" | egrep -v "$excludes" | cut -f2 -d' ' | sed -e 's/\(\/.*\)\/.*/\1/'`
 
 ### TODO: missing emf/sdo/xsd plugins (?) in $eclipseDir - need to copy them over or reference source (?)
 ### so that all classes/packages (and thus @links) can be resolved
 
 # All the jars in the plugins directory
-classpath=`find $eclipseDir/plugins \( -name "*.jar" -type f \) -o \( -name '@dot' -type d \) | tr '\n' ':'`; 
+classpath=`find -L $eclipseDir/plugins $eclipseDir/SDK/plugins \( -name "*.jar" -type f \) -o \( -name '@dot' -type d \) | tr '\n' ':'`; 
 if [ $debug -gt 1 ]; then echo "Got classpath: "; echo $classpath | perl -pe "s#:#\n\t:#g"; fi
 
 # Calculates the packagesets and the calls to copyDocFiles (used in ${antScript}.template)


Index: eclipse-emf.spec
===================================================================
RCS file: eclipse-emf.spec
diff -N eclipse-emf.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ eclipse-emf.spec	6 Feb 2009 15:24:38 -0000	1.10
@@ -0,0 +1,320 @@
+%define eclipse_base     %{_libdir}/eclipse
+%define eclipse_dropin   %{_datadir}/eclipse/dropins/emf
+
+Name:      eclipse-emf
+Version:   2.4.1
+Release:   4%{?dist}
+Summary:   Eclipse Modeling Framework (EMF) Eclipse plugin
+Group:     System Environment/Libraries
+License:   EPL
+URL:       http://www.eclipse.org/modeling/emf/
+
+# source tarball and the script used to generate it from upstream's source control
+# script usage:
+# $ sh get-emf.sh
+Source0:   emf-%{version}.tar.gz
+Source1:   get-emf.sh
+
+# don't depend on ANT_HOME and JAVA_HOME environment vars
+Patch0:    %{name}-make-homeless.patch
+# look inside correct directory for platform docs
+Patch1:    %{name}-platform-docs-location.patch
+# look inside all symlink'd plugin directories when building javadocs
+Patch2:    %{name}-symlinked-classpath.patch
+# don't include hidden files in source plugins
+# (mostly to shut rpmlint up, but these files aren't needed for source plugin builds; they
+# are still included such that the example installer can create full sample projects in 
+# your workspace)
+Patch3:    %{name}-build-props.patch
+# bundle examples in example-installer plugins from source in tarball instead of from cvs
+Patch4:    %{name}-bundle-examples.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:        noarch
+
+# we require 1.6.0 because the javadocs fail to build otherwise
+BuildRequires:    java-devel >= 1:1.6.0
+BuildRequires:    java-javadoc
+BuildRequires:    jpackage-utils
+BuildRequires:    eclipse-pde >= 1:3.4.1
+BuildRequires:    dos2unix
+Requires:         java
+Requires:         jpackage-utils
+Requires:         eclipse-platform >= 1:3.4.1
+
+# the standalone package was deprecated and removed in EMF 2.3 (see eclipse.org bug #191837)
+Obsoletes:        %{name}-standalone < %{version}
+
+%description
+The Eclipse Modeling Framework (EMF) allows developers to build tools and
+other applications based on a structured data model. From a model
+specification described in XMI, EMF provides tools and runtime support to
+produce a set of Java classes for the model, along with a set of adapter
+classes that enable viewing and command-based editing of the model, and a
+basic editor.
+
+%package   sdk
+Summary:   Eclipse EMF SDK
+Group:     System Environment/Libraries
+Requires:  java-javadoc
+Requires:  %{name} = %{version}-%{release}
+
+%description sdk
+Documentation and source for the Eclipse Modeling Framework (EMF).
+
+%package   sdo
+Summary:   Service Data Objects (SDO) Eclipse plugin
+Group:     System Environment/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description sdo
+Service Data Objects (SDO) is a framework for data application development,
+which includes an architecture and API. It simplifies the J2EE data
+programming model and abstracts data in a service oriented architecture.
+
+%package   sdo-sdk
+Summary:   Eclipse SDO SDK
+Group:     System Environment/Libraries
+Requires:  %{name}-sdo = %{version}-%{release}
+Requires:  %{name}-sdk = %{version}-%{release}
+
+%description sdo-sdk
+Documentation and source for the Eclipse Service Data Objects (SDO) plugin.
+
+%package   xsd
+Summary:   XML Schema Definition (XSD) Eclipse plugin
+Group:     System Environment/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description xsd
+The XML Schema Definition (XSD) plugin is a library that provides an API for
+manipulating the components of an XML Schema as described by the W3C XML
+Schema specifications, as well as an API for manipulating the DOM-accessible
+representation of XML Schema as a series of XML documents.
+
+%package   xsd-sdk
+Summary:   Eclipse XSD SDK
+Group:     System Environment/Libraries
+Requires:  %{name}-xsd = %{version}-%{release}
+Requires:  %{name}-sdk = %{version}-%{release}
+
+%description xsd-sdk
+Documentation and source for the Eclipse XML Schema Definition (XSD) plugin.
+
+%package   examples
+Summary:   Eclipse EMF/XSD examples
+Group:     System Environment/Libraries
+Requires:  %{name}         = %{version}-%{release}
+Requires:  %{name}-sdk     = %{version}-%{release}
+Requires:  %{name}-xsd     = %{version}-%{release}
+Requires:  %{name}-xsd-sdk = %{version}-%{release}
+
+%description examples
+Example projects that demonstrate how to use the Eclipse Modeling Framework
+(EMF) and XML Schema Definition (XSD) plugins.
+
+%prep
+%setup -q -n emf-%{version}
+
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+
+rm org.eclipse.emf.doc/tutorials/jet2/jetc-task.jar
+rm org.eclipse.emf.test.core/data/data.jar
+
+# link to local java api javadocs
+sed -i -e "s|http://java.sun.com/j2se/1.5/docs/api/|%{_javadocdir}/java|" -e "s|\${javaHome}/docs/api/|%{_javadocdir}/java|" \
+  org.eclipse.emf.doc/build/javadoc.xml.template \
+  org.eclipse.emf.ecore.sdo.doc/build/javadoc.xml.template \
+  org.eclipse.xsd.doc/build/javadoc.xml.template
+
+# make sure upstream hasn't sneaked in any jars we don't know about
+JARS=""
+for j in `find -name "*.jar"`; do
+  if [ ! -L $j ]; then
+    JARS="$JARS $j"
+  fi
+done
+if [ ! -z "$JARS" ]; then
+   echo "These jars should be deleted and symlinked to system jars: $JARS"
+   exit 1
+fi
+
+%build
+# build all features
+# we use forceContextQualifier because the docs plugins use custom build scripts and don't work otherwise
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.emf.all \
+  -a "-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v200808251517"
+
+%install
+rm -rf %{buildroot}
+install -d -m 755 %{buildroot}%{eclipse_dropin}
+unzip -q -d %{buildroot}%{eclipse_dropin} build/rpmBuild/org.eclipse.emf.all.zip
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%dir %{eclipse_dropin}
+%doc %{eclipse_dropin}/eclipse/epl-v10.html
+%doc %{eclipse_dropin}/eclipse/notice.html
+%{eclipse_dropin}/eclipse/content.xml
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.codegen_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.codegen.ui_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.codegen.ecore_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.codegen.ecore.ui_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.common_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.common.ui_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.converter_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.databinding_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.databinding.edit_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.edit_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.editor_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.edit_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.edit.ui_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.mapping_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.mapping.ui_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.mapping.ecore_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.mapping.ecore.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ant_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.codegen_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.codegen.ui_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.codegen.ecore_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.codegen.ecore.ui_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.common_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.common.ui_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.converter_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.databinding_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.databinding.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.change_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.change.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.xmi_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.edit.ui_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.exporter_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.importer_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.importer.ecore_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.importer.java_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.importer.rose_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.ui_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.ecore_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.ecore.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml.ui_*
+
+%files sdk
+%defattr(-,root,root,-)
+%doc %{eclipse_dropin}/eclipse/epl-v10.html
+%doc %{eclipse_dropin}/eclipse/notice.html
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.doc_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.sdk_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.source_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.cheatsheets_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.doc_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.source_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.example.installer_*
+
+%files sdo
+%defattr(-,root,root,-)
+%doc %{eclipse_dropin}/eclipse/epl-v10.html
+%doc %{eclipse_dropin}/eclipse/notice.html
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.sdo_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.sdo.edit_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.sdo.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.commonj.sdo_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.sdo_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.sdo.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.sdo.editor_*
+
+%files sdo-sdk
+%defattr(-,root,root,-)
+%doc %{eclipse_dropin}/eclipse/epl-v10.html
+%doc %{eclipse_dropin}/eclipse/notice.html
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.sdo.doc_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.sdo.sdk_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.ecore.sdo.source_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.sdo.doc_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.ecore.sdo.source_*
+
+%files xsd
+%defattr(-,root,root,-)
+%doc %{eclipse_dropin}/eclipse/epl-v10.html
+%doc %{eclipse_dropin}/eclipse/notice.html
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.ecore.converter_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.edit_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.editor_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.mapping_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.mapping.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.xsd2ecore_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.mapping.xsd2ecore.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.ecore.converter_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.ecore.exporter_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.ecore.importer_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.mapping_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.mapping.editor_*
+
+%files xsd-sdk
+%defattr(-,root,root,-)
+%doc %{eclipse_dropin}/eclipse/epl-v10.html
+%doc %{eclipse_dropin}/eclipse/notice.html
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.doc_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.sdk_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.xsd.source_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.cheatsheets_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.doc_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.source_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.example.installer_*
+
+%files examples
+%defattr(-,root,root,-)
+%doc %{eclipse_dropin}/eclipse/epl-v10.html
+%doc %{eclipse_dropin}/eclipse/notice.html
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.all_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.examples_*
+%{eclipse_dropin}/eclipse/features/org.eclipse.emf.examples.source_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.activities_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.examples_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.examples.generator.validator_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.examples.library_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.examples.library.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.examples.library.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.examples.source_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.exporter.html_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.java_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.java.edit_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.emf.java.editor_*
+%{eclipse_dropin}/eclipse/plugins/org.eclipse.xsd.example_*
+
+%changelog
+* Tue Feb 03 2009 Mat Booth <fedora at matbooth.co.uk> 2.4.1-4
+- Make context qualifier the same as upstream.
+
+* Sat Jan 10 2009 Mat Booth <fedora at matbooth.co.uk> 2.4.1-3
+- Removed AOT bits and change package names to what they used to be.
+- Obsolete standalone package.
+
+* Tue Dec 23 2008 Mat Booth <fedora at matbooth.co.uk> 2.4.1-2
+- Build example installer plugins using the source from the tarball instead of
+  trying to get the examples from source control a second time.
+
+* Fri Dec 12 2008 Mat Booth <fedora at matbooth.co.uk> 2.4.1-1
+- Initial release, based on eclipse-gef spec file, but with disabled AOT
+  compiled bits because of RHBZ #477707.


--- NEW FILE get-emf.sh ---
#!/bin/bash
NAME="emf"
VERSION=2.4.1
TAG="R200808251517"

echo "Exporting from CVS..."
mkdir $NAME-$VERSION
pushd $NAME-$VERSION >/dev/null

MAPFILE=$NAME.map
TEMPMAPFILE=temp.map
wget "http://download.eclipse.org/modeling/$NAME/$NAME/downloads/drops/$VERSION/$TAG/directory.txt" -O $MAPFILE
dos2unix $MAPFILE
grep ^[a-z] $MAPFILE > $TEMPMAPFILE

gawk 'BEGIN {
	FS=","
}
{
if (NF <  4) {

	split($1, version, "=");
	split(version[1], directory, "@");
	cvsdir=split($2, dirName, ":");
	printf("%s %s %s%s %s %s %s %s %s %s %s\n", "cvs", "-d", ":pserver:anonymous at dev.eclipse.org:", dirName[cvsdir], "-q", "export", "-r", version[2], "-d", directory[2], directory[2]) | "/bin/bash";
}
else {

	split($1, version, "=");
	total=split($4, directory, "/");
	cvsdir=split($2, dirName, ":");
	printf("%s %s %s%s %s %s %s %s %s %s %s\n", "cvs", "-d", ":pserver:anonymous at dev.eclipse.org:", dirName[cvsdir], "-q", "export", "-r", version[2], "-d", directory[total], $4) | "/bin/bash";
}

}' $TEMPMAPFILE

rm $TEMPMAPFILE $MAPFILE
popd >/dev/null

echo "Creating tarball '$NAME-$VERSION.tar.gz'..."
tar -czf $NAME-$VERSION.tar.gz $NAME-$VERSION


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	6 Feb 2009 15:24:38 -0000	1.5
@@ -0,0 +1 @@
+a5ecc9810d4b59dfbd518476fa60c886  emf-2.4.1.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-emf/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Feb 2007 23:01:21 -0000	1.3
+++ .cvsignore	6 Feb 2009 15:24:38 -0000	1.4
@@ -1 +1 @@
-eclipse-emf-fetched-src-build_200702131851.tar.bz2
+emf-2.4.1.tar.gz




More information about the fedora-extras-commits mailing list