summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/distribution/all/src/main/assembly/src.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:13:00 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:13:00 +0000
commit69ddd8bf2040ca4e25195886af5b83a522969ef7 (patch)
tree03f573144d233737f8a20b4de1bc21ba3775e0cd /sandbox/ant/sca/branches/foo/distribution/all/src/main/assembly/src.xml
parente54cdb7008cfae1fbaab88aa416002b57157967f (diff)
Update distro build to not hardcode the version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sca/branches/foo/distribution/all/src/main/assembly/src.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/ant/sca/branches/foo/distribution/all/src/main/assembly/src.xml b/sandbox/ant/sca/branches/foo/distribution/all/src/main/assembly/src.xml
index 45cc022f26..a3df72925a 100644
--- a/sandbox/ant/sca/branches/foo/distribution/all/src/main/assembly/src.xml
+++ b/sandbox/ant/sca/branches/foo/distribution/all/src/main/assembly/src.xml
@@ -21,7 +21,7 @@
<!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
<id>src</id>
<includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-sca-2.0-SNAPSHOT-src</baseDirectory>
+ <baseDirectory>tuscany-sca-${version}-src</baseDirectory>
<formats>
<format>tar.gz</format>
<format>zip</format>