<?xml version="1.0"?>

<beans
	default-destroy-method="destroy"
	default-init-method="afterPropertiesSet"
	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-3.0.xsd"
>
	<bean id="com.liferay.portal.kernel.util.FastDateFormatFactoryUtil" class="com.liferay.portal.kernel.util.FastDateFormatFactoryUtil">
		<property name="fastDateFormatFactory">
			<bean class="com.liferay.portal.util.FastDateFormatFactoryImpl" />
		</property>
	</bean>
	<bean id="com.liferay.portal.kernel.util.FileUtil" class="com.liferay.portal.kernel.util.FileUtil">
		<property name="file">
			<bean class="com.liferay.portal.util.FileImpl" />
		</property>
	</bean>
	<bean id="com.liferay.portal.kernel.xml.SAXReader" class="com.liferay.portal.xml.SAXReaderImpl" />
	<bean id="com.liferay.portal.kernel.xml.SAXReaderUtil" class="com.liferay.portal.kernel.xml.SAXReaderUtil">
		<property name="SAXReader" ref="com.liferay.portal.kernel.xml.SAXReader" />
	</bean>
	<bean id="com.liferay.portal.model.ModelHintsUtil" class="com.liferay.portal.model.ModelHintsUtil">
		<property name="modelHints">
			<bean class="com.liferay.portal.model.ModelHintsImpl">
				<property name="SAXReader" ref="com.liferay.portal.kernel.xml.SAXReader" />
			</bean>
		</property>
	</bean>
	<bean id="com.liferay.portal.security.permission.ResourceActions" class="com.liferay.portal.security.permission.ResourceActionsImpl">
		<property name="portal" ref="com.liferay.portal.util.Portal" />
	</bean>
	<bean id="com.liferay.portal.security.permission.ResourceActionsUtil" class="com.liferay.portal.security.permission.ResourceActionsUtil">
		<property name="resourceActions" ref="com.liferay.portal.security.permission.ResourceActions" />
	</bean>
	<bean id="com.liferay.portal.util.Portal" class="com.liferay.portal.util.PortalImpl" />
	<bean id="com.liferay.portal.util.PortalUtil" class="com.liferay.portal.util.PortalUtil">
		<property name="portal" ref="com.liferay.portal.util.Portal" />
	</bean>
</beans>