thanks!!!
but my problem is that when i configured this plugins and go to project´s properties and throw error:
Code:
!SUBENTRY 1 org.eclipse.core.runtime 4 1 2005-10-11 14:35:38.328
!MESSAGE Plug-in org.springframework.ide.eclipse.web.flow.core was unable to load class org.springframework.ide.eclipse.web.flow.core.validation.WebFlowProjectValidator.
!STACK 0
java.lang.ClassNotFoundException: org.springframework.ide.eclipse.web.flow.core.validation.WebFlowProjectValidator
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:403)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
!ENTRY org.eclipse.osgi 2005-10-11 14:35:56.625
!MESSAGE An error occurred while automatically activating bundle org.springframework.ide.eclipse.web.flow.core (309).
!STACK 0
org.osgi.framework.BundleException: Exception in org.springframework.ide.eclipse.web.flow.core.WebFlowCorePlugin.start() of bundle org.springframework.ide.eclipse.web.flow.core.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1013)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: java.lang.NoSuchMethodError: org.springframework.ide.eclipse.core.SpringCoreUtils.isSpringProject(Lorg/eclipse/core/resources/IProject;)Z
at org.springframework.ide.eclipse.web.flow.core.internal.model.WebFlowModel.getBeansProjects(WebFlowModel.java:182)
at org.springframework.ide.eclipse.web.flow.core.internal.model.WebFlowModel.initialize(WebFlowModel.java:159)
at org.springframework.ide.eclipse.web.flow.core.internal.model.WebFlowModel.startup(WebFlowModel.java:79)
at org.springframework.ide.eclipse.web.flow.core.WebFlowCorePlugin.start(WebFlowCorePlugin.java:76)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
this is error that is workspace´s log.
sorry but i don´t know to do.