modular-mind / spacex-client

An Eclipse RCP client to view SpaceX data provided through REST
Eclipse Public License 2.0
5 stars 2 forks source link

How to get the dependencies added to the RCP project? #6

Open Sagar-Singari opened 2 years ago

Sagar-Singari commented 2 years ago

@modular-mind I tried adding the dependencies via the target factory by providing this download url:https://download.eclipse.org/tools/orbit/downloads/drops/R20211122181901/repository

But looks like this doesn't have the dependencies. Could you please point me in the right direction for using the correct software site or let me know if I'm supposed to manually download and add the required jars ?

Thanks!

modular-mind commented 2 years ago

I would start with the spacex.target in the example.

https://github.com/modular-mind/spacex-client/blob/master/com.modumind.spacex.app/spacex.target

You may obviously need other features, and you may not need the JUnit features, but the ECF features should get you started.