diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-14 10:05:59 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-14 10:05:59 +0000 |
commit | babdfe9b548683dc97cf63ac796b4caabb30a277 (patch) | |
tree | 58f511a629168a4f8f77e2e68c32f47dfc86697e /sca-java-2.x/trunk/distribution/all/src/main/components | |
parent | e220ce4dd5eb80f630a205d73b41787543fa8d6b (diff) |
Add sca-api jar into the lib folder so that it's in a consistent place when the user is creating simple classpaths. I'd like this to be don't by a feature so that the user always refers to the same thing (and the same mvn group) regardless of which parts of the system they are including.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution/all/src/main/components')
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/src/main/components/bin-lib.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/components/bin-lib.xml b/sca-java-2.x/trunk/distribution/all/src/main/components/bin-lib.xml index 67ed0b8eaa..6b91c43976 100644 --- a/sca-java-2.x/trunk/distribution/all/src/main/components/bin-lib.xml +++ b/sca-java-2.x/trunk/distribution/all/src/main/components/bin-lib.xml @@ -30,6 +30,7 @@ <include>org.apache.tuscany.sca.shades:tuscany-base</include>
<include>com.hazelcast:*</include>
<include>wsdl4j:wsdl4j</include>
+ <include>org.apache.tuscany.sca:tuscany-sca-api</include>
</includes>
</dependencySet>
|