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();
}
}
}
}
}
I broke ChatGPT asking a relatively simple question
-
I wanted to experiment a bit with Erlang(and languages in general), my
first step usually is to take a string of numbers separated by commas, turn
those ...
12 hours ago


No comments:
Post a Comment