[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[pde-dev] RE: PDE build of plugins as Folders instead of Jar files
|
- From: Rama Krishna <ramak_2005@xxxxxxxxx>
- Date: Thu, 12 Apr 2007 10:32:45 -0700 (PDT)
- Delivered-to: pde-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=LNAVYU8/mYkAYZS48R/89Vmh8PNB3ijGzvW8nKKJyL9/DO9biJzehkUmrNSWyUV24rO5ehAQTP4ANv67mgeAT1ITdV18j3vWeuHpJoPHWWykInqEcc0M3Fad4+y/90z1lllsA11RcVNC3RRpnIFo0ztkbiJFT8ZzuB2HPuNOhe4=;
Got the answer for this.
We need to goto feature.xml and make the unpack
to true or remove the whole attribute.
<plugin
id="com.emc.ide.artifact.acl"
download-size="0"
install-size="0"
version="0.0.0"
unpack="true"/>
Thanks,
Rama
Hi,
We are using the PDE headless build to build our
product. The output of all the plugins are coming as
Jar files. Instead we want some of the plugins to be
built as Folders.
Can you please tell me what changes i need to do in
the plugin to get this output?
Note: I see in eclipse plugin folder also some plugins
are as jars and some are folders.
Thanks,
Rama