Skip to main content

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

Select all projects and choose Plugin Tools / Update Classpath?

image.png


On Fri, 6 Oct 2023 at 09:23, Lars Vogel via pde-dev <pde-dev@xxxxxxxxxxx> wrote:
This would not update the jdt core Prefs which are also sometimes affected by the update classpath button

Christoph Läubrich via pde-dev <pde-dev@xxxxxxxxxxx> schrieb am Fr., 6. Okt. 2023, 09:15:
PDE has discussions for user questions, and you might reach more pleopel
there:

https://github.com/eclipse-pde/eclipse.pde/discussions

Beside that, you can simply search replace in .classpath as well with
this entry:

<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>

Am 06.10.23 um 08:27 schrieb Lars Vogel via pde-dev:
> 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
>
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev

Back to the top