update to keywords for SVN

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@170200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-05-15 06:24:19 +00:00
parent f81b049ae6
commit 74a6355115
162 changed files with 163 additions and 163 deletions

View File

@ -30,7 +30,7 @@ import org.apache.tools.ant.taskdefs.optional.junit.JUnitTest;
* to execute the Abbot tests. In order to use this class, it must be
* referenced as the main class in the JNLP file.
*
* @version $Id: AbbotWebstartTestRunner.java,v 1.1 2004/06/12 14:10:25 vmassol Exp $
* @version $Id$
*/
public class AbbotWebstartTestRunner
{

View File

@ -26,7 +26,7 @@ import java.util.StringTokenizer;
*
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
*
* @version $Id: Formatter.java,v 1.6 2004/06/24 08:50:32 vmassol Exp $
* @version $Id$
*/
public final class Formatter
{

View File

@ -30,7 +30,7 @@ import org.apache.commons.net.smtp.SimpleSMTPHeader;
*
* @author Felipe Leme
*
* @version $Id: MailUtils.java,v 1.1 2004/08/07 15:49:37 vmassol Exp $
* @version $Id$
*/
public class MailUtils
{

View File

@ -25,7 +25,7 @@ import java.util.List;
/**
* @author <a href="bwalding@jakarta.org">Ben Walding</a>
* @version $Id: PackageTool.java,v 1.2 2004/03/02 14:59:51 evenisse Exp $
* @version $Id$
*/
public class PackageTool
{

View File

@ -47,7 +47,7 @@ import org.apache.tools.ant.types.Commandline;
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @author <a href="mailto:pete-apache-dev@kazmier.com">Pete Kazmier</a>
* @version
* $Id: AbstractChangeLogGenerator.java,v 1.5 2004/03/02 15:00:17 evenisse Exp $
* $Id$
*/
public abstract class AbstractChangeLogGenerator implements ChangeLogGenerator, ExecuteStreamHandler
{

View File

@ -28,7 +28,7 @@ import java.util.Vector;
* @task add time of change to the entry
* @task investigate betwixt for toXML method
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: ChangeLogEntry.java,v 1.5 2004/11/20 01:55:46 felipeal Exp $
* @version $Id$
*/
public class ChangeLogEntry
{

View File

@ -22,7 +22,7 @@ package org.apache.maven.changelog;
* and ChangeLogParser pairs.
*
* @author Glenn McAllister
* @version $Id: ChangeLogFactory.java,v 1.2 2004/03/02 15:00:17 evenisse Exp $
* @version $Id$
*/
public interface ChangeLogFactory
{

View File

@ -22,7 +22,7 @@ package org.apache.maven.changelog;
* command
* @task remove previous revision along with parser changes
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: ChangeLogFile.java,v 1.2 2004/03/02 15:00:17 evenisse Exp $
* @version $Id$
*/
public class ChangeLogFile
{

View File

@ -27,7 +27,7 @@ import java.util.Collection;
*
* @author Glenn McAllister
* @author dion
* @version $Id: ChangeLogGenerator.java,v 1.2 2004/03/02 15:00:17 evenisse Exp $
* @version $Id$
*/
public interface ChangeLogGenerator
{

View File

@ -27,7 +27,7 @@ import java.util.Collection;
* {@link ChangeLogEntry} objects.
*
* @author Glenn McAllister
* @version $Id: ChangeLogParser.java,v 1.3 2004/07/08 08:36:51 evenisse Exp $
* @version $Id$
*/
public interface ChangeLogParser
{

View File

@ -26,7 +26,7 @@ import org.apache.maven.changelog.ChangeLogParser;
* ChangeLogParser interfaces.
*
* @author Glenn McAllister
* @version $Id: CvsChangeLogFactory.java,v 1.2 2004/03/02 15:00:18 evenisse Exp $
* @version $Id$
*/
public class CvsChangeLogFactory implements ChangeLogFactory
{

View File

@ -39,7 +39,7 @@ import org.apache.maven.changelog.ChangeLogFile;
* A class to parse cvs log output
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: CvsChangeLogParser.java,v 1.4 2004/11/20 01:55:46 felipeal Exp $
* @version $Id$
*/
class CvsChangeLogParser implements ChangeLogParser
{

View File

@ -26,7 +26,7 @@ import org.apache.maven.changelog.ChangeLogParser;
* ChangeLogParser interfaces.
*
* @author <a href="mailto:evenisse@ifrance.com">Emmanuel Venisse</a>
* @version $Id: StarteamChangeLogFactory.java,v 1.2 2004/03/02 15:00:18 evenisse Exp $
* @version $Id$
*/
public class StarteamChangeLogFactory implements ChangeLogFactory
{

View File

@ -32,7 +32,7 @@ import org.apache.tools.ant.types.Commandline;
* interface.
*
* @author <a href="mailto:evenisse@ifrance.com">Emmanuel Venisse</a>
* @version $Id: StarteamChangeLogGenerator.java,v 1.4 2004/03/02 15:00:18 evenisse Exp $
* @version $Id$
*/
class StarteamChangeLogGenerator extends AbstractChangeLogGenerator
{

View File

@ -41,7 +41,7 @@ import org.apache.commons.logging.LogFactory;
* A class to parse starteam log output
*
* @author <a href="mailto:evenisse@ifrance">Emmanuel Venisse</a>
* @version $Id: StarteamChangeLogParser.java,v 1.5 2004/07/08 08:36:51 evenisse Exp $
* @version $Id$
*/
class StarteamChangeLogParser implements ChangeLogParser
{

View File

@ -26,7 +26,7 @@ import org.apache.maven.changelog.ChangeLogParser;
* ChangeLogParser interfaces.
*
* @author <a href="mailto:pete-apache-dev@kazmier.com">Pete Kazmier</a>
* @version $Id: SvnChangeLogFactory.java,v 1.2 2004/03/02 15:00:18 evenisse Exp $
* @version $Id$
*/
public class SvnChangeLogFactory implements ChangeLogFactory
{

View File

@ -27,7 +27,7 @@ import java.io.IOException;
* provide the output as a String
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: AsyncStreamReader.java,v 1.2 2004/03/02 15:00:18 evenisse Exp $
* @version $Id$
*/
public class AsyncStreamReader extends Thread
{

View File

@ -28,7 +28,7 @@ import junit.textui.TestRunner;
* Tests for the {@link ChangeLogEntry} class
*
* @author dion
* @version $Id: ChangeLogEntryTest.java,v 1.3 2004/11/20 01:55:46 felipeal Exp $
* @version $Id$
*/
public class ChangeLogEntryTest extends TestCase
{

View File

@ -25,7 +25,7 @@ import junit.textui.TestRunner;
/**
* Test cases for {@link ChangeLogFile}
* @author dIon Gillard
* @version $Id: ChangeLogFileTest.java,v 1.2 2004/03/02 15:00:19 evenisse Exp $
* @version $Id$
*/
public class ChangeLogFileTest extends TestCase
{

View File

@ -22,7 +22,7 @@ import junit.framework.TestCase;
/**
* Unit Tests for {@link CvsChangeLogFactory}
* @author dion
* @version $Id: CvsChangeLogFactoryTest.java,v 1.2 2004/03/02 15:00:19 evenisse Exp $
* @version $Id$
*/
public class CvsChangeLogFactoryTest extends TestCase
{

View File

@ -26,7 +26,7 @@ import junit.framework.TestCase;
/**
* @author <a href="bwalding@jakarta.org">Ben Walding</a>
* @version $Id: CvsChangeLogGeneratorTest.java,v 1.11 2004/09/24 10:47:03 brett Exp $
* @version $Id$
*/
class ExposeGenerator extends CvsChangeLogGenerator
{
@ -39,7 +39,7 @@ class ExposeGenerator extends CvsChangeLogGenerator
/**
* @author <a href="bwalding@jakarta.org">Ben Walding</a>
* @version $Id: CvsChangeLogGeneratorTest.java,v 1.11 2004/09/24 10:47:03 brett Exp $
* @version $Id$
*/
public class CvsChangeLogGeneratorTest extends TestCase
{

View File

@ -28,7 +28,7 @@ import org.apache.maven.changelog.ChangeLogEntry;
/**
* Test cases for {@link CvsChangeLogParser}
* @author dion
* @version $Id: CvsChangeLogParserTest.java,v 1.3 2004/11/20 01:55:46 felipeal Exp $
* @version $Id$
*/
public class CvsChangeLogParserTest extends TestCase
{

View File

@ -28,7 +28,7 @@ import org.apache.maven.changelog.ChangeLogEntry;
/**
* Test cases for {@link CvsConnection}
* @author
* @version $Id: CvsConnectionTest.java,v 1.3 2004/07/09 11:53:45 dion Exp $
* @version $Id$
*/
public class CvsConnectionTest extends TestCase
{

View File

@ -25,7 +25,7 @@ import org.netbeans.lib.cvsclient.event.MessageEvent;
/**
* Test cases for {@link CvsLogListener}
* @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
* @version $Id: CvsLogListenerTest.java,v 1.3 2004/03/02 15:00:19 evenisse Exp $
* @version $Id$
*/
public class CvsLogListenerTest extends TestCase
{

View File

@ -22,7 +22,7 @@ import junit.framework.TestCase;
/**
* Unit Tests for {@link StarteamChangeLogFactory}
* @author <a href="mailto:evenisse@ifrance.com">Emmanuel Venisse</a>
* @version $Id: StarteamChangeLogFactoryTest.java,v 1.2 2004/03/02 15:00:19 evenisse Exp $
* @version $Id$
*/
public class StarteamChangeLogFactoryTest extends TestCase
{

View File

@ -30,7 +30,7 @@ import org.apache.maven.changelog.ChangeLogEntry;
/**
* Test cases for {@link StarteamChangeLogParser}
* @author <a href="mailto:evenisse@ifrance.com">Emmanuel Venisse</a>
* @version $Id: StarteamChangeLogParser2Test.java,v 1.1 2004/07/08 08:36:51 evenisse Exp $
* @version $Id$
*/
public class StarteamChangeLogParser2Test extends TestCase
{

View File

@ -30,7 +30,7 @@ import org.apache.maven.changelog.ChangeLogEntry;
/**
* Test cases for {@link StarteamChangeLogParser}
* @author <a href="mailto:evenisse@ifrance.com">Emmanuel Venisse</a>
* @version $Id: StarteamChangeLogParserTest.java,v 1.3 2004/07/08 08:36:51 evenisse Exp $
* @version $Id$
*/
public class StarteamChangeLogParserTest extends TestCase
{

View File

@ -30,7 +30,7 @@ import org.apache.maven.changelog.ChangeLogEntry;
* Test cases for {@link SvnChangeLogParser}.
*
* @author <a href="mailto:pete-apache-dev@kazmier.com">Pete Kazmier</a>
* @version $Id: SvnChangeLogParserTest.java,v 1.5 2004/05/10 02:00:25 dion Exp $
* @version $Id$
*/
public class SvnChangeLogParserTest extends TestCase
{

View File

@ -20,7 +20,7 @@ package org.apache.maven.changes;
/**
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
*
* @version $Id: IssueFinder.java,v 1.3 2004/03/02 15:37:56 evenisse Exp $
* @version $Id$
*/
public class IssueFinder
{

View File

@ -28,7 +28,7 @@ import org.dom4j.io.*;
/**
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*
* @version $Id: ReleaseVersion.java,v 1.4 2004/08/06 21:40:46 carlos Exp $
* @version $Id$
*/
public class ReleaseVersion
{

View File

@ -22,7 +22,7 @@ import java.text.DecimalFormat;
/**
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
*
* @version $Id: CloverTPC.java,v 1.2 2004/03/02 15:02:37 evenisse Exp $
* @version $Id$
*/
public class CloverTPC
{

View File

@ -25,7 +25,7 @@ import org.apache.maven.repository.ArtifactTypeHandler;
* This will do until wagon debuts.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id: DistributionArtifactTypeHandler.java,v 1.1 2004/06/25 13:48:53 brett Exp $
* @version $Id$
*/
public class DistributionArtifactTypeHandler implements ArtifactTypeHandler
{

View File

@ -27,7 +27,7 @@ import junit.framework.TestCase;
* This will do until wagon debuts.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id: DistributionArtifactTypeHandlerTest.java,v 1.1 2004/06/25 13:48:54 brett Exp $
* @version $Id$
*/
public class DistributionArtifactTypeHandlerTest extends TestCase
{

View File

@ -22,7 +22,7 @@
Author: Berin Loritsch (bloritsch@infoplanning.com)
Author: Peter Donald (donaldp@apache.org)
Author: dIon Gillard (trongus@yahoo.com)
Version: $Id: docbook2document.xsl,v 1.3 2004/03/05 10:27:25 evenisse Exp $
Version: $Id$
FIXME: - Doesn't handle attributes of informaltable and other docbook
elements
- currently doesn't process all docbook elements

View File

@ -16,7 +16,7 @@ import javax.ejb.EntityBean;
* query="SELECT DISTINCT e.id FROM Example AS e WHERE e.name = ?1"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: ExampleBean.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public abstract class ExampleBean implements EntityBean {
/**

View File

@ -22,7 +22,7 @@ import org.apache.commons.logging.LogFactory;
* view-type="local"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: ExampleFacadeBean.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public abstract class ExampleFacadeBean implements SessionBean {
/**

View File

@ -6,7 +6,7 @@ import org.apache.cactus.ServletTestCase;
* This tests the facade methods using the Cactus framework.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityWithCactusTest.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public class SanityWithCactusTest extends ServletTestCase {

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -27,7 +27,7 @@ import example.ejb.ExampleFacadeUtil;
* name="ejb/ExampleFacadeLocal"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: EjbServlet.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public class EjbServlet extends HttpServlet {
/**

View File

@ -15,7 +15,7 @@ import javax.servlet.http.HttpServletResponse;
* @web.servlet-mapping url-pattern="/HelloWorld"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HelloWorldServlet.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public class HelloWorldServlet extends HttpServlet {
/**

View File

@ -9,7 +9,7 @@ import example.web.HelloWorldServlet;
* This tests that the HelloWorld servlet is functioning
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HelloWorldServletTest.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public class HelloWorldServletTest extends ServletTestCase {

View File

@ -7,7 +7,7 @@ import com.meterware.httpunit.WebConversation;
/**
* This tests the system using the HttpUnit
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HttpUnitTest.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public class HttpUnitTest extends ServletTestCase {

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/03/07 00:21:19 evenisse Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -16,7 +16,7 @@ import javax.ejb.EntityBean;
* query="SELECT DISTINCT e.id FROM Example AS e WHERE e.name = ?1"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: ExampleBean.java,v 1.1 2004/02/20 14:17:44 evenisse Exp $
* @version $Id$
*/
public abstract class ExampleBean implements EntityBean {
/**

View File

@ -22,7 +22,7 @@ import org.apache.commons.logging.LogFactory;
* view-type="local"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: ExampleFacadeBean.java,v 1.1 2004/02/20 14:17:44 evenisse Exp $
* @version $Id$
*/
public abstract class ExampleFacadeBean implements SessionBean {
/**

View File

@ -6,7 +6,7 @@ import org.apache.cactus.ServletTestCase;
* This tests the facade methods using the Cactus framework.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityWithCactusTest.java,v 1.1 2004/02/27 06:06:32 evenisse Exp $
* @version $Id$
*/
public class SanityWithCactusTest extends ServletTestCase {

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/02/20 14:17:44 evenisse Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -26,7 +26,7 @@ import org.apache.struts.action.DynaActionForm;
* path="/WEB-INF/jsp/input.jsp"
*
* @author <a href="mailto:trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: InputAction.java,v 1.2 2004/05/01 13:09:35 evenisse Exp $
* @version $Id$
*/
public class InputAction extends Action {
/**

View File

@ -9,7 +9,7 @@ import com.meterware.httpunit.WebForm;
* This tests the site using HttpUnit
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano </a>
* @version $Id: HttpUnitTest.java,v 1.1 2004/02/27 06:22:26 evenisse Exp $
* @version $Id$
*/
public class HttpUnitTest extends ServletTestCase {
/**

View File

@ -6,7 +6,7 @@ import servletunit.struts.CactusStrutsTestCase;
* This tests the functionality of the StrutsTestCase
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano </a>
* @version $Id: StrutsTest.java,v 1.1 2004/02/27 06:22:26 evenisse Exp $
* @version $Id$
*/
public class StrutsTest extends CactusStrutsTestCase {

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/02/27 06:22:26 evenisse Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -26,7 +26,7 @@ import org.apache.struts.action.DynaActionForm;
* path="/WEB-INF/jsp/input.jsp"
*
* @author <a href="mailto:trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: InputAction.java,v 1.2 2004/05/01 13:09:36 evenisse Exp $
* @version $Id$
*/
public class InputAction extends Action {
/**

View File

@ -9,7 +9,7 @@ import com.meterware.httpunit.WebForm;
* This tests the site using HttpUnit
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano </a>
* @version $Id: HttpUnitTest.java,v 1.1 2004/02/27 06:22:26 evenisse Exp $
* @version $Id$
*/
public class HttpUnitTest extends ServletTestCase {
/**

View File

@ -6,7 +6,7 @@ import servletunit.struts.CactusStrutsTestCase;
* This tests the functionality of the StrutsTestCase
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano </a>
* @version $Id: StrutsTest.java,v 1.1 2004/02/27 06:22:26 evenisse Exp $
* @version $Id$
*/
public class StrutsTest extends CactusStrutsTestCase {

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/02/27 06:22:26 evenisse Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -15,7 +15,7 @@ import javax.servlet.http.HttpServletResponse;
* @web.servlet-mapping url-pattern="/HelloWorld"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HelloWorldServlet.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class HelloWorldServlet extends HttpServlet {
/**

View File

@ -9,7 +9,7 @@ import @PACKAGE@.HelloWorldServlet;
* This tests that the HelloWorld servlet is functioning
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HelloWorldServletTest.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class HelloWorldServletTest extends ServletTestCase {

View File

@ -7,7 +7,7 @@ import com.meterware.httpunit.WebConversation;
/**
* This tests the system using the HttpUnit
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HttpUnitTest.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class HttpUnitTest extends ServletTestCase {

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -23,7 +23,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/11/25 00:26:28 felipeal Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -15,7 +15,7 @@ import javax.servlet.http.HttpServletResponse;
* @web.servlet-mapping url-pattern="/HelloWorld"
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HelloWorldServlet.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class HelloWorldServlet extends HttpServlet {
/**

View File

@ -9,7 +9,7 @@ import @PACKAGE@.HelloWorldServlet;
* This tests that the HelloWorld servlet is functioning
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HelloWorldServletTest.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class HelloWorldServletTest extends ServletTestCase {

View File

@ -7,7 +7,7 @@ import com.meterware.httpunit.WebConversation;
/**
* This tests the system using the HttpUnit
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: HttpUnitTest.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class HttpUnitTest extends ServletTestCase {

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* This is a simple JUnit test case to ensure that the environment is okay.
*
* @author <a href="trajano@yahoo.com">Archimedes Trajano</a>
* @version $Id: SanityTest.java,v 1.1 2004/02/27 06:22:27 evenisse Exp $
* @version $Id$
*/
public class SanityTest extends TestCase {
public void testSanity() {

View File

@ -33,7 +33,7 @@ import org.xml.sax.SAXException;
* Based on the J2EEEntityResolver from the J2EE plugin
*
* @author eric pugh
* @version $Id: HibernateEntityResolver.java,v 1.1 2004/07/23 11:25:25 epugh Exp $
* @version $Id$
*/
public class HibernateEntityResolver implements EntityResolver
{

View File

@ -31,7 +31,7 @@ import org.apache.tools.ant.DirectoryScanner;
/**
*
* @author <a href="as851@columbia.edu">Alex Shneyderman</a>
* @since $Id: CommonOperationsBean.java,v 1.1 2004/07/02 07:32:53 epugh Exp $
* @since $Id$
*/
public class CommonOperationsBean {

View File

@ -34,7 +34,7 @@ import org.dom4j.io.XMLWriter;
/**
*
* @author <a href="as851@columbia.edu">Alex Shneyderman</a>
* @since $Id: MappingsAggregatorBean.java,v 1.2 2004/07/23 11:25:24 epugh Exp $
* @since $Id$
*/
public class MappingsAggregatorBean extends CommonOperationsBean
{

View File

@ -34,7 +34,7 @@ import org.apache.commons.logging.LogFactory;
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @author <a href="maven@felipeal.net">Felipe Leme</a>
* @version $Id: SchemaBeanBase.java,v 1.1 2004/11/06 21:50:38 felipeal Exp $
* @version $Id$
*/
public abstract class SchemaBeanBase extends CommonOperationsBean
{

View File

@ -29,7 +29,7 @@ import net.sf.hibernate.tool.hbm2ddl.SchemaExport;
* <br/>
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: SchemaExportBean.java,v 1.8 2004/11/06 21:50:38 felipeal Exp $
* @version $Id$
*/
public class SchemaExportBean extends SchemaBeanBase
{

View File

@ -29,7 +29,7 @@ import net.sf.hibernate.tool.hbm2ddl.SchemaUpdate;
* <br/>
*
* @author <a href="maven@felipeal.net">Felipe Leme</a>
* @version $Id: SchemaUpdateBean.java,v 1.1 2004/11/06 21:51:31 felipeal Exp $
* @version $Id$
*/
public class SchemaUpdateBean extends SchemaBeanBase
{

View File

@ -24,7 +24,7 @@ import org.apache.maven.hibernate.beans.SchemaExportBean;
* Jelly tag which delagates all calls to {@link SchemaExportBean}
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: SchemaExportTag.java,v 1.5 2004/11/06 21:50:38 felipeal Exp $
* @version $Id$
*/
public class SchemaExportTag extends SchemaTagBase
{

View File

@ -28,7 +28,7 @@ import org.apache.maven.hibernate.beans.SchemaBeanBase;
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @author <a href="maven@felipeal.net">Felipe Leme</a>
* @version $Id: SchemaTagBase.java,v 1.1 2004/11/06 21:50:38 felipeal Exp $
* @version $Id$
*/
public abstract class SchemaTagBase extends TagSupport
{

View File

@ -24,7 +24,7 @@ import org.apache.maven.hibernate.beans.SchemaUpdateBean;
* Jelly tag which delagates all calls to {@link SchemaUpdateBean}
*
* @author <a href="maven@felipeal.net">Felipe Leme</a>
* @version $Id: SchemaUpdateTag.java,v 1.1 2004/11/06 21:51:31 felipeal Exp $
* @version $Id$
*/
public class SchemaUpdateTag extends SchemaTagBase
{

View File

@ -24,7 +24,7 @@ import junit.framework.TestCase;
* on J2EEEntityResolver.
*
* @author <a href="mailto:epugh@opnesourceconnections.com">Eric Pugh</a>
* @version $Id: HibernateEntityResolverTest.java,v 1.1 2004/07/23 11:25:24 epugh Exp $
* @version $Id$
*/
public class HibernateEntityResolverTest extends TestCase
{

View File

@ -32,7 +32,7 @@ import org.xml.sax.SAXException;
* A class to resolve external entity definitions for j2ee artifacts.
*
* @author dion
* @version $Id: J2EEEntityResolver.java,v 1.5 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
*/
public class J2EEEntityResolver implements EntityResolver
{

View File

@ -23,7 +23,7 @@ import java.util.List;
/**
*
* @version $Id: ValidationBroadcaster.java,v 1.2 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
* @author dion
*/
public class ValidationBroadcaster

View File

@ -22,7 +22,7 @@ import java.util.EventObject;
/**
* A class that holds details about the validation
*
* @version $Id: ValidationEvent.java,v 1.2 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
* @author dion
*/
public class ValidationEvent extends EventObject

View File

@ -26,7 +26,7 @@ import java.io.PrintStream;
* Base class for formatters of validation events.
* Handles plain and xml formats.
*
* @version $Id: ValidationFormatter.java,v 1.3 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
* @author dion
*/
public class ValidationFormatter implements ValidationListener

View File

@ -23,7 +23,7 @@ import java.util.EventListener;
* An interface implemented by those who want to receive validation events
* from a J2EE Validator (WAR, EAR etc).
*
* @version $Id: ValidationListener.java,v 1.2 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
* @author dion
*/
public interface ValidationListener extends EventListener

View File

@ -23,7 +23,7 @@ package org.apache.maven.j2ee;
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version
* $Id: ValidationStatusListener.java,v 1.2 2004/03/02 15:05:55 evenisse Exp $
* $Id$
*/
public class ValidationStatusListener implements ValidationListener
{

View File

@ -32,7 +32,7 @@ import java.util.jar.JarEntry;
* A {@link ClassLoader} that loads classes from a {@link WarFile}
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: WarClassLoader.java,v 1.2 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
*/
public class WarClassLoader extends URLClassLoader
{

View File

@ -44,7 +44,7 @@ import org.dom4j.io.SAXReader;
* Represents a J2EE War File
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: WarFile.java,v 1.2 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
*/
public class WarFile extends JarFile
{

View File

@ -43,7 +43,7 @@ import org.apache.maven.j2ee.war.FormLoginConfig;
* &gt;</code> element must exist in the war file</li>
* </ol>
* @author dIon Gillard
* @version $Id: WarValidator.java,v 1.3 2004/03/29 00:39:25 dion Exp $
* @version $Id$
*/
public class WarValidator
{

View File

@ -22,7 +22,7 @@ package org.apache.maven.j2ee.war;
* a war file
*
* @author dion
* @version $Id: FormLoginConfig.java,v 1.2 2004/03/02 15:05:55 evenisse Exp $
* @version $Id$
*/
public class FormLoginConfig
{

View File

@ -62,7 +62,7 @@ import junit.framework.TestCase;
* Test cases for the {@link J2EEEntityResolver}
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: J2EEEntityResolverTest.java,v 1.1 2003/03/31 03:01:44 dion Exp $
* @version $Id$
*/
public class J2EEEntityResolverTest extends TestCase
{

View File

@ -60,7 +60,7 @@ import junit.framework.TestCase;
* Test cases for the {@link ValidationBroadcaster}
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: ValidationBroadcasterTest.java,v 1.1 2003/01/24 03:45:19 jvanzyl Exp $
* @version $Id$
*/
public class ValidationBroadcasterTest extends TestCase
{

View File

@ -60,7 +60,7 @@ import junit.framework.TestCase;
* Unit test for <code>ValidationEvent</code>.
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: ValidationEventTest.java,v 1.1 2003/01/24 03:45:19 jvanzyl Exp $
* @version $Id$
*/
public class ValidationEventTest extends TestCase
{

View File

@ -60,7 +60,7 @@ import junit.framework.TestCase;
* Unit test for {@link ValidationStatusListener}.
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: ValidationStatusListenerTest.java,v 1.1 2003/01/24 03:45:19 jvanzyl Exp $
* @version $Id$
*/
public class ValidationStatusListenerTest extends TestCase
{

View File

@ -71,7 +71,7 @@ import org.apache.maven.TestConstants;
* Unit test for {@link WarFile}.
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: WarFileTest.java,v 1.1 2003/01/24 03:45:20 jvanzyl Exp $
* @version $Id$
*/
public class WarFileTest extends TestCase
{

View File

@ -62,7 +62,7 @@ import org.apache.maven.TestConstants;
* Unit test for <code>WarValidator</code>.
*
* @author <a href="mailto:dion@multitask.com.au">dIon Gillard</a>
* @version $Id: WarValidatorTest.java,v 1.2 2004/03/29 00:39:25 dion Exp $
* @version $Id$
*/
public class WarValidatorTest extends TestCase
{

View File

@ -60,7 +60,7 @@ import junit.framework.TestCase;
* Unit tests for {@link FormLoginConfig}
*
* @author dion
* @version $Id: FormLoginConfigTest.java,v 1.1 2003/01/24 03:45:22 jvanzyl Exp $
* @version $Id$
*/
public class FormLoginConfigTest extends TestCase
{

View File

@ -24,7 +24,7 @@ import org.codehaus.plexus.util.FileUtils;
/**
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: BaseBean.java,v 1.3 2004/05/01 14:34:09 michal Exp $
* @version $Id$
*/
public class BaseBean
{

View File

@ -25,7 +25,7 @@ import org.javacc.jjtree.JJTree;
/**
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: JJTreeBean.java,v 1.3 2004/05/01 14:34:09 michal Exp $
* @version $Id$
*/
public class JJTreeBean extends BaseBean
{

View File

@ -25,7 +25,7 @@ import java.util.ArrayList;
/**
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: JavaccBean.java,v 1.3 2004/05/01 14:34:09 michal Exp $
* @version $Id$
*/
public class JavaccBean extends BaseBean
{

View File

@ -22,7 +22,7 @@ import junit.framework.TestCase;
/**
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: BaseBeanTest.java,v 1.2 2004/05/01 14:34:09 michal Exp $
* @version $Id$
*/
public class BaseBeanTest extends TestCase
{

View File

@ -28,7 +28,7 @@ import org.codehaus.plexus.util.FileUtils;
/**
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: JJTreeBeanTest.java,v 1.3 2004/05/01 14:34:09 michal Exp $
* @version $Id$
*/
public class JJTreeBeanTest extends TestCase
{

View File

@ -28,7 +28,7 @@ import org.codehaus.plexus.util.FileUtils;
/**
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: JavaccBeanTest.java,v 1.3 2004/05/01 14:34:09 michal Exp $
* @version $Id$
*/
public class JavaccBeanTest extends TestCase
{

View File

@ -58,7 +58,7 @@ import java.util.TreeMap;
* Converts the javadoc warnings into an xml (xdoc format) file.
*
* @author Steven Caswell (stevencaswell at apache.org)
* @version $Id: JavadocWarningsTextToXml.java,v 1.5 2004/09/26 13:47:13 aheritier Exp $
* @version $Id$
*/
public class JavadocWarningsTextToXml
{

View File

@ -30,7 +30,7 @@ import java.io.FileReader;
* Test case.
*
* @author Steven Caswell
* @version $Id: JavadocWarningsTextToXmlTest.java,v 1.3 2004/09/26 13:47:13 aheritier Exp $
* @version $Id$
*/
public class JavadocWarningsTextToXmlTest extends TestCase
{

View File

@ -21,7 +21,7 @@ import java.util.Comparator;
/**
* @author Emmanuel Venisse
* @version $Id: ClazzComparator.java,v 1.2 2004/03/02 15:07:06 evenisse Exp $
* @version $Id$
*/
public class ClazzComparator implements Comparator
{

Some files were not shown because too many files have changed in this diff Show More