Fixing the build

This commit is contained in:
Jeremy Grelle
2008-03-07 15:30:43 +00:00
parent da09dd3f81
commit 6e4c4236f6

View File

@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-1.0.xsd">
<start-state idref="viewState1" />
xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
<view-state id="viewState1" view="view1">
<transition on="event1" to="endState1"/>