This repository has been archived on 2025-01-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lwb6/legacyworlds-server-beans-system/src/main/resources/configuration/system/constants-manager-bean.xml

9 lines
409 B
XML

<?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-3.0.xsd">
<bean id="constantsManager" class="com.deepclone.lw.beans.sys.ConstantsManagerBean" />
</beans>