|
|
@@ -457,7 +457,7 @@ public class Generate extends AbstractAcceleoGenerator {
|
|
|
|
|
|
private static void loadIncludedVocabularies(final VocabularyBundle model) {
|
|
|
for (final VocabularyBundleImport bundleImport : model.getOwnedImports()) {
|
|
|
- if (bundleImport.eClass().getName().matches("VocabularyBundleInclusion")) {
|
|
|
+ if (bundleImport.eClass().getName().matches("VocabularyBundleInclusion") && bundleImport.getPrefix() == null) {
|
|
|
loadBox(bundleImport);
|
|
|
}
|
|
|
}
|