Author: dgolovin
Date: 2011-09-07 14:47:20 -0400 (Wed, 07 Sep 2011)
New Revision: 34572
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-9680 New CDI beans.xml Wizard throws
NullPointerException on finish when Seam 3 Support feature installed from update site
fixed by adding cdi.xml dependnecy to cdi.ui
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/META-INF/MANIFEST.MF 2011-09-07 17:42:48
UTC (rev 34571)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/META-INF/MANIFEST.MF 2011-09-07 18:47:20
UTC (rev 34572)
@@ -25,7 +25,8 @@
org.eclipse.jdt.ui;bundle-version="3.7.0",
org.apache.ant;bundle-version="1.7.1",
org.jboss.tools.jst.web,
- org.jboss.tools.common.validation
+ org.jboss.tools.common.validation,
+ org.jboss.tools.cdi.xml
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: JBoss by Red Hat