Restructure projects layout

This commit is contained in:
Phillip Webb
2013-07-05 10:26:50 -07:00
parent 3996353e35
commit 40bf334871
544 changed files with 1712 additions and 1580 deletions

View File

@@ -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.xsd">
<bean id="runner" class="org.test.Runner"/>
</beans>