diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-14 19:30:03 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-14 19:30:03 +0000 |
commit | 2ef13455af5eb51db227d47ecee3a8f43eede05e (patch) | |
tree | a312a615e5a1dad38e878a19bac7507fc326c31e /sandbox/travelsample | |
parent | fe3653c731b84352d05619c8ea5c052ba5099ece (diff) |
Fixed the directory for the fileset as it was including too much
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899367 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r-- | sandbox/travelsample/distribution/src/main/components/bin-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/distribution/src/main/components/bin-common.xml b/sandbox/travelsample/distribution/src/main/components/bin-common.xml index b5b7111096..5c2b013e3a 100644 --- a/sandbox/travelsample/distribution/src/main/components/bin-common.xml +++ b/sandbox/travelsample/distribution/src/main/components/bin-common.xml @@ -21,7 +21,7 @@ <!-- Add the text files to the top-level directroy --> <fileSet> - <directory>../..</directory> + <directory>..</directory> <outputDirectory></outputDirectory> <includes> <include>CHANGES</include> |