diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 09:44:28 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 09:44:28 +0000 |
commit | dd9df341411d0df4286bc8ad3e0b332ab5573b70 (patch) | |
tree | b743a54add4d5353b45cd1823a6671b50812755a /sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src | |
parent | f3ea03ebd3e38869e77d83c2ebbebfa51ecc8c00 (diff) |
Remove redundant exports and add missing imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml index 378e09009b..156cd0a182 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml @@ -19,5 +19,6 @@ --> <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:tours="http://tuscanyscatours.com/" > + <import.java package="com.tuscanyscatours.payment"/> <deployable composite="tours:paymentClient" /> </contribution> |