|
|
just an FYI… in order to run BUGWeather, you also have to load LatLonConverter into Eclipse, otherwise you will get compile errors |
|
|
As another FYI, the reason for this is ~ In BUGWeather/META-INF/MANIFEST.MF, the Import-Package header contains "latlonconverter,latlonconverter.utils". In LatLonConverter/META-INF/MANIFEST.MF, the Export-Package header contains "latlonconverter,latlonconverter.utils". So, BUGWeather is implicitly consuming packages from LatLonConverter. |