[BAEL-9696] - Moved persistence-related modules into the persistence folder

This commit is contained in:
amit2103
2018-10-20 23:41:12 +05:30
parent 244aace788
commit 6c1722a5a2
230 changed files with 42 additions and 37 deletions
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Spring Batch: ${project.name}">
<bannerLeft>
<name>Spring Sample: ${project.name}</name>
<href>index.html</href>
</bannerLeft>
<skin>
<groupId>org.springframework.maven.skins</groupId>
<artifactId>maven-spring-skin</artifactId>
<version>1.0.5</version>
</skin>
<body>
<links>
<item name="${project.name}" href="index.html"/>
</links>
<menu ref="reports"/>
</body>
</project>