Merge revision r944257 from trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aede8220ad
commit
0b18cf2f22
3 changed files with 0 additions and 5 deletions
|
@ -25,7 +25,6 @@
|
|||
class="com.tuscanyscatours.using.impl.TripBookingImpl" />
|
||||
<reference name="cars" target="CarPartner/Cars" />
|
||||
<reference name="flights" target="FlightPartner/Flights" />
|
||||
<reference name="hotels" />
|
||||
</component>
|
||||
<wire source="TripBooking/hotels" target="HotelPartner" />
|
||||
<component name="CarPartner">
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
<component name="TripBooking" autowire="true">
|
||||
<implementation.java
|
||||
class="com.tuscanyscatours.using.impl.TripBookingImpl" />
|
||||
<reference name="cars" />
|
||||
<reference name="flights" />
|
||||
<reference name="hotels" />
|
||||
</component>
|
||||
<component name="CarPartner">
|
||||
<implementation.java
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
<implementation.java
|
||||
class="com.tuscanyscatours.using.impl.CarPartnerImpl" />
|
||||
<reference name="cars" target="JoesCars KensCars" />
|
||||
<reference name="luxuryCars" />
|
||||
</component>
|
||||
<component name="JoesCars">
|
||||
<implementation.java
|
||||
|
|
Loading…
Add table
Reference in a new issue