Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Empty source bundles

On 15/05/2012 6:47 PM, Paul Webster wrote:
Why are these commented out?  AFAIK CBI-Platform build is picking up these platforms from the p2-natives repo.  Can they be included since they're coming from a pre-built repo?  I don't believe we would want these changes pushed upstream.

I think your right about the natives plugins. I had commented them out long ago when I was rebasing from M5 to M6 before I realized I had to update the natives.zip file. I guess I didn't know at the time that these plugins came from natives.

I was able to build successfully after uncommenting the plugins in eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml

I'll look into seeing if I can build after reverting the changes in eclipse.platform.releng/features/master/feature.xml tomorrow
<!--
   <includes
         id="org.eclipse.sdk.examples"
         version="0.0.0"/>
-->
<!--
   <plugin
         id="org.eclipse.swt.win32.wce_ppc.arm"
         download-size="0"
         install-size="0"
         version="0.0.0"
         fragment="true"
         unpack="false"/>   
-->


Thanh

Back to the top