User: ko5tik
Date: 02/05/18 09:34:49
Modified: modules/xdoclet/src/xdoclet/modules/doc Tag:
MODULE_REFACTORING_BRANCH DocumentTagsSubTask.java
Log:
fixed cleanup process, properties path for xdoclet module
and class names for DocumentationTagsHandler in templates
Revision Changes Path
No revision
No revision
1.1.2.9 +6 -6
xdoclet/modules/xdoclet/src/xdoclet/modules/doc/Attic/DocumentTagsSubTask.java
Index: DocumentTagsSubTask.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/doc/Attic/DocumentTagsSubTask.java,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -w -r1.1.2.8 -r1.1.2.9
--- DocumentTagsSubTask.java 15 May 2002 04:48:00 -0000 1.1.2.8
+++ DocumentTagsSubTask.java 18 May 2002 16:34:49 -0000 1.1.2.9
@@ -23,7 +23,7 @@
* @created June 19, 2001
* @xdoclet:subtask name="documenttags"
parent="xdoclet.modules.doc.DocumentDocletTask"
* @todo use DocletTask as parent instead. should be enough.
- * @version $Revision: 1.1.2.8 $
+ * @version $Revision: 1.1.2.9 $
*/
public class DocumentTagsSubTask extends TemplateSubTask
{
@@ -114,29 +114,29 @@
Collections.sort(namespaces);
- System.out.println(Translator.getString("xdoclet.doc.Messages",
"generating_namespaces"));
+
System.out.println(Translator.getString("xdoclet.modules.doc.resources.Messages",
"generating_namespaces"));
setTemplateURL(getClass().getResource(NAMESPACES_TEMPLATE_FILE));
setDestinationFile(GENERATED_NAMESPACES_FILE_NAME);
startProcess();
- System.out.println(Translator.getString("xdoclet.doc.Messages",
"generating_tags_main"));
+
System.out.println(Translator.getString("xdoclet.modules.doc.resources.Messages",
"generating_tags_main"));
setTemplateURL(getClass().getResource(TAGS_MAIN_TEMPLATE_FILE));
setDestinationFile(GENERATED_TAGS_MAIN_FILE_NAME);
startProcess();
- System.out.println(Translator.getString("xdoclet.doc.Messages",
"generating_tags_toc_main"));
+
System.out.println(Translator.getString("xdoclet.modules.doc.resources.Messages",
"generating_tags_toc_main"));
setTemplateURL(getClass().getResource(TAGS_TOC_MAIN_TEMPLATE_FILE));
setDestinationFile(GENERATED_TAGS_TOC_MAIN_FILE_NAME);
startProcess();
- System.out.println(Translator.getString("xdoclet.doc.Messages",
"generating_tags_main"));
+
System.out.println(Translator.getString("xdoclet.modules.doc.resources.Messages",
"generating_tags_main"));
setTemplateURL(getClass().getResource(TAGS_TOC_TEMPLATE_FILE));
setDestinationFile(GENERATED_TAGS_TOC_FILE_NAME);
addOfType("xdoclet.XDocletTagSupport");
//setExtentValue( "superclass" );
startProcess();
- System.out.println(Translator.getString("xdoclet.doc.Messages",
"generating_tags_main"));
+
System.out.println(Translator.getString("xdoclet.modules.doc.resources.Messages",
"generating_tags_main"));
setTemplateURL(getClass().getResource(TAGS_TEMPLATE_FILE));
setDestinationFile(GENERATED_TAGS_FILE_NAME);
addOfType("xdoclet.XDocletTagSupport");
_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel