get RID of plexus.component annotation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-09-06 07:23:39 +00:00
parent 3929d7d7df
commit 7e35594e29
16 changed files with 4 additions and 25 deletions

View File

@ -42,7 +42,6 @@ import java.util.Set;
* Browse the repository.
*
* @todo implement repository selectors (all or specific repository)
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="browseAction" instantiation-strategy="per-lookup"
*/
@Controller( "browseAction" )
@Scope( "prototype" )

View File

@ -69,8 +69,6 @@ import java.util.TimeZone;
/**
* Delete an artifact. Metadata will be updated if one exists, otherwise it would be created.
* <p/>
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteArtifactAction" instantiation-strategy="per-lookup"
*/
@Controller( "deleteArtifactAction" )
@Scope( "prototype" )

View File

@ -49,8 +49,6 @@ import java.util.Map;
/**
* Search all indexed fields by the given criteria.
* <p/>
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="searchAction" instantiation-strategy="per-lookup"
*/
@Controller( "searchAction" )
@Scope( "prototype" )

View File

@ -24,8 +24,6 @@ import org.springframework.stereotype.Controller;
/**
* Stores the organisation information for displaying on the page.
* <p/>
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="organisationInfo" instantiation-strategy="per-lookup"
*/
@Controller( "organisationInfo" )
@Scope( "prototype" )

View File

@ -28,8 +28,6 @@ import org.springframework.stereotype.Controller;
* AddProxyConnectorAction
*
* @version $Id$
* <p/>
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="addProxyConnectorAction" instantiation-strategy="per-lookup"
*/
@Controller( "addProxyConnectorAction" )
@Scope( "prototype" )

View File

@ -27,8 +27,7 @@ import org.springframework.stereotype.Controller;
* DeleteProxyConnectorAction
*
* @version $Id$
*
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteProxyConnectorAction" instantiation-strategy="per-lookup"
*
*/
@Controller( "deleteProxyConnectorAction" )
@Scope( "prototype" )

View File

@ -26,7 +26,6 @@ import org.springframework.stereotype.Controller;
/**
* DisableProxyConnectorAction
*
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="disableProxyConnectorAction" instantiation-strategy="per-lookup"
*/
@Controller( "disableProxyConnectorAction" )
@Scope( "prototype" )

View File

@ -27,8 +27,7 @@ import org.springframework.stereotype.Controller;
* EditProxyConnectorAction
*
* @version $Id$
*
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="editProxyConnectorAction" instantiation-strategy="per-lookup"
*
*/
@Controller( "editProxyConnectorAction" )
@Scope( "prototype")

View File

@ -25,8 +25,6 @@ import org.springframework.stereotype.Controller;
/**
* EnableProxyConnectorAction
* <p/>
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="enableProxyConnectorAction" instantiation-strategy="per-lookup"
*/
@Controller( "enableProxyConnectorAction" )
@Scope( "prototype" )

View File

@ -35,8 +35,7 @@ import java.util.Map;
* ProxyConnectorsAction
*
* @version $Id$
*
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="proxyConnectorsAction" instantiation-strategy="per-lookup"
*
*/
@Controller( "proxyConnectorsAction" )
@Scope( "prototype" )

View File

@ -30,8 +30,6 @@ import java.util.List;
* SortProxyConnectorsAction -
*
* @version $Id$
* <p/>
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="sortProxyConnectorsAction" instantiation-strategy="per-lookup"
*/
@Controller( "sortProxyConnectorsAction" )
@Scope( "prototype" )

View File

@ -41,7 +41,6 @@ import javax.inject.Named;
* Add a LegacyArtifactPath to archiva configuration
*
* @since 1.1
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="addLegacyArtifactPathAction" instantiation-strategy="per-lookup"
*/
@Controller( "addLegacyArtifactPathAction" )
@Scope( "prototype" )

View File

@ -30,7 +30,6 @@ import org.springframework.stereotype.Controller;
/**
* DeleteRepositoryGroupAction
*
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteRepositoryGroupAction" instantiation-strategy="per-lookup"
*/
@Controller( "deleteRepositoryGroupAction" )
@Scope( "prototype" )

View File

@ -39,7 +39,6 @@ import java.util.regex.Pattern;
/**
* RepositoryGroupsAction
*
* @version plexus.component role="com.opensymphony.xwork2.Action" role-hint="repositoryGroupsAction" instantiation-strategy="per-lookup"
*/
@Controller( "repositoryGroupsAction" )
@Scope( "prototype" )

View File

@ -30,7 +30,6 @@ import java.util.List;
/**
* SortRepositoriesAction
*
* @version plexus.component role="com.opensymphony.xwork2.Action" role-hint="sortRepositoriesAction" instantiation-strategy="per-lookup"
*/
@Controller( "sortRepositoriesAction" )
@Scope( "prototype" )

View File

@ -57,7 +57,7 @@ import java.util.Map;
import java.util.TreeMap;
/**
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="generateReport" instantiation-strategy="per-lookup"
*
*/
@Controller( "generateReport" )
@Scope( "prototype" )