Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322961 - PDE productBuild.xml jars launcher fragment
Summary: PDE productBuild.xml jars launcher fragment
Status: CLOSED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 17:38 EDT by Ted Williams CLA
Modified: 2010-08-17 19:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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