Adding @version tags with CVS ids

This commit is contained in:
szegedia%freemail.hu 2007-10-11 19:44:10 +00:00
Родитель 72f840d517
Коммит ecb650578e
3 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -44,6 +44,9 @@ import org.w3c.dom.*;
import org.mozilla.javascript.tools.shell.*;
/**
* @version $Id: JsDriver.java,v 1.5 2007-10-11 19:44:10 szegedia%freemail.hu Exp $
*/
public class JsDriver {
private JsDriver() {
}

Просмотреть файл

@ -42,6 +42,9 @@ import java.util.*;
import org.mozilla.javascript.tools.shell.*;
/**
* @version $Id: ShellTest.java,v 1.5 2007-10-11 19:44:10 szegedia%freemail.hu Exp $
*/
class ShellTest {
static final FileFilter DIRECTORY_FILTER = new FileFilter() {
public boolean accept(File pathname)

Просмотреть файл

@ -54,6 +54,7 @@ import org.mozilla.javascript.tools.shell.ShellContextFactory;
* Executes the tests in the js/tests directory, much like jsDriver.pl does.
* Excludes tests found in the js/tests/rhino-n.tests file.
* @author Attila Szegedi
* @version $Id: StandardTests.java,v 1.4 2007-10-11 19:44:10 szegedia%freemail.hu Exp $
*/
public class StandardTests extends TestSuite
{