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:
Olivier Lamy 2011-09-03 08:05:44 +00:00
parent b1d8c69f44
commit 50ec629df8
7 changed files with 9 additions and 10 deletions

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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