Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 322961

Summary: PDE productBuild.xml jars launcher fragment
Product: [Eclipse Project] PDE Reporter: Ted Williams <ted>
Component: BuildAssignee: pde-build-inbox <pde-build-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: anna.dushistova
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ted Williams CLA 2010-08-17 17:38:03 EDT
my .product contains:
    <feature id="org.eclipse.equinox.executable"/>

deltapack/eclipse/features/org.eclipse.equinox.executable_3.4.0.v20100524-7M7K-FIhIez-egBko15H73 contains:

   <plugin
         id="org.eclipse.equinox.launcher.gtk.linux.x86"
         os="linux"
         ws="gtk"
         arch="x86"
         download-size="0"
         install-size="0"
         version="1.1.0.v20100503"
         fragment="true"/>


in deltapack/eclipse/plugins, the fragment is not in jar format

    org.eclipse.equinox.launcher.gtk.linux.x86_1.1.0.v20100503 


generated package.org.eclipse.pde.build.container.feature.linux.gtk.x86.xml:

    <antcall target="jarUp">
        <param name="source" value="${eclipse.plugins}"/>
        <param name="elementName" value="org.eclipse.equinox.launcher.gtk.linux.x86_1.1.0.v20100503"/>
    </antcall>
Comment 1 Ted Williams CLA 2010-08-17 19:29:40 EDT
Oops, outputUpdateJars = true