diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-20 21:31:19 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-20 21:31:19 +0000 |
commit | e74980fd44ae112a78beb104f02ecfb79f7e8aa5 (patch) | |
tree | 9e3d193716a07fbd82af09a5a4fe41108337eb1d /sca-java-1.x/trunk | |
parent | 6dd0c0e8fea8f9d5f32eb19c2aa0419945dd061f (diff) |
Add travelsample top-level directory to the distribution package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml | 2 |
1 files changed, 1 insertions, 1 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 7139ef79ca..0e353e0e17 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 @@ -33,7 +33,7 @@ <fileSets> <fileSet> <directory>..</directory> - <outputDirectory></outputDirectory> + <outputDirectory>travelsample</outputDirectory> <excludes> <exclude>**/.*</exclude> <exclude>**/.*/**</exclude> |