Home | History | Annotate | Download | only in jdiff

Lines Matching refs:jdiff

1 package jdiff;
34 if (!tempFileName.endsWith(JDiff.DIR_SEP))
35 tempFileName += JDiff.DIR_SEP;
42 System.out.println("JDiff: writing the API to file '" + tempFileName + "'...");
84 if (!xsdFileName.endsWith(JDiff.DIR_SEP))
85 xsdFileName += JDiff.DIR_SEP;
97 xsdFile.println(" Schema for JDiff API representation.");
388 System.out.println("JDiff: warning: multiple @deprecated tags found in comments for " + ped.name() + ". Using the first one only.");
424 if (JDiff.javaVersion.startsWith("1.1") ||
425 JDiff.javaVersion.startsWith("1.2") ||
426 JDiff.javaVersion.startsWith("1.3")) {
647 outputFile.println("<!-- Generated by the JDiff Javadoc doclet -->");
648 outputFile.println("<!-- (" + JDiff.jDiffLocation + ") -->");
662 outputFile.println(" jdversion=\"" + JDiff.version + "\">");
871 filename = filename.replace('.', JDiff.DIR_SEP.charAt(0));
878 int idx = curDir.lastIndexOf(JDiff.DIR_SEP);
883 filename = srcLocation + JDiff.DIR_SEP + filename;
886 filename += JDiff.DIR_SEP + "package.htm";
1034 /* Not used for jdiff, since tags are explicitly checked for above.
1120 * might be "file:///C:/jdiff/lib"