Skip to content

Commit

Permalink
Removed legacy SVN version tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed May 11, 2019
1 parent 5e67418 commit 58bbc07
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
* single class. A first step of hopefully merging the two into one some day.
*
* @author Dennis Lundberg
* @version $Id$
*/
public abstract class AbstractScriptGeneratorMojo
extends AbstractAppAssemblerMojo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
* Assembles the artifacts and generates bin scripts for the configured applications
*
* @author <a href="mailto:kristian.nordal@gmail.com">Kristian Nordal</a>
* @version $Id$
*/
@Mojo( name = "assemble", defaultPhase = LifecyclePhase.PACKAGE, requiresDependencyResolution = ResolutionScope.RUNTIME, threadSafe = true )
public class AssembleMojo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
* version - if that could generate a flat layout and exclude JARs, it may be a suitable replacement.
*
* @author <a href="mailto:kristian.nordal@gmail.com">Kristian Nordal</a>
* @version $Id$
*/
@Mojo( name = "create-repository", defaultPhase = LifecyclePhase.PACKAGE, requiresDependencyResolution = ResolutionScope.RUNTIME, threadSafe = true )
public class CreateRepositoryMojo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class Daemon
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
* Generates JSW based daemon wrappers.
*
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
@Mojo( name = "generate-daemons", defaultPhase = LifecyclePhase.PACKAGE, requiresDependencyResolution = ResolutionScope.RUNTIME, threadSafe = true )
public class GenerateDaemonsMojo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

/**
* @author <a href="mailto:kristian.nordal@gmail.com">Kristian Nordal</a>
* @version $Id$
* @deprecated Use generate-daemons instead
*/
public class Program
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

/**
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class DaemonGenerationRequest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class DaemonGeneratorException
extends Exception
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
* @plexus.component
*/
public class DefaultDaemonGeneratorService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
* {@link WindowsBooterDaemonGenerator}.
*
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public abstract class AbstractBooterDaemonGenerator
extends AbstactScriptDaemonGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@

/**
* @author Andrew Williams
* @version $Id$
* @plexus.component role-hint="daemontools"
*/
public class DaemonToolsDaemonGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
* @plexus.component role-hint="generic"
*/
public class GenericDaemonGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
* @plexus.component role-hint="jsw"
*/
public class JavaServiceWrapperDaemonGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

/**
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
* @plexus.component
*/
public class DefaultDaemonMerger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

/**
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
* @plexus.component
*/
public class DefaultScriptGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

/**
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public interface ScriptGenerator
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* http://svn.apache.org/viewvc/maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository
* /layout/DefaultRepositoryLayout.java
*
* @version $Id$
* @plexus.component role="org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout" role-hint="flat"
*/
public class FlatRepositoryLayout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

/**
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class AssembleMojoTest
extends TestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public abstract class AbstractDaemonGeneratorTest
extends PlexusTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class DaemonGeneratorServiceTest
extends PlexusTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class GenericDaemonGeneratorTest
extends AbstractDaemonGeneratorTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

/**
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class PlatformTest
extends TestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

/**
* @author <a href="mailto:trygve.laugstol@objectware.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class ScriptGeneratorTest
extends PlexusTestCase
Expand Down

0 comments on commit 58bbc07

Please sign in to comment.