diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-14 15:21:35 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-14 15:21:35 +0000 |
commit | 66fe5f700fe38c7254dc08722a5c52c9ebd554fa (patch) | |
tree | 093c68bd853195afa9247fd18b26974a487bc8c0 /sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly | |
parent | cf676b68bdb22f56d1e0fc1a37c7707ce3d1c703 (diff) |
Remove binary distro from mvn build (TUSCANY-3528)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml | 8 |
1 files changed, 4 insertions, 4 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 72863f4020..f0c8ba379f 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 @@ -19,15 +19,15 @@ --> <assembly> <!-- id typically identifies the "type" (src vs bin etc) of the assembly --> - <id>src</id> + <id></id> <includeBaseDirectory>true</includeBaseDirectory> - <baseDirectory>tuscany-scatours-${version}-src</baseDirectory> + <baseDirectory>tuscany-scatours-${version}</baseDirectory> <formats> +<!-- nash <format>dir</format> -<!-- +--> <format>tar.gz</format> <format>zip</format> ---> </formats> <fileSets> |