mirror of https://github.com/apache/archiva.git
get RID of org.apache.maven.archiva packages : startup package in webapp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1d8c69f44
commit
50ec629df8
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.startup;
|
||||
package org.apache.archiva.web.startup;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -34,7 +34,6 @@ import org.springframework.web.context.support.WebApplicationContextUtils;
|
|||
|
||||
import javax.servlet.ServletContextEvent;
|
||||
import javax.servlet.ServletContextListener;
|
||||
import java.io.IOException;
|
||||
import java.lang.reflect.Field;
|
||||
import java.util.concurrent.ExecutorService;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.startup;
|
||||
package org.apache.archiva.web.startup;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.startup;
|
||||
package org.apache.archiva.web.startup;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.startup;
|
||||
package org.apache.archiva.web.startup;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -53,7 +53,7 @@ import java.util.Map.Entry;
|
|||
* ConfigurationSynchronization
|
||||
*
|
||||
* @version $Id$
|
||||
* plexus.component role="org.apache.maven.archiva.web.startup.SecuritySynchronization"
|
||||
* plexus.component role="org.apache.archiva.web.startup.SecuritySynchronization"
|
||||
* role-hint="default"
|
||||
*/
|
||||
@Service
|
|
@ -26,7 +26,7 @@
|
|||
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ page import="java.util.Calendar" %>
|
||||
<%@ page import="org.apache.maven.archiva.web.startup.ArchivaVersion" %>
|
||||
<%@ page import="org.apache.archiva.web.startup.ArchivaVersion" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
@ -81,8 +81,8 @@
|
|||
<listener>
|
||||
<!-- TODO: some Spring technique for this? -->
|
||||
<listener-class>
|
||||
org.apache.maven.archiva.web.startup.ArchivaStartup
|
||||
</listener-class>
|
||||
org.apache.archiva.web.startup.ArchivaStartup
|
||||
</listener-class>
|
||||
</listener>
|
||||
|
||||
<context-param>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.startup;
|
||||
package org.apache.archiva.web.startup;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
Loading…
Reference in New Issue