prepare project layout for 2.0.0.RC1

This commit is contained in:
dsyer
2009-02-19 16:53:17 +00:00
parent 50f982e962
commit 61880ea0c1
11 changed files with 47 additions and 479 deletions

View File

@@ -2,9 +2,11 @@
<component>
<fileSets>
<fileSet>
<directory>src/assembly</directory>
<outputDirectory></outputDirectory>
<includes>
<include>src/assembly/license.txt</include>
<include>src/assembly/notice.txt</include>
<include>license.txt</include>
<include>notice.txt</include>
</includes>
</fileSet>
<fileSet>

View File

@@ -10,6 +10,9 @@
<moduleSets>
<moduleSet>
<includes>
<include>
org.springframework.batch:org.springframework.batch.parent
</include>
<include>
org.springframework.batch:org.springframework.batch.test
</include>

View File

@@ -10,6 +10,9 @@
<moduleSets>
<moduleSet>
<includes>
<include>
org.springframework.batch:org.springframework.batch.parent
</include>
<include>
org.springframework.batch:org.springframework.batch.test
</include>
@@ -58,6 +61,9 @@
</moduleSet>
<moduleSet>
<includes>
<include>
org.springframework.batch:org.springframework.batch.parent
</include>
<include>
org.springframework.batch:org.springframework.batch.test
</include>
@@ -84,6 +90,9 @@
</moduleSet>
<moduleSet>
<includes>
<include>
org.springframework.batch:org.springframework.batch.parent
</include>
<include>
org.springframework.batch:org.springframework.batch.test
</include>
@@ -106,7 +115,7 @@
<scope>runtime</scope>
<excludes>
<exclude>
org.springframework.batch:org.springframework.batch
org.springframework.batch:org.springframework.batch.parent
</exclude>
<exclude>
org.springframework.batch:org.springframework.batch.test
@@ -146,7 +155,7 @@
<scope>runtime</scope>
<excludes>
<exclude>
org.springframework.batch:org.springframework.batch
org.springframework.batch:org.springframework.batch.parent
</exclude>
<exclude>
org.springframework.batch:org.springframework.batch.test
@@ -166,7 +175,7 @@
<scope>provided</scope>
<excludes>
<exclude>
org.springframework.batch:org.springframework.batch
org.springframework.batch:org.springframework.batch.parent
</exclude>
<exclude>
org.springframework.batch:org.springframework.batch.test
@@ -186,7 +195,7 @@
<scope>test</scope>
<excludes>
<exclude>
org.springframework.batch:org.springframework.batch
org.springframework.batch:org.springframework.batch.parent
</exclude>
<exclude>
org.springframework.batch:org.springframework.batch.test