You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/04/23 16:55:25 UTC

directory-fortress-enmasse git commit: minor format

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 5a8b4fba4 -> 2f8ccdf2d


minor format


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/2f8ccdf2
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/2f8ccdf2
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/2f8ccdf2

Branch: refs/heads/master
Commit: 2f8ccdf2d9f5af4193243efde2bf5119fe6508af
Parents: 5a8b4fb
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Apr 23 09:55:25 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Apr 23 09:55:25 2015 -0500

----------------------------------------------------------------------
 src/main/resources/applicationContext.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/2f8ccdf2/src/main/resources/applicationContext.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml
index 72b9dcd..e26283e 100644
--- a/src/main/resources/applicationContext.xml
+++ b/src/main/resources/applicationContext.xml
@@ -25,18 +25,18 @@ under the License.
        xmlns:context="http://www.springframework.org/schema/context"
        xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
-		http://www.springframework.org/schema/context
-		http://www.springframework.org/schema/context/spring-context-3.0.xsd
+       http://www.springframework.org/schema/context
+       http://www.springframework.org/schema/context/spring-context-3.0.xsd
        http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd">
 
-    <context:component-scan base-package="org.apache.directory" />
+    <context:component-scan base-package="org.apache.directory"/>
 
-    <import resource="classpath:META-INF/cxf/cxf.xml" />
-    <import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
+    <import resource="classpath:META-INF/cxf/cxf.xml"/>
+    <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
 
     <jaxrs:server id="restContainer" address="/">
         <jaxrs:serviceBeans>
-            <ref bean="fortressService" />
+            <ref bean="fortressService"/>
         </jaxrs:serviceBeans>
 
         <jaxrs:inInterceptors>