Ignore:
Timestamp:
Jan 21, 2009, 1:03:14 PM (15 years ago)
Author:
jazz
Message:
  • Basic Layout of OID
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oceandb/webapproot/WEB-INF/project-services.xml

    r47 r48  
    1 <?xml version="1.0" encoding="UTF-8"?>
    2 
    3 <!--
    4 Server definition of all services;
    5 -->
    6 
    7 <beans xmlns="http://www.springframework.org/schema/beans"
    8        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    9        xmlns:util="http://www.springframework.org/schema/util"
    10        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
    11 
     1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     2<beans xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans">
     3    <import resource="classpath:com/wavemaker/runtime/service/runtimeServiceBean.xml"/>
    124</beans>
Note: See TracChangeset for help on using the changeset viewer.