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

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



Back to the top