fix missing "@since 1.1"

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@603932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicolas De Loof 2007-12-13 15:02:22 +00:00
parent 7b407f8e1d
commit e25c4643a5
8 changed files with 11 additions and 6 deletions

View File

@ -107,7 +107,7 @@
</field>
<field>
<name>legacyArtifactPaths</name>
<version>1.0.0+</version>
<version>1.1.0+</version>
<association>
<type>LegacyArtifactPath</type>
<multiplicity>*</multiplicity>
@ -443,11 +443,11 @@
<class>
<name>LegacyArtifactPath</name>
<version>1.0.0+</version>
<version>1.1.0+</version>
<fields>
<field>
<name>path</name>
<version>1.0.0+</version>
<version>1.1.0+</version>
<type>String</type>
<required>true</required>
<description>
@ -456,7 +456,7 @@
</field>
<field>
<name>artifact</name>
<version>1.0.0+</version>
<version>1.1.0+</version>
<type>String</type>
<required>true</required>
<description>

View File

@ -25,6 +25,7 @@
/**
* Test the generated LegacyArtifactPath class from Modello. This is primarily to test the hand coded methods.
* @since 1.1
*/
public class LegacyArtifactPathTest
extends TestCase

View File

@ -29,6 +29,7 @@
/**
* ArtifactExtensionMapping
*
* @since 1.1
*/
public class ArtifactClassifierMapping
{

View File

@ -363,6 +363,7 @@ public void testGoodDetectPluginGeronimoPackaging()
/**
* [MRM-594] add some hook in LegacyPathParser to allow exceptions in artifact resolution
* @since 1.1
*/
public void testCustomExceptionsInArtifactResolution()
throws LayoutException

View File

@ -18,7 +18,7 @@ Apache Archiva legacy support configuration
repository, but users may require support for private artifact or for
artifacts with classifiers.
Archiva provides a legacy support configuration to the administrator. It
Since version 1.1, archiva provides a legacy support configuration to the administrator. It
is possible to register some custom legacy path and the expected artifact
reference. Archiva will check that the entered artifact reference match
the legacy path, to avoid corrupted datas in repository :

View File

@ -34,7 +34,7 @@
/**
* Add a LegacyArtifactPath to archiva configuration
*
*
* @since 1.1
* @plexus.component role="com.opensymphony.xwork.Action" role-hint="addLegacyArtifactPathAction"
*/
public class AddLegacyArtifactPathAction

View File

@ -32,6 +32,7 @@
* Delete a LegacyArtifactPath to archiva configuration
*
*
* @since 1.1
* @plexus.component role="com.opensymphony.xwork.Action" role-hint="deleteLegacyArtifactPathAction"
*/
public class DeleteLegacyArtifactPathAction

View File

@ -41,6 +41,7 @@
/**
* Shows the LegacyArtifactPath Tab for the administrator.
*
* @since 1.1
* @plexus.component role="com.opensymphony.xwork.Action" role-hint="legacyArtifactPathAction"
*/
public class LegacyArtifactPathAction