git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271733 13f79535-47bb-0310-9956-ffa450edef68master
@@ -64,6 +64,8 @@ import org.apache.xalan.xslt.XSLTResultTarget; | |||||
* Xalan 1 executor. It will need a lot of things in the classpath: | * Xalan 1 executor. It will need a lot of things in the classpath: | ||||
* xerces for the serialization, xalan and bsf for the extension. | * xerces for the serialization, xalan and bsf for the extension. | ||||
* @todo do everything via reflection to avoid compile problems ? | * @todo do everything via reflection to avoid compile problems ? | ||||
* | |||||
* @ant.task ignore="true" | |||||
*/ | */ | ||||
public class Xalan1Executor extends XalanExecutor { | public class Xalan1Executor extends XalanExecutor { | ||||
void execute() throws Exception { | void execute() throws Exception { | ||||
@@ -66,6 +66,8 @@ import javax.xml.transform.stream.StreamResult; | |||||
/** | /** | ||||
* Xalan executor via JAXP. Nothing special must exists in the classpath | * Xalan executor via JAXP. Nothing special must exists in the classpath | ||||
* besides of course, a parser, jaxp and xalan. | * besides of course, a parser, jaxp and xalan. | ||||
* | |||||
* @ant.task ignore="true" | |||||
*/ | */ | ||||
public class Xalan2Executor extends XalanExecutor { | public class Xalan2Executor extends XalanExecutor { | ||||
void execute() throws Exception { | void execute() throws Exception { | ||||
@@ -68,6 +68,8 @@ package org.apache.tools.ant.types; | |||||
* | * | ||||
* @author <a href="mailto:cstrong@arielpartners.com">Craeg Strong</a> | * @author <a href="mailto:cstrong@arielpartners.com">Craeg Strong</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | |||||
* @ant.datatype ignore="true" | |||||
*/ | */ | ||||
public class Description extends DataType { | public class Description extends DataType { | ||||
@@ -93,6 +93,8 @@ import org.apache.tools.ant.util.regexp.RegexpFactory; | |||||
* | * | ||||
* @see org.apache.tools.ant.util.regexp.Regexp | * @see org.apache.tools.ant.util.regexp.Regexp | ||||
* @author Matthew Inger <a href="mailto:mattinger@mindless.com">mattinger@mindless.com</a> | * @author Matthew Inger <a href="mailto:mattinger@mindless.com">mattinger@mindless.com</a> | ||||
* | |||||
* @ant.datatype name="regexp" | |||||
*/ | */ | ||||
public class RegularExpression extends DataType | public class RegularExpression extends DataType | ||||
{ | { | ||||