Skip to content

Commit

Permalink
Finish Subversion to Git SCM migration: remove "@Version $Revision: $…
Browse files Browse the repository at this point in the history
…" since Git does not support automatic keyword substitution.
  • Loading branch information
rhusar committed Jan 23, 2025
1 parent 2d830cc commit fc896e8
Show file tree
Hide file tree
Showing 456 changed files with 0 additions and 457 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* ArquillianDescriptor
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public interface ArquillianDescriptor extends Descriptor {
EngineDef engine();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* ContainerDescription
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public interface ContainerDef extends ArquillianDescriptor {
String getContainerName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* DefaultProtocolDescription
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public interface DefaultProtocolDef extends ArquillianDescriptor {
String getType();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* EngineDef
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public interface EngineDef extends ArquillianDescriptor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* ExtensionDef
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public interface ExtensionDef extends ArquillianDescriptor {
String getExtensionName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* GroupDescription
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public interface GroupDef extends ArquillianDescriptor {
String getGroupName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* ProtocolDescription
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public interface ProtocolDef extends ContainerDef {
String getType();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
* ArquillianDescriptor
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ArquillianDescriptorImpl extends NodeDescriptorImplBase implements ArquillianDescriptor {
//-------------------------------------------------------------------------------------||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* ContainerDefImpl
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerDefImpl extends ArquillianDescriptorImpl implements ContainerDef {
private Node container;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* DefaultProtocolDefImpl
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class DefaultProtocolDefImpl extends ArquillianDescriptorImpl implements DefaultProtocolDef {
private Node protocol;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* EngineDefImpl
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class EngineDefImpl extends ArquillianDescriptorImpl implements EngineDef {
private static final String exportPath = "property@name=deploymentExportPath";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* ExtensionDefImpl
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ExtensionDefImpl extends ArquillianDescriptorImpl implements ExtensionDef {
private Node extension;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* ContainerDefImpl
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class GroupContainerDefImpl extends ContainerDefImpl implements GroupDef {
private Node group;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* GroupDefImpl
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class GroupDefImpl extends ArquillianDescriptorImpl implements GroupDef {
private Node group;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* ProtocolDefImpl
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ProtocolDefImpl extends ContainerDefImpl implements ProtocolDef {
private Node protocol;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* ConfigExtension
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ConfigExtension implements LoadableExtension {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* Configurator
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ConfigurationRegistrar {
public static final String ARQUILLIAN_XML_PROPERTY = "arquillian.xml";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* FileUtils
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
class FileUtils {
static Properties loadArquillianProperties(String propertyName, String defaultName) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
* arq.container.[qualifier].configuration.[property_name]=[ORIGINAL] new-values
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
class PropertiesParser {
private static String ARQ_PROPERTY = "arq\\..*";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
* @author <a href="[email protected]">Claudio Vesco</a>
* @author <a href="mailto:[email protected]">Adrian Brock</a>
* @author <a href="mailto:[email protected]">Dimitris Andreadis</a>
* @version <tt>$Revision: 2898 $</tt>
*/
public final class StringPropertyReplacer {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
* ArquillianDescriptorTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ArquillianDescriptorTestCase {
private static final String CONTAINER_NAME_1 = "jbossas-remote";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* Simple helper for Xpath related Assertions.
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public final class AssertXPath {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
* ConfigurationRegistrarTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
@RunWith(MockitoJUnitRunner.class)
public class ConfigurationRegistrarTestCase extends AbstractManagerTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* SystemPropertiesReaderTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class PropertiesParserTestCase {
private static final String ENGINE_PROP_DEPLOYMENTS = "arq.engine.deploymentExportPath";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* ContainerCreationException
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerCreationException extends RuntimeException {
private static final long serialVersionUID = 7783398740102071179L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
* ContainerExtension
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerExtension implements LoadableExtension {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
* Container
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerImpl<T extends ContainerConfiguration> implements Container<T> {
@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* DefaultServerKillProcessor
*
* @author <a href="mailto:[email protected]">Martin Gencur</a>
* @version $Revision: $
*/
public class DefaultServerKillProcessor implements ServerKillProcessor {
private final Logger log = Logger.getLogger(DefaultServerKillProcessor.class.getName());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* FilteredURLClassLoader
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class FilteredURLClassLoader extends URLClassLoader {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* ContainerManager
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class LocalContainerRegistry implements ContainerRegistry {
private List<Container> containers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* MapObjectPopulator
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class MapObject {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* A set of privileged actions that are not to leak out
* of this package
*
* @version $Revision: $
*/
final class SecurityActions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* ThreadContext
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ThreadContext {
private static ThreadLocal<ClassLoader> previousClassloader = new ThreadLocal<ClassLoader>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* Activates and DeActivates the Container and Deployment contexts.
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerDeploymentContextHandler {
@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
* and handle them inside the same context.
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerDeployController {
@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* ContainerController
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerLifecycleController {
@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* OperationResult
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerOperationResult<T> {
private List<Operation<T>> operations;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
* ContainerRegistryCreator
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerRegistryCreator {
static final String ARQUILLIAN_LAUNCH_PROPERTY = "arquillian.launch";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* the {@link Deployment}.
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class DeploymentExceptionHandler {
@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* A set of privileged actions that are not to leak out
* of this package
*
* @version $Revision: $
*/
final class SecurityActions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* Used for debugging the deployment.
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ArchiveDeploymentExporter {
private static final Logger log = Logger.getLogger(ArchiveDeploymentExporter.class.getName());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* A set of privileged actions that are not to leak out
* of this package
*
* @version $Revision: $
*/
final class SecurityActions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* ContainerContext
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class ContainerContextImpl extends AbstractContext<String> implements ContainerContext {
/* (non-Javadoc)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* ContainerContext
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class DeploymentContextImpl extends AbstractContext<Deployment> implements DeploymentContext {
/* (non-Javadoc)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
* DomainModelTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
@RunWith(MockitoJUnitRunner.class)
public class ContainerRegistryTestCase extends AbstractContainerTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* MapObjectTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
public class MapObjectTestCase {
private static final String VAL_STRING = "test123";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
* ContainerDeployControllerTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
@SuppressWarnings({"unchecked", "rawtypes"})
@RunWith(MockitoJUnitRunner.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
* ContainerLifecycleControllerTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
@SuppressWarnings({"unchecked", "rawtypes"})
@RunWith(MockitoJUnitRunner.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* ContainerRegistryCreatorTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
@RunWith(MockitoJUnitRunner.class)
public class ContainerRegistryCreatorTestCase extends AbstractContainerTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
* DeploymentExceptionHandlerTestCase
*
* @author <a href="mailto:[email protected]">Aslak Knutsen</a>
* @version $Revision: $
*/
@RunWith(MockitoJUnitRunner.class)
public class DeploymentExceptionHandlerTestCase extends AbstractContainerTestBase {
Expand Down
Loading

0 comments on commit fc896e8

Please sign in to comment.