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 Tue, May 15, 2012 at 9:15 PM, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:
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"/>   
-->


To make it work correctly, don't you also have to update the environments in  eclipse-parent/pom.xml as well?

Later,
PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top