User: pathoss
Date: 02/05/12 08:16:19
Modified: modules/xdoclet/src/xdoclet/modules/doc/info Tag:
MODULE_REFACTORING_BRANCH InfoSubTask.java
InfoTagsHandler.java
Log:
Cleanup of imports.
Revision Changes Path
No revision
No revision
1.1.2.7 +3 -10
xdoclet/modules/xdoclet/src/xdoclet/modules/doc/info/Attic/InfoSubTask.java
Index: InfoSubTask.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/doc/info/Attic/InfoSubTask.java,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -w -r1.1.2.6 -r1.1.2.7
--- InfoSubTask.java 12 May 2002 14:19:02 -0000 1.1.2.6
+++ InfoSubTask.java 12 May 2002 15:16:19 -0000 1.1.2.7
@@ -5,7 +5,6 @@
package xdoclet.modules.doc.info;
import java.io.File;
-import java.io.IOException;
import java.util.Iterator;
import java.util.Properties;
import java.util.SortedSet;
@@ -20,7 +19,6 @@
import xdoclet.XDocletException;
import xdoclet.modules.doc.DocumentDocletTask;
import xdoclet.tagshandler.AbstractProgramElementTagsHandler;
-import xdoclet.tagshandler.ClassTagsHandler;
import xdoclet.tagshandler.PackageTagsHandler;
import xdoclet.util.FileManager;
import xdoclet.util.LogUtil;
@@ -38,7 +36,7 @@
* @xdoclet:subtask name="documenttags"
* parent="xdoclet.doc.DocumentDocletTask"
* @todo use DocletTask as parent instead. should be enough.
- * @version $Revision: 1.1.2.6 $
+ * @version $Revision: 1.1.2.7 $
*/
public class InfoSubTask extends TemplateSubTask
{
@@ -67,7 +65,6 @@
_properties.setProperty("superclasses", "false");
}
-
/**
* Gets the Header attribute of the InfoSubTask object
*
@@ -78,7 +75,6 @@
return _header;
}
-
/**
* Gets the SubTaskName attribute of the InfoSubTask object
*
@@ -130,7 +126,6 @@
_projectname = projectname;
}
-
/**
* @exception XDocletException Description of Exception
* @todo generate an overview summary html too? (the
@@ -217,7 +212,6 @@
setCurrentPackage(null);
}
-
/**
* Gets the Properties attribute of the InfoSubTask object
*
@@ -227,7 +221,6 @@
{
return _properties;
}
-
/**
* Describe what the method does
1.1.2.5 +5 -16
xdoclet/modules/xdoclet/src/xdoclet/modules/doc/info/Attic/InfoTagsHandler.java
Index: InfoTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/doc/info/Attic/InfoTagsHandler.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -w -r1.1.2.4 -r1.1.2.5
--- InfoTagsHandler.java 12 May 2002 13:13:23 -0000 1.1.2.4
+++ InfoTagsHandler.java 12 May 2002 15:16:19 -0000 1.1.2.5
@@ -5,25 +5,13 @@
package xdoclet.modules.doc.info;
import java.util.*;
-import xjavadoc.XClass;
-import xjavadoc.XConstructor;
-import xjavadoc.XField;
-import xjavadoc.XMethod;
-
-import xjavadoc.XPackage;
-import xjavadoc.XProgramElement;
-import xjavadoc.XTag;
+
+import xjavadoc.*;
import xdoclet.XDocletException;
import xdoclet.XDocletTagSupport;
-import xdoclet.tagshandler.AbstractProgramElementTagsHandler;
-import xdoclet.tagshandler.ClassTagsHandler;
-import xdoclet.tagshandler.ConstructorTagsHandler;
-import xdoclet.tagshandler.FieldTagsHandler;
-import xdoclet.tagshandler.MethodTagsHandler;
-import xdoclet.tagshandler.PackageTagsHandler;
+import xdoclet.tagshandler.*;
import xdoclet.template.TemplateException;
-
import xdoclet.util.Translator;
/**
@@ -31,7 +19,7 @@
* Helles�y</a>
* @created Oct 15, 2001
* @xdoclet:taghandler namespace="Info"
- * @version $Revision: 1.1.2.4 $
+ * @version $Revision: 1.1.2.5 $
*/
public class InfoTagsHandler extends XDocletTagSupport
{
@@ -200,6 +188,7 @@
private Properties getProperties()
{
Properties properties = ((InfoSubTask)
getDocletContext().getActiveSubTask()).getProperties();
+
return properties;
}
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel