Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Working with different PDE targets

This is not currently possible - there is a open feature request to 
support multiple target platforms in the workspace:

        https://bugs.eclipse.org/bugs/show_bug.cgi?id=159072

Darin Wright




"Marco Barbi (SATA)" <m.barbi@xxxxxxxxxx> 
Sent by: pde-dev-bounces@xxxxxxxxxxx
06/26/2008 08:41 AM
Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>


To
pde-dev@xxxxxxxxxxx
cc

Subject
[pde-dev] Working with different PDE targets






Hi,

I'm quite new to the Eclipse PDE tools, in particularly to RCP 
application development.
I've read that it is a good practice to modify the default PDE target in 
order to decouple the development environment and the plug-in execution 
environment. That's fine for me.
The problem is the following: how can I manage different targets for 
different projects? For instance,  in these days I've been working on a 
PDE project that must be run against a 3.3.1 target but I don't want to 
prevent me from the possibility of starting new projects against the 
3.4, of course being able to comfortably switch from one project to the 
other.

Is there a way to achieve this?
Thanks.
Marco

-- 

Marco Barbi
S A T A srl
via Delfini, 26 - 41100 Modena (ITALY)
Tel: +39059331174
Fax: +390593365731
Web: http://www.satanet.it 

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




Back to the top