Blame SOURCES/remove-target.patch

eb77a4
diff -up ./pom.xml.fix ./pom.xml
eb77a4
--- ./pom.xml.fix	2014-09-19 15:27:02.592366937 -0400
eb77a4
+++ ./pom.xml	2014-09-19 15:27:19.252599177 -0400
eb77a4
@@ -52,7 +52,6 @@
eb77a4
     <mirror-repo-name>update-3.1</mirror-repo-name>
eb77a4
     <tycho-version>0.21.0</tycho-version>
eb77a4
     <tycho-extras-version>0.21.0</tycho-extras-version>
eb77a4
-    <target-platform>linuxtools-staging</target-platform>
eb77a4
     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
eb77a4
     <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
eb77a4
     <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
eb77a4
@@ -214,14 +213,6 @@
eb77a4
               <arch>x86_64</arch>
eb77a4
             </environment>
eb77a4
           </environments>
eb77a4
-          <target>
eb77a4
-            <artifact>
eb77a4
-              <groupId>org.eclipse.linuxtools</groupId>
eb77a4
-              <artifactId>org.eclipse.linuxtools.target</artifactId>
eb77a4
-              <classifier>${target-platform}</classifier>
eb77a4
-              <version>1.0.0</version>
eb77a4
-            </artifact>
eb77a4
-          </target>
eb77a4
         </configuration>
eb77a4
       </plugin>
eb77a4
       <plugin>
eb77a4
diff -up ./releng/pom.xml.fix ./releng/pom.xml
eb77a4
--- ./releng/pom.xml.fix	2014-09-19 15:27:29.805746292 -0400
eb77a4
+++ ./releng/pom.xml	2014-09-19 15:27:36.433838686 -0400
eb77a4
@@ -44,7 +44,6 @@
eb77a4
 
eb77a4
   <modules>
eb77a4
     <module>org.eclipse.linuxtools.releng-site</module>
eb77a4
-    <module>org.eclipse.linuxtools.target</module>
eb77a4
   </modules>
eb77a4
 
eb77a4
 </project>