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();
}
}
}
}
}
Erlane web eco-system
-
I still here quite a lot when I am at conferences or work that you can't
build erlang web systems compared to Elixir. Here I will share some tools
that I...
1 week ago


No comments:
Post a Comment