mirror of https://github.com/apache/archiva.git
o remove unneeded files
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-nexus-indexer@740240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ff8020861
commit
5e02d4b9da
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
|
|
||||||
|
|
||||||
<bean id="nexusRepositorySearch" class="org.apache.archiva.indexer.search.NexusRepositorySearch">
|
|
||||||
<constructor-arg ref="nexusIndexer#archiva"/>
|
|
||||||
<constructor-arg ref="archivaConfiguration"/>
|
|
||||||
</bean>
|
|
||||||
</beans>
|
|
|
@ -1,27 +0,0 @@
|
||||||
<component-set>
|
|
||||||
<components>
|
|
||||||
<component>
|
|
||||||
<role>org.apache.maven.archiva.configuration.ArchivaConfiguration</role>
|
|
||||||
<implementation>org.apache.maven.archiva.configuration.DefaultArchivaConfiguration</implementation>
|
|
||||||
<requirements>
|
|
||||||
<requirement>
|
|
||||||
<role>org.codehaus.plexus.registry.Registry</role>
|
|
||||||
<role-hint>configured</role-hint>
|
|
||||||
</requirement>
|
|
||||||
</requirements>
|
|
||||||
</component>
|
|
||||||
<component>
|
|
||||||
<role>org.codehaus.plexus.registry.Registry</role>
|
|
||||||
<role-hint>configured</role-hint>
|
|
||||||
<implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
|
|
||||||
<configuration>
|
|
||||||
<properties>
|
|
||||||
<system/>
|
|
||||||
<xml fileName="${basedir}/target/test-conf/archiva.xml"
|
|
||||||
config-name="org.apache.maven.archiva.base" config-at="org.apache.maven.archiva"/>
|
|
||||||
</properties>
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
|
|
||||||
</components>
|
|
||||||
</component-set>
|
|
Loading…
Reference in New Issue