]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/modules/org.argeo.security.services/META-INF/spring/natures.xml
Introduce security services
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.services / META-INF / spring / natures.xml
diff --git a/security/modules/org.argeo.security.services/META-INF/spring/natures.xml b/security/modules/org.argeo.security.services/META-INF/spring/natures.xml
new file mode 100644 (file)
index 0000000..b2ac117
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="
+       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
+
+       <bean id="jsonObjectFactory" class="org.argeo.server.json.JsonObjectFactoryImpl">
+       </bean>
+</beans>
\ No newline at end of file