Author: vrubezhny
Date: 2007-08-16 15:28:49 -0400 (Thu, 16 Aug 2007)
New Revision: 3190
Added:
trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/
trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF
Log:
http://jira.jboss.com/jira/browse/JBIDE-735 Open-Ons for Beans and Bean properties
don't work in Seam projects.
A new plugin is added for Seam text extensions
Added: trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF
(rev 0)
+++ trunk/seam/plugins/org.jboss.tools.seam.text.ext/META-INF/MANIFEST.MF 2007-08-16
19:28:49 UTC (rev 3190)
@@ -0,0 +1,33 @@
+Manifest-Version: 1.0
+Eclipse-LazyStart: true
+Bundle-Name: Seam Text Editors Extensions
+Bundle-ClassPath: seamextensions.jar
+Bundle-Activator: org.jboss.tools.seam.text.ext.SeamExtPlugin
+Bundle-ManifestVersion: 2
+Bundle-Vendor: %providerName
+Bundle-SymbolicName: org.jboss.tools.seam.text.ext;singleton:=true
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui.ide,
+ org.eclipse.core.runtime,
+ org.eclipse.ui,
+ org.eclipse.text,
+ org.eclipse.jface.text,
+ org.eclipse.ui.workbench,
+ org.eclipse.jdt.core,
+ org.eclipse.wst.sse.core,
+ org.eclipse.wst.xml.core,
+ org.eclipse.jst.jsp.core,
+ org.eclipse.jst.j2ee.web,
+ org.eclipse.core.resources,
+ org.jboss.tools.common,
+ org.jboss.tools.common.model,
+ org.jboss.tools.common.text.ext,
+ org.jboss.tools.jst.web,
+ org.jboss.tools.jsf,
+ org.jboss.tools.seam.core,
+ org.eclipse.jdt.ui,
+ org.jboss.tools.jsf.text.ext
+Export-Package: org.jboss.tools.seam.text.ext,
+ org.jboss.tools.seam.text.ext.hyperlink
+Bundle-Version: 2.0.0
+