tpopela / rpms / eclipse

Forked from rpms/eclipse 6 years ago
Clone
Krzysztof Daniel 8b5fc08
--- pom.xml.orig    2012-09-17 16:49:47.931902759 +0200
Krzysztof Daniel 8b5fc08
+++ pom.xml 2012-09-17 16:44:21.694938495 +0200
Krzysztof Daniel ebb8574
@@ -49,6 +49,7 @@
Krzysztof Daniel fe2d6ea
     <module>rt.equinox.bundles</module>
Krzysztof Daniel fe2d6ea
     <module>rt.equinox.framework</module>
Krzysztof Daniel fe2d6ea
     <module>rt.equinox.p2</module>
Krzysztof Daniel fe2d6ea
+    <module>rt.equinox.incubator</module>
Krzysztof Daniel fe2d6ea
 
Krzysztof Daniel fe2d6ea
     <module>eclipse.platform.releng</module>
Krzysztof Daniel 8b5fc08
     <module>eclipse.platform.releng.tychoeclipsebuilder</module>
Krzysztof Daniel 8b5fc08
--- eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml.bak	2012-08-28 09:35:00.000000000 +0200
Krzysztof Daniel 8b5fc08
+++ eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml	2012-08-28 10:02:35.739112336 +0200
Krzysztof Daniel ebb8574
@@ -45,10 +45,11 @@
Krzysztof Daniel fe2d6ea
               <profile>SDKProfile</profile>
Krzysztof Daniel fe2d6ea
               <products>
Krzysztof Daniel fe2d6ea
                 <product>
Krzysztof Daniel 8b5fc08
-                  <id>org.eclipse.platform.ide</id>
Krzysztof Daniel fe2d6ea
+                  <id>org.fedoraproject.eclipse.platform</id>
Krzysztof Daniel fe2d6ea
                   <rootFolder>eclipse</rootFolder>
Krzysztof Daniel fe2d6ea
                 </product>
Krzysztof Daniel fe2d6ea
               </products>
Krzysztof Daniel ebb8574
+              
Krzysztof Daniel ebb8574
             </configuration>
Krzysztof Daniel ebb8574
           </execution>
Krzysztof Daniel ebb8574
           <execution>
Krzysztof Daniel 8b5fc08
--- eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product.bak	2012-08-28 10:04:10.214701605 +0200
Krzysztof Daniel 8b5fc08
+++ eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product	2012-08-28 10:04:29.568822865 +0200
Krzysztof Daniel fe2d6ea
@@ -1,7 +1,7 @@
Krzysztof Daniel fe2d6ea
 
Krzysztof Daniel fe2d6ea
 
Krzysztof Daniel fe2d6ea
 
Krzysztof Daniel 8b5fc08
-<product uid="org.eclipse.platform.ide" name="Eclipse Platform" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="4.2.0.qualifier" useFeatures="true" includeLaunchers="false">
Krzysztof Daniel 8b5fc08
+<product uid="org.fedoraproject.eclipse.platform" name="Eclipse Platform" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="4.2.0.qualifier" useFeatures="true" includeLaunchers="true">
Krzysztof Daniel fe2d6ea
 
Krzysztof Daniel fe2d6ea
    <configIni use="default">
Krzysztof Daniel fe2d6ea
    </configIni>
Krzysztof Daniel 8b5fc08
@@ -159,6 +159,7 @@
Krzysztof Daniel 8b5fc08
       <feature id="org.eclipse.platform"/>
Krzysztof Daniel fe2d6ea
       <feature id="org.eclipse.equinox.p2.user.ui"/>
Krzysztof Daniel fe2d6ea
       <feature id="org.eclipse.rcp.configuration"/>
Krzysztof Daniel 8b5fc08
+      <feature id="org.eclipse.cvs"/>
Krzysztof Daniel 8b5fc08
    </features>
Krzysztof Daniel 8b5fc08
 
Krzysztof Daniel 8b5fc08
    <configurations>
Krzysztof Daniel ebb8574
--- eclipse.platform.releng.tychoeclipsebuilder/pom.xml.bak	2012-12-17 15:03:11.000000000 +0100
Krzysztof Daniel ebb8574
+++ eclipse.platform.releng.tychoeclipsebuilder/pom.xml	2012-12-18 10:32:35.835825807 +0100
Krzysztof Daniel ebb8574
@@ -37,5 +37,6 @@
Krzysztof Daniel ebb8574
     <module>rcp.config</module>
Krzysztof Daniel ebb8574
     <module>rcp.sdk</module>
Krzysztof Daniel ebb8574
     <module>sdk</module>
Krzysztof Daniel ebb8574
+    <module>jdtpde</module>
Krzysztof Daniel ebb8574
   </modules>
Krzysztof Daniel ebb8574
 </project>