You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/09 15:21:05 UTC

[28/50] [abbrv] git commit: updated refs/heads/marvin_refactor to 2a99064

CLOUDSTACK-1825: Update AWSAPI server's XML configuration


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8165465c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8165465c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8165465c

Branch: refs/heads/marvin_refactor
Commit: 8165465cf1c84946033f9f05ac45190524052f05
Parents: 094ffed
Author: Kelven Yang <ke...@gmail.com>
Authored: Wed Mar 27 14:51:58 2013 -0700
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sun Mar 31 22:18:40 2013 +0530

----------------------------------------------------------------------
 awsapi/conf/applicationContext.xml.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8165465c/awsapi/conf/applicationContext.xml.in
----------------------------------------------------------------------
diff --git a/awsapi/conf/applicationContext.xml.in b/awsapi/conf/applicationContext.xml.in
index 8b3a022..492f85b 100644
--- a/awsapi/conf/applicationContext.xml.in
+++ b/awsapi/conf/applicationContext.xml.in
@@ -43,7 +43,7 @@
   -->
   <bean id="componentContext" class="com.cloud.utils.component.ComponentContext" />
   <bean id="transactionContextBuilder" class="com.cloud.utils.db.TransactionContextBuilder" />
- 
+
   <bean id="instantiatePostProcessor" class="com.cloud.utils.component.ComponentInstantiationPostProcessor">
     <property name="Interceptors">
         <list>
@@ -51,5 +51,5 @@
         </list>
     </property>
   </bean>
- 
+
 </beans>