diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-03 16:29:40 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-03 16:29:40 +0000 |
commit | 71822db13f4477a95753eeb5964d6c84d5ff0224 (patch) | |
tree | 10b767222b878a702bf60e7daf32674efbc1e364 /java/sca/distribution/all | |
parent | 5537603a0cda5608abc44b856633d5d34c386412 (diff) |
TUSCANY-2814, comment out the src archive build as it causes a loop
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/all')
-rw-r--r-- | java/sca/distribution/all/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml index 9b6179a6d0..420757168d 100644 --- a/java/sca/distribution/all/pom.xml +++ b/java/sca/distribution/all/pom.xml @@ -194,7 +194,7 @@ <configuration>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
- <descriptor>src/main/assembly/src.xml</descriptor>
+ <!-- TUSCANY-2814 descriptor>src/main/assembly/src.xml</descriptor -->
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
<finalName>apache-tuscany-sca-all-2.0-SNAPSHOT</finalName>
|