My favorites | Sign in
Project Logo
                
Changes to /trunk/osgi/HelloWorldSpecSpring/service/META-INF/spring/helloservice.xml
r0 vs. r17   Edit
  Compare: vs.   Format:
Revision r17
Go to: 
Project members, sign in to write a code review
/trunk/osgi/HelloWorldSpecSpring/service/META-INF/spring/helloservice.xml /trunk/osgi/HelloWorldSpecSpring/service/META-INF/spring/helloservice.xml   r17
Properties
 svn:executable
  
Contents
  1 <?xml version="1.0" encoding="UTF-8"?>
  2 <beans xmlns="http://www.springframework.org/schema/beans"
  3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  5
  6 <bean name="helloService" class="com.extensiblejava.hello.service.impl.HelloServiceImpl"/>
  7
  8 </beans>
Hosted by Google Code