Added filecopy to samples

This commit is contained in:
Mark Fisher
2009-07-01 17:00:21 +00:00
parent bb542aaed6
commit 1d17e7eecb
13 changed files with 334 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>filecopy</groupId>
<artifactId>filecopy</artifactId>
<version>1.0.3</version>
</project>