get RID of org.apache.maven.archiva packages : tags package in webapp

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-09-03 08:00:58 +00:00
parent 54eed9ca99
commit b1d8c69f44
8 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.web.tags;
package org.apache.archiva.web.tags;
/*
* Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.web.tags;
package org.apache.archiva.web.tags;
/*
* Licensed to the Apache Software Foundation (ASF) under one
@ -42,7 +42,7 @@ import java.util.List;
* DependencyTree
*
* @version $Id$
* plexus.component role="org.apache.maven.archiva.web.tags.DependencyTree"
* plexus.component role="org.apache.archiva.web.tags.DependencyTree"
*/
@Service( "dependencyTree" )
public class DependencyTree

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.web.tags;
package org.apache.archiva.web.tags;
/*
* Licensed to the Apache Software Foundation (ASF) under one
@ -23,7 +23,7 @@ import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.IteratorUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.maven.archiva.common.ArchivaException;
import org.apache.maven.archiva.web.tags.DependencyTree.TreeEntry;
import org.apache.archiva.web.tags.DependencyTree.TreeEntry;
import org.springframework.beans.BeansException;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.context.support.WebApplicationContextUtils;

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.web.tags;
package org.apache.archiva.web.tags;
/*
* Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.web.tags;
package org.apache.archiva.web.tags;
/*
* Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.web.tags;
package org.apache.archiva.web.tags;
/*
* Licensed to the Apache Software Foundation (ASF) under one

View File

@ -33,7 +33,7 @@
<tag>
<name>groupIdLink</name>
<tag-class>org.apache.maven.archiva.web.tags.GroupIdLinkTag</tag-class>
<tag-class>org.apache.archiva.web.tags.GroupIdLinkTag</tag-class>
<body-content>empty</body-content>
<description><![CDATA[Render a groupId as a set of Links]]></description>
@ -58,7 +58,7 @@
<tag>
<name>copy-paste-snippet</name>
<tag-class>org.apache.maven.archiva.web.tags.CopyPasteSnippetTag</tag-class>
<tag-class>org.apache.archiva.web.tags.CopyPasteSnippetTag</tag-class>
<body-content>empty</body-content>
<description><![CDATA[Render a copy paste snippet for the provided object]]></description>
@ -82,7 +82,7 @@
<tag>
<name>dependency-tree</name>
<tag-class>org.apache.maven.archiva.web.tags.DependencyTreeTag</tag-class>
<tag-class>org.apache.archiva.web.tags.DependencyTreeTag</tag-class>
<body-content>JSP</body-content>
<description><![CDATA[Render a dependency tree for the provided project.]]></description>

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.web.tags;
package org.apache.archiva.web.tags;
/*
* Licensed to the Apache Software Foundation (ASF) under one