IN PROGRESS - issue SWF-388: Extract all JSF-related code into a separate component project

http://opensource.atlassian.com/projects/spring/browse/SWF-388
This commit is contained in:
Jeremy Grelle
2007-08-16 22:22:56 +00:00
parent 62ddfa9e1a
commit dd740b9018
9 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.faces.el;
package org.springframework.faces.webflow.el;
import javax.faces.el.EvaluationException;
import javax.faces.el.PropertyNotFoundException;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.faces.el;
package org.springframework.faces.webflow.el;
import javax.faces.context.FacesContext;
import javax.faces.el.EvaluationException;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.faces.el;
package org.springframework.faces.webflow.el;
import java.util.Map;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.faces.el;
package org.springframework.faces.webflow.el;
import javax.faces.context.FacesContext;
import javax.faces.el.EvaluationException;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.faces.el;
package org.springframework.faces.webflow.el;
import javax.faces.context.FacesContext;
import javax.faces.el.PropertyResolver;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.faces.el;
package org.springframework.faces.webflow.el;
import javax.faces.context.FacesContext;
import javax.faces.el.EvaluationException;