META-INF.beans.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aprox-launcher-easyprox
Show all versions of aprox-launcher-easyprox
REST + JS UI + DotMaven + Autoprox
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2014 Red Hat, Inc.. All rights reserved. This program and the accompanying materials are made available under the terms of the GNU Public License v3.0 which accompanies this distribution, and is available at http://www.gnu.org/licenses/gpl.html Contributors: Red Hat, Inc. - initial API and implementation --> <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"> <alternatives> <stereotype>org.commonjava.aprox.inject.Production</stereotype> <class>org.commonjava.aprox.flat.data.DataFileStoreDataManager</class> </alternatives> <decorators> <class>org.commonjava.aprox.autoprox.data.AutoProxDataManagerDecorator</class> </decorators> </beans>