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. * Browse the repository.
* *
* @todo implement repository selectors (all or specific 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" ) @Controller( "browseAction" )
@Scope( "prototype" ) @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. * 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" ) @Controller( "deleteArtifactAction" )
@Scope( "prototype" ) @Scope( "prototype" )

View File

@ -49,8 +49,6 @@ import java.util.Map;
/** /**
* Search all indexed fields by the given criteria. * 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" ) @Controller( "searchAction" )
@Scope( "prototype" ) @Scope( "prototype" )

View File

@ -24,8 +24,6 @@ import org.springframework.stereotype.Controller;
/** /**
* Stores the organisation information for displaying on the page. * 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" ) @Controller( "organisationInfo" )
@Scope( "prototype" ) @Scope( "prototype" )

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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