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();
}
}
}
}
}
Erlang Ecosystem Foundation: Annual General Meeting
-
The EEF Annual General Meeting (AGM) is an opportunity to get an update
about how the Foundation is run, how it’s doing, and to ask questions you
might h...
46 minutes ago


No comments:
Post a Comment