Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Change in Library Folders for RC3

hi Kaloyan,
assuming that we can use 3.3 nightly build, we need to do this:
- run 3.3 nightly job pdt-master in hudson
- promote build from hudson to 3.3-nightly repo [run
/home/data/users/jpospycha/promotePDT-N.sh]
- sign nightly repo contents [i use /home/data/users/jpospychala/bin/mysign.sh]
- promote 3.3 nightly to 3.3 release repo [cp 3.3-nightly to 3.3 in
downloads/tools/pdt/updates]

i'm quite surprised that for some reason pdt-master job wasnt
triggered for last 2weeks even though there were commits. i just
started it manually and will continue above steps once its done


On Mon, Jun 2, 2014 at 2:55 PM, Kaloyan Raev <kaloyan.r@xxxxxxxx> wrote:
> Hi,
>
> I've just pushed a patch to master for fixing http://eclip.se/436255. The
> patch shifts the Library Folders implementation from using the DLTK API to
> the more generic Resource API. This allows correct behavior when folders
> outside of the build path are involved. This helps supporting projects with
> fragmented build paths - like the ones created by the PDT Extensions
> Composer plugin.
>
> Since there are changes in some method signatures I would like to release
> this patch for Luna, i.e. with our first official release of the Library
> Folders feature. This is to avoid backward incompatibilities. Otherwise, if
> we postpone this for Luna SR1, we will need to maintain deprecated methods
> using the DLTK API.
>
> What should I do to make sure that this patch will be included in Luna
> Simultaneous Release?
>
> Thanks,
> Kaloyan
>
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>


Back to the top