My favorites
|
Sign in
kcode
Sample code projects
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
Changes to /trunk/osgi/HelloWorldSpecSpring/service/META-INF/spring/helloservice.xml
r0 vs. r17
Edit
Compare:
r0
r17
vs.
r17
Format:
Single-column
Side by side
r17
Revision r17
Go to:
...i/HelloWorldSpecSpring/build.xml
...rldSpecSpring/bundle1/version0.0
...ring/bundle1/version0.0/embedded
...pecSpring/bundle1/version0.0/lib
...le1/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle10
...SpecSpring/bundle10/bundle.state
...g/bundle10/version0.0/bundle.jar
...he/HelloWorldSpecSpring/bundle11
...ing/bundle11/bundle.lastmodified
...ldSpecSpring/bundle11/version0.0
...he/HelloWorldSpecSpring/bundle12
...e12/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle14
...pring/bundle14/bundle.startlevel
...ldSpecSpring/bundle14/version0.0
...he/HelloWorldSpecSpring/bundle15
...ing/bundle15/bundle.lastmodified
...pring/bundle15/bundle.startlevel
...SpecSpring/bundle15/bundle.state
...ecSpring/bundle15/version0.0/lib
...he/HelloWorldSpecSpring/bundle16
...ecSpring/bundle16/version0.0/lib
...he/HelloWorldSpecSpring/bundle17
...ecSpring/bundle17/version0.0/lib
...e17/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle18
...g/bundle18/version0.0/bundle.jar
...pecSpring/bundle2/version0.0/lib
...he/HelloWorldSpecSpring/bundle20
...pring/bundle23/bundle.startlevel
...ecSpring/bundle23/version2.0/lib
...orldSpecSpring/bundle3/bundle.id
...ring/bundle3/bundle.lastmodified
...pecSpring/bundle3/version0.0/lib
...rldSpecSpring/bundle4/version0.0
...dSpecSpring/bundle5/bundle.state
...ring/bundle5/version0.0/embedded
...ring/bundle7/bundle.lastmodified
...ng/bundle7/version0.0/bundle.jar
...le7/version0.0/revision.location
...Spring/bundle8/bundle.startlevel
...ring/bundle9/version0.0/embedded
...oWorldSpecSpring/client/META-INF
...pecSpring/client/META-INF/spring
...sgi/HelloWorldSpecSpring/service
...META-INF/spring/helloservice.xml
...com/extensiblejava/hello/service
...gi/HelloWorldSpecSpring/service2
...pringlib/slf4j-log4j12-1.4.3.jar
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