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 indy-launcher-savant
Show all versions of indy-launcher-savant
REST + JS UI + Cartographer + DotMaven + Autoprox
The newest version!
<?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://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" version="1.1" bean-discovery-mode="all"> <alternatives> <stereotype>org.commonjava.indy.inject.Production</stereotype> <class>org.commonjava.indy.flat.data.DataFileStoreDataManager</class> </alternatives> <decorators> <!-- ordering is CRITICAL here. First declaration is outermost in decoration chain --> <class>org.commonjava.indy.koji.content.KojiContentManagerDecorator</class> <class>org.commonjava.indy.content.index.IndexingContentManagerDecorator</class> <class>org.commonjava.indy.autoprox.data.AutoProxDataManagerDecorator</class> <class>org.commonjava.indy.content.index.IndexingDirectContentAccessDecorator</class> </decorators> </beans>