Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] Language packs for multiple versions (bug 217183)

Hi Dave,

can you give a quick try of a clean (remove the eclipse packs from the installer) with the Europa test update site below to see if they have the correct structure - matching the ones you had to rebuild?

We found an issue with some of the Babel NL packs in 3.3.1 - Eclipse RCP was expecting a different directory structure in the jars. This meant the translated files were in the build but were not being picked up.

Daniel.

Denis Roy wrote:
Greetings,

I've taken a first stab at http://bugs.eclipse.org/217183 by creating two test update sites: one for the Europa stream, and one for the upcoming Ganymede.

    http://build.eclipse.org/technology/babel/test-updates/europa
    http://build.eclipse.org/technology/babel/test-updates/ganymede

Here is how I defined each stream:

Europa:
insert into release_train_projects values ('europa',   'eclipse',   '3.3.1');

Ganymede:
insert into release_train_projects values ('ganymede', 'birt',      '2.3.0');
insert into release_train_projects values ('ganymede', 'eclipse',   '3.4');
insert into release_train_projects values ('ganymede', 'modeling.emf',   '2.4.0');
insert into release_train_projects values ('ganymede', 'modeling.emft',   '0.8');
insert into release_train_projects values ('ganymede', 'modeling.gmf',   '2.1');
insert into release_train_projects values ('ganymede', 'modeling.mdt',   '2.4.0');
insert into release_train_projects values ('ganymede', 'stp',       '1.0');
insert into release_train_projects values ('ganymede', 'tools.cdt', '5.0');
insert into release_train_projects values ('ganymede', 'tools.gef', '3.4');
insert into release_train_projects values ('ganymede', 'tools.pdt', '1.5.1');
insert into release_train_projects values ('ganymede', 'webtools',  '3.0');

Daniel, Kit, and others, can you test Eclipse 3.3.x with the 'Europa' update site, and test Eclipse 3.4 with the Ganymede update site, to make sure all is well before pushing this live?

Thanks.



-- 
Denis Roy
Manager, IT Infrastructure
Eclipse Foundation, Inc.  --  http://www.eclipse.org/
Office: 613.224.9461 x224 (Eastern time)
Cell: 819.210.6481
denis.roy@xxxxxxxxxxx

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

Back to the top