Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-build-dev] Build a Plugin as a dircetory instead of a jarfile

I have the same problem when I tired to export RCP product by export
wizard.
I found some plugins were exported as single jars which should be
directory, while some are correct. I checked the build.properties of
these plugins and hadn't found any difference. So I was confused why
some are exported as directory but some are not. 

Since our product configuration is based on plug-ins, I don't how to
control this when exporting RCP product.

Could you please give me some advice?

Thanks,
Xiaoying Gu

-----Original Message-----
From: pde-build-dev-bounces@xxxxxxxxxxx
[mailto:pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Mark Russell
Sent: Thursday, April 12, 2007 2:02 PM
To: Eclipse PDE Build developers list.
Subject: Re: [pde-build-dev] Build a Plugin as a dircetory instead of a
jarfile

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I already have the project built with multiple features.

That was it.  Thanks for your help

Barrie Treloar wrote:
> This is easy.
> 
> But you don't "build your plugin as a directory", it is driven as part
> of the build process for your application.
> 
> Take the time to turn your build into a "feature" based build, and not
> a "plugin" based build, if you haven't already.
> 
> Then in the feature that includes the plugin, on the right hand side
> of the feature.xml "Plug-ins" tab you will see "Plug-in Details".
> Select your plugin and then enable "Unpack the plug-in archive after
> the installation" and you are done.
> 
> Cheers.
> Barrie
> _______________________________________________
> pde-build-dev mailing list
> pde-build-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-build-dev
> 


- --
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGHcteyHA2ZZVyicQRAtjPAJ9SAoB7UJfVAz8+ip8KtB76g9HNewCgk0K5
ANjrJHmMF+UjDO0oNh6D24U=
=EVau
-----END PGP SIGNATURE-----


_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top