]> source.dussan.org Git - archiva.git/commitdiff
get RID of plexus.component annotation
authorOlivier Lamy <olamy@apache.org>
Tue, 6 Sep 2011 07:23:39 +0000 (07:23 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 6 Sep 2011 07:23:39 +0000 (07:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165524 13f79535-47bb-0310-9956-ffa450edef68

16 files changed:
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/BrowseAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/DeleteArtifactAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/SearchAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/appearance/OrganisationInfoAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/connectors/proxy/AddProxyConnectorAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/connectors/proxy/DeleteProxyConnectorAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/connectors/proxy/DisableProxyConnectorAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/connectors/proxy/EditProxyConnectorAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/connectors/proxy/EnableProxyConnectorAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/connectors/proxy/ProxyConnectorsAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/connectors/proxy/SortProxyConnectorsAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/legacy/AddLegacyArtifactPathAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/repositories/DeleteRepositoryGroupAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/repositories/RepositoryGroupsAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/repositories/SortRepositoriesAction.java
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/reports/GenerateReportAction.java

index 9b3cb7f58004616da13a4c12000ed6156f9017e1..678ae555b62ddd97376228d98be8991183369e78 100644 (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" )
index 33c92ce2ed2f2db3190b0ce68bc42025af54fc7b..431075ccbca1f25605e0aa46a5e5354fde47e80e 100644 (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" )
index 1fe7630961d084caa326f634c5c7eae7dea0b7b2..f9a65f572378cf6bdb1ab4211a933f73175f4c0d 100644 (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" )
index 9c5925b06bf8f0331a3d2743d22c9cd0215a9b8e..79213361eb37eec5743e5ccda3bb4838c019c042 100644 (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" )
index 7509cc651f5d2b0201a68ae98d12b42015b87b1b..9d295cf8885e8226bb220595843fdb622cc22fb2 100644 (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" )
index 8ca1b97c4b10be4707a8e8231405f8608cb3331b..72cc99e64fa4c630a7d13017f24fb2dbb9edfff0 100644 (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" )
index 022e7b3a72fa223a55536bf1867a3c5c701cdaf1..a8c349219ee0e2b0739adfe82b3388259e264547 100644 (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" )
index 288db7330692ad6b77ddfa006365494b4dd17ea3..5d884f22176b55ecfd26adf3be8d5ee23e5206b8 100644 (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")
index 5af6c8fae90af9bb1aba73c40299353d28b2de0a..4dcda02a59d103552421f8e82da7e98c6537345f 100644 (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" )
index 7dffb70676e49c977e2cfdf6a111d719b6328084..c9b70f98f3a695148863af271c717cc109f7a2e4 100644 (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" )
index adfd6c0b7fee9f18cfbd3ec783bd660f5e268944..401bb58b2162b378354a90844de3fde66b9636a7 100644 (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" )
index 4b2735adbc3d8866ee8b2d524811539928128219..858045667d4b9f580d6f4bf15240a0d03d3f524c 100644 (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" )
index b8e6ba5269893120f05752c5044173176f138735..541b77830a642e31508ca6365d2c95ec84bca939 100644 (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" )
index 9d63a58fd7ce8ac55fab3f259f43df09c465f572..a45dace2b03c53cbcad0dae7970e20f931bd4776 100644 (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" )
index 25fa66c2a7ed9d92b5dd0abdae17b3efaf753955..9139a9e356bedfc231d6e07bc20f5661cd8ae192 100644 (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" )
index e950ef6f20635fc0d8d2e36eac06b99cdc617844..c43749602342f729d8122f4fadf0f073c2c56c1d 100644 (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" )