[eclipse-cdt] Remove org.eclipse.cdt.target module from the build.

Jeff Johnston jjohnstn at fedoraproject.org
Thu Jun 26 23:04:48 UTC 2014


commit 16c812220d04fd1d4a41a343da4152550123c230
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Thu Jun 26 19:04:15 2014 -0400

    Remove org.eclipse.cdt.target module from the build.

 eclipse-cdt-target.patch |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/eclipse-cdt-target.patch b/eclipse-cdt-target.patch
index 8961835..3b97446 100644
--- a/eclipse-cdt-target.patch
+++ b/eclipse-cdt-target.patch
@@ -1,12 +1,13 @@
-diff -up ./releng/org.eclipse.cdt.target/cdt-e4.4.target.fix ./releng/org.eclipse.cdt.target/cdt-e4.4.target
---- ./releng/org.eclipse.cdt.target/cdt-e4.4.target.fix	2014-06-26 18:39:27.217857083 -0400
-+++ ./releng/org.eclipse.cdt.target/cdt-e4.4.target	2014-06-26 18:39:54.065306637 -0400
-@@ -2,7 +2,7 @@
- <?pde version="3.8"?><target name="cdt_e4.4" sequenceNumber="16">
- <locations>
- <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
--<unit id="org.eclipse.jetty.bundles.f.feature.group" version="0.0.0"/>
-+<unit id="org.eclipse.jetty.bundles.f.feature.group" version="8.1.11.201307080411"/>
- <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x"/>
- </location>
- <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+diff -up ./pom.xml.fix ./pom.xml
+--- ./pom.xml.fix	2014-06-26 19:02:55.802488351 -0400
++++ ./pom.xml	2014-06-26 19:03:44.050297763 -0400
+@@ -210,8 +210,8 @@
+ 		<module>upc/org.eclipse.cdt.core.parser.upc.tests</module>
+ 		<module>xlc/org.eclipse.cdt.core.lrparser.xlc.tests</module>
+ 		<module>debug/org.eclipse.cdt.debug.ui.tests</module>
+--->
+ 		<module>releng/org.eclipse.cdt.target</module>
++-->
+ 		<module>releng/org.eclipse.cdt.testing</module>
+ 		<module>releng/org.eclipse.cdt.testing-feature</module>
+ 		<module>releng/org.eclipse.cdt.testing.repo</module>


More information about the scm-commits mailing list