langtools/test/com/sun/javadoc/testSimpleTag/TestSimpleTag.java
changeset 23971 f5ff1f5a8dee
parent 21478 fa4c7cda1b41
child 24065 fc4022e50129
equal deleted inserted replaced
23970:76f4acb11952 23971:f5ff1f5a8dee
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    55         "-d", BUG_ID, "-sourcepath", SRC_DIR,
    55         "-d", BUG_ID, "-sourcepath", SRC_DIR,
    56         "-tag", "todo",
    56         "-tag", "todo",
    57         "-tag", "ejb\\:bean:a:EJB Beans:",
    57         "-tag", "ejb\\:bean:a:EJB Beans:",
    58         "-tag", "regular:a:Regular Tag:",
    58         "-tag", "regular:a:Regular Tag:",
    59         "-tag", "back-slash\\:tag\\\\:a:Back-Slash-Tag:",
    59         "-tag", "back-slash\\:tag\\\\:a:Back-Slash-Tag:",
    60         SRC_DIR + FS + "C.java"
    60         SRC_DIR + "/C.java"
    61     };
    61     };
    62 
    62 
    63     /**
    63     /**
    64      * The entry point of the test.
    64      * The entry point of the test.
    65      * @param args the array of command line arguments.
    65      * @param args the array of command line arguments.