spring.testRunnerContext.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- (c) Copyright 2014 Hewlett-Packard Development Company, L.P. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License v2.0 which accompany this distribution. The Apache License is available at http://www.apache.org/licenses/LICENSE-2.0 --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:score="http://www.cloudslang.io/schema/score" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.cloudslang.io/schema/score http://www.cloudslang.io/schema/score.xsd"> <bean class="io.cloudslang.lang.tools.build.configuration.SlangBuildSpringConfiguration"/> <score:engine/> <score:worker uuid="-1"/> </beans>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy