diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 08:43:19 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-03 08:43:19 +0000 |
commit | e784ceb7b5b0c8691baef79fc8d1bf6dc7897c02 (patch) | |
tree | ee0723605056bc10982ddc9f4ea2981a48634ee3 | |
parent | 5e6c042964d76875afba1e8115fd66eec9638d72 (diff) |
minor doc fixes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES | 2 | ||||
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M5/samples/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES b/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES index 404e0e94dc..5dcb5b60cd 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES +++ b/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES @@ -16,7 +16,7 @@ Overview SCA Policy Framework V1.1
SCA Java Common Annotations and APIs V1.1
SCA Java Component Implementation V1.1
- SCA Client & Implementation: Spring
+ SCA Client & Implementation: Spring V1.1
SCA Web Services Binding V1.1
SCA WS-BPEL Client and Implementation V1.1
(portions of) SCA JEE Integration V1.1
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/README b/sca-java-2.x/branches/sca-java-2.0-M5/samples/README index 4546a14ef8..43b7cb3056 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/README +++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/README @@ -55,7 +55,7 @@ To run a new style sample there are 3 basic steps and follow the instructions there to use a launcher to launch your chosen contribution I the case where you want to exercise the sample contribution with a separate client program, such as -an application using the SCA client API then there is a 4th step of starting that client applicatin +an application using the SCA client API then there is a 4th step of starting that client application [1] http://tuscany.apache.org/documentation-2x/ |