Blame SOURCES/eclipse-cdt-linuxtools-target.patch

5c4483
diff -up ./pom.xml.fix ./pom.xml
5c4483
--- ./pom.xml.fix	2014-09-19 13:18:24.865298976 -0400
5c4483
+++ ./pom.xml	2014-09-19 13:18:44.145650713 -0400
5c4483
@@ -52,7 +52,6 @@
5c4483
     <mirror-repo-name>update-3.1</mirror-repo-name>
5c4483
     <tycho-version>0.21.0</tycho-version>
5c4483
     <tycho-extras-version>0.21.0</tycho-extras-version>
5c4483
-    <target-platform>linuxtools-staging</target-platform>
5c4483
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5c4483
   </properties>
5c4483
   <pluginRepositories>
5c4483
@@ -210,14 +209,6 @@
5c4483
               <arch>x86_64</arch>
5c4483
             </environment>
5c4483
           </environments>
5c4483
-          <target>
5c4483
-            <artifact>
5c4483
-              <groupId>org.eclipse.linuxtools</groupId>
5c4483
-              <artifactId>org.eclipse.linuxtools.target</artifactId>
5c4483
-              <classifier>${target-platform}</classifier>
5c4483
-              <version>1.0.0</version>
5c4483
-            </artifact>
5c4483
-          </target>
5c4483
         </configuration>
5c4483
       </plugin>
5c4483
       <plugin>
5c4483
diff -up ./releng/pom.xml.fix ./releng/pom.xml
5c4483
--- ./releng/pom.xml.fix	2014-09-19 14:11:03.705792071 -0400
5c4483
+++ ./releng/pom.xml	2014-09-19 14:11:19.582980456 -0400
5c4483
@@ -44,7 +44,6 @@
5c4483
 
5c4483
   <modules>
5c4483
     <module>org.eclipse.linuxtools.releng-site</module>
5c4483
-    <module>org.eclipse.linuxtools.target</module>
5c4483
   </modules>
5c4483
 
5c4483
 </project>