201318 [hotbug] EAR Libraries container fails to initalize
diff --git a/plugins/org.eclipse.wst.common.modulecore/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.modulecore/META-INF/MANIFEST.MF index 71f51bc..e888cf9 100644 --- a/plugins/org.eclipse.wst.common.modulecore/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.wst.common.modulecore/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Name: %Bundle-Name.0 Bundle-Vendor: %provider Bundle-SymbolicName: org.eclipse.wst.common.modulecore; singleton:=true -Bundle-Version: 1.1.104.qualifier +Bundle-Version: 1.1.105.qualifier Bundle-Activator: org.eclipse.wst.common.componentcore.internal.ModulecorePlugin Bundle-Localization: plugin Export-Package: org.eclipse.wst.common.componentcore,
diff --git a/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/util/HRefTranslator.java b/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/util/HRefTranslator.java index aba016c..8fba627 100644 --- a/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/util/HRefTranslator.java +++ b/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/util/HRefTranslator.java
@@ -80,7 +80,7 @@ if( contentModelRoot != null ) { res = contentModelRoot.eResource(); - if (res != null) + if (res != null && res instanceof CompatibilityXMIResource) retVal = res.getEObject(aValue); } }