Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Mass way of up updating the classpath based on BREE

Hi,

frequently I have to update the BREE of clients and update afterwards
also the classpath. Updating the BREE can be done via search and
replace, e.g.

Search:  Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Replace: Bundle-RequiredExecutionEnvironment: JavaSE-1.8

But to update the classpath, it seems to me that I have to open each
and every MANIFEST and press the "Update classpath" button. This is
time consuming if you have > 100 bundles. Is there a more efficient
way to do it?

Best regards, Lars

-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top