summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 22:11:14 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 22:11:14 +0000
commit6007e579c55bd3791d85e92d6d8b38fbd8b44d35 (patch)
treef75b28f81941c703a1e5669106ac592173daf0f0
parent33eb68678df85f393fe2c60d815c27b9347d3da1 (diff)
Copy BUILDING, CHANGES, LICENSE, NOTICE and RELEASE_NOTES files to travelsample directory
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936085 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml
index 0e353e0e17..5a2442c177 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml
@@ -43,6 +43,22 @@
<exclude>**/maven-eclipse.xml</exclude>
</excludes>
</fileSet>
+
+ <!-- Add the text files to the top-level directroy -->
+ <fileSet>
+ <directory>src/main/release</directory>
+ <outputDirectory>travelsample</outputDirectory>
+ <includes>
+ <include>BUILDING</include>
+ <include>CHANGES</include>
+ <include>LICENSE</include>
+ <include>NOTICE</include>
+ <!--
+ <include>README</include>
+ -->
+ <include>RELEASE_NOTES</include>
+ </includes>
+ </fileSet>
</fileSets>
</assembly>