Skip to content

Commit

Permalink
Get rid of the old groovy stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed May 23, 2010
1 parent 5b3899c commit f4c1e50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">

<!-- Register the Groovy script processor -->
<bean id="webframework.registrar.groovyscriptprocessor" class="org.springframework.extensions.surf.ScriptProcessorRegistrar" init-method="init">
<bean id="webframework.registrar.clojurescriptprocessor" class="org.springframework.extensions.surf.ScriptProcessorRegistrar" init-method="init">
<property name="factory">
<bean class="org.springframework.extensions.webscripts.processor.ClojureScriptProcessorFactory" />
</property>
Expand Down

0 comments on commit f4c1e50

Please sign in to comment.