Author: vrubezhny
Date: 2007-08-16 17:39:45 -0400 (Thu, 16 Aug 2007)
New Revision: 3196
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/projects/numberguess/.project
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/tests/ELExprPartitionerTest.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-735 Open-Ons for Beans and Bean properties
don't work in Seam projects.
JUnit test failure is fixed
Modified: trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF 2007-08-16
20:33:46 UTC (rev 3195)
+++ trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF 2007-08-16
21:39:45 UTC (rev 3196)
@@ -15,7 +15,8 @@
org.jboss.tools.common.text.ext,
org.eclipse.wst.sse.core,
org.jboss.tools.common.model,
- org.jboss.tools.common.test
+ org.jboss.tools.common.test,
+ org.jboss.tools.seam.text.ext
Eclipse-LazyStart: true
Bundle-Vendor: Red Hat, Inc.
Export-Package: org.jboss.tools.jsf.text.ext.tests
Modified: trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/projects/numberguess/.project
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/projects/numberguess/.project 2007-08-16
20:33:46 UTC (rev 3195)
+++
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/projects/numberguess/.project 2007-08-16
21:39:45 UTC (rev 3196)
@@ -25,12 +25,24 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.jboss.tools.seam.core.seambuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.jboss.ide.eclipse.archives.core.archivesBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.jboss.ide.eclipse.archives.core.archivesNature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.jboss.tools.jsf.jsfnature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ <nature>org.jboss.tools.seam.core.seamnature</nature>
</natures>
</projectDescription>
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/tests/ELExprPartitionerTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/tests/ELExprPartitionerTest.java 2007-08-16
20:33:46 UTC (rev 3195)
+++
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/tests/ELExprPartitionerTest.java 2007-08-16
21:39:45 UTC (rev 3196)
@@ -137,6 +137,10 @@
regionList.add(new Region(871, 16));
recognitionTest.put("org.jboss.tools.common.text.ext.jsp.JSP_BEAN",
regionList);
regionList = new ArrayList<Region>();
+ regionList.add(new Region(859, 11));
+ regionList.add(new Region(871, 16));
+ recognitionTest.put("org.jboss.tools.seam.text.ext.SEAM_BEAN", regionList);
+ regionList = new ArrayList<Region>();
regionList.add(new Region(639, 1));
regionList.add(new Region(722, 1));
regionList.add(new Region(831, 1));