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:
parent
f81b049ae6
commit
74a6355115
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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 {
|
||||
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -43,7 +43,7 @@ import org.apache.maven.j2ee.war.FormLoginConfig;
|
||||
* ></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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user