IBundleGroupProvider[] providers = Platform.getBundleGroupProviders();
if (providers != null) {
for (IBundleGroupProvider provider : providers) {
IBundleGroup[] bundleGroups = provider.getBundleGroups();
for (IBundleGroup group : bundleGroups) {
if (group.getIdentifier().equals(featureId)) {
version = group.getVersion();
}
}
}
}
}
Have to submit a final year project proposal and I would like to do
something with erlang and cloud computing
-
Any suggestions would be greatly appreciated , I'm more so looking for the
problem that I could solve with this project ! Thanks :D
submitted by pablo208...
3 days ago


No comments:
Post a Comment