Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] repositioning startup.jar code


The launcher will need to be very generic and support cases of starting osgi in osgi, osgi on the server, etc...
It seems that the splash code will have to go somewhere else.



Andrew Niefer/Ottawa/IBM@IBMCA
Sent by: equinox-dev-bounces@xxxxxxxxxxx

09/28/2006 10:27 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
equinox-dev@xxxxxxxxxxx, equinox-dev-bounces@xxxxxxxxxxx
Subject
Re: [equinox-dev] repositioning startup.jar code






Support for an SWT splash screen will also require a bundle.  Depending on how the implementation goes, this bundle may even need to be a framework extension bundle.  As well there would be changes to the startup.


So a question is whether or not this should be in the same project as the startup.jar.


-Andrew


Jeff McAffer/Ottawa/IBM@IBMCA
Sent by: equinox-dev-bounces@xxxxxxxxxxx

09/28/2006 09:48 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] repositioning startup.jar code








Some time ago we talked about moving the startup.jar code from the org.eclipse.platform project to some other project since it is now mixed in with various bits of Platform branding etc.  Perhaps something like org.eclipse.equinox.startup?  (Avoiding "launcher" is a good thing because the exe is also the launcher see platform-launcher).


Thoughts?


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

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


Back to the top