Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linux-distros-dev] an easy way to build eclipse plugins


Note that is no longer necessary to copy the plugins and features in a plugin folder in 3.2
the property pluginPath can be set to a fileset referencing all your plug-ins and features.



Ben Konrath <bkonrath@xxxxxxxxxx>
Sent by: linux-distros-dev-bounces@xxxxxxxxxxx

05/26/2006 04:33 PM

To
Igor Foox <ifoox@xxxxxxxxxx>
cc
linux-distros-dev@xxxxxxxxxxx
Subject
Re: [linux-distros-dev] an easy way to build eclipse plugins





On Fri, 2006-05-26 at 16:27 -0400, Igor Foox wrote:
> Hi Ben,
>
> I've tried your method with packaging a new version of the PyDev plugin,
> it worked very well for me.
>
> The only thing I had to change was adding a buildDirectory variable to
> the java call.

It's strange that you had to set buildDirectory because it's set in the
build.properties file:

+++ templates/package-build/build.properties    1 Jan 1970 00:00:00
-0000
@@ -0,0 +1,12 @@
+buildDirectory=${sourceDirectory}/build

I'm glad it worked out for you.

Ben

_______________________________________________
linux-distros-dev mailing list
linux-distros-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linux-distros-dev


Back to the top