File xdoclet-ant.not-required.patch of Package xdoclet
Index: core/src/xdoclet/TemplateSubTask.java
===================================================================
--- core/src/xdoclet/TemplateSubTask.java.orig 2009-12-11 16:07:17.201926063 +0100
+++ core/src/xdoclet/TemplateSubTask.java 2009-12-11 16:07:36.073925566 +0100
@@ -245,7 +245,7 @@
* Indicates whether or not to generate for interfaces.
*
* @param acceptInterfaces
- * @ant.not-required No, default is "true"
+ * @ant.not-required "No, default is 'true'"
*/
public void setAcceptInterfaces(boolean acceptInterfaces)
{
@@ -256,7 +256,7 @@
* Indicates whether or not to generate for abstract classes.
*
* @param acceptAbstractClasses
- * @ant.not-required No, default is "true"
+ * @ant.not-required "No, default is 'true'"
*/
public void setAcceptAbstractClasses(boolean acceptAbstractClasses)
{
@@ -277,7 +277,7 @@
* Indicates whether or not package substitution should be inherited
*
* @param packageSubstitutionInheritanceSupported The new PackageSubstitutionInheritanceSupported value
- * @ant.not-required No, default is "true"
+ * @ant.not-required "No, default is 'true'"
*/
public void setPackageSubstitutionInheritanceSupported(boolean packageSubstitutionInheritanceSupported)
{
@@ -299,7 +299,7 @@
* Indicates whether or not to prefix with package structure.
*
* @param prefixWithPackageStructure The new PrefixWithPackageStructure value
- * @ant.not-required No, default is "true"
+ * @ant.not-required "No, default is 'true'"
*/
public void setPrefixWithPackageStructure(boolean prefixWithPackageStructure)
{
Index: core/src/xdoclet/XmlSubTask.java
===================================================================
--- core/src/xdoclet/XmlSubTask.java.orig 2009-12-11 16:07:17.201926063 +0100
+++ core/src/xdoclet/XmlSubTask.java 2009-12-11 16:07:36.073925566 +0100
@@ -129,7 +129,7 @@
* available in some subtasks.
*
* @param useIds The new UseIds value
- * @ant.not-required No. Default is "false"
+ * @ant.not-required "No. Default is 'false'"
*/
public void setUseIds(boolean useIds)
{
@@ -141,7 +141,7 @@
* to "ISO-8859-1".
*
* @param xmlEncoding The new Xmlencoding value
- * @ant.not-required No, default is "UTF-8"
+ * @ant.not-required "No, default is 'UTF-8'"
*/
public void setXmlencoding(String xmlEncoding)
{
Index: modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java
===================================================================
--- modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java.orig 2009-12-11 16:07:17.202925843 +0100
+++ modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java 2009-12-11 16:07:36.144925933 +0100
@@ -101,7 +101,7 @@
* Sets the struts version to use. Legal values are "1.0", "1.1" and "1.2".
*
* @param version
- * @ant.not-required No. Default is "1.0".
+ * @ant.not-required "No. Default is '1.0'".
*/
public void setVersion(StrutsVersion version)
{
Index: modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java
===================================================================
--- modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java.orig 2009-12-11 16:07:17.202925843 +0100
+++ modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java 2009-12-11 16:07:36.162051095 +0100
@@ -77,7 +77,7 @@
* The pattern by which the data object classes are named. The placeholder "{0}" designates the EJB name.
*
* @param new_pattern The new Pattern value
- * @ant.not-required No, default is "{0}Data"
+ * @ant.not-required "No, default is '{0}Data'"
*/
public void setPattern(String new_pattern)
{
Index: modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java
===================================================================
--- modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java.orig 2009-12-11 16:07:17.203925948 +0100
+++ modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java 2009-12-11 16:07:36.177925969 +0100
@@ -137,7 +137,7 @@
* The pattern by which the value object classes are named. The placeholder "{0}" designates the EJB name.
*
* @param new_pattern The new Pattern value
- * @ant.not-required No, default is "{0}Value"
+ * @ant.not-required "No, default is '{0}Value'"
*/
public void setPattern(String new_pattern)
{
Index: modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java
===================================================================
--- modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java.orig 2009-12-11 16:07:17.203925948 +0100
+++ modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java 2009-12-11 16:07:36.194926143 +0100
@@ -56,7 +56,7 @@
* specified, then ejbdoclet will generate EJB 2.0-compatible ejb-jar.xml file.
*
* @param ejbspec
- * @ant.not-required No. Default is "2.0"
+ * @ant.not-required "No. Default is '2.0'"
*/
public void setEjbSpec(EjbSpecVersion ejbspec)
{
@@ -68,7 +68,7 @@
* no name parameter is specified in the <a href="../../../../tags/ejb-tags.html#@ejb.bean">ejb.bean</a> tag.
*
* @param ejbClassNameSuffix
- * @ant.not-required No, Default is "Bean,EJB,Ejb"
+ * @ant.not-required "No, Default is 'Bean,EJB,Ejb'"
*/
public void setEjbClassNameSuffix(String ejbClassNameSuffix)
{
Index: modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java
===================================================================
--- modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java.orig 2009-12-11 16:07:17.203925948 +0100
+++ modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java 2009-12-11 16:07:36.245926131 +0100
@@ -102,7 +102,7 @@
* Sets the hibernate version to use. Legal values are "1.1", "2.0", "2.1" and "3.0".
*
* @param version
- * @ant.not-required No. Default is "1.1".
+ * @ant.not-required "No. Default is '1.1'".
*/
public void setVersion(HibernateVersion version)
{
Index: modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java
===================================================================
--- modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java.orig 2009-12-11 16:07:17.204925488 +0100
+++ modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java 2009-12-11 16:07:36.261925803 +0100
@@ -94,8 +94,8 @@
* The path to a local directory indicating where the container should passivate Stateful Session Bean instances.
*
* @param sfsbPassivationRoot The new SfsbPassivationRoot value
- * @ant.not-required No, only if <code>hpas.bean passivation="true"</code> tag is used on a stateful
- * session bean. Default is "".
+ * @ant.not-required "No, only if <code>hpas.bean passivation='true'</code> tag is used on a stateful
+ * session bean. Default is ''."
*/
public void setSfsbPassivationRoot(String sfsbPassivationRoot)
{
@@ -106,7 +106,7 @@
* Only applies when using CMP. Specifies the name of a third party persistence manager product.
*
* @param persistenceProduct The new PersistenceProduct value
- * @ant.not-required No, default is "VXML".
+ * @ant.not-required "No, default is 'VXML'."
*/
public void setPersistenceProduct(String persistenceProduct)
{
@@ -117,7 +117,7 @@
* Only applies when using CMP. Specifies the version of the third party product.
*
* @param persistenceVersion The new PersistenceVersion value
- * @ant.not-required No, default is "".
+ * @ant.not-required "No, default is ''."
*/
public void setPersistenceVersion(String persistenceVersion)
{
@@ -141,7 +141,7 @@
* generated bean class name.
*
* @param persistenceSuffix The new PersistenceSuffix value
- * @ant.not-required No, default is "".
+ * @ant.not-required "No, default is ''."
*/
public void setPersistenceSuffix(String persistenceSuffix)
{
Index: modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java
===================================================================
--- modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java.orig 2009-12-11 16:07:17.204925488 +0100
+++ modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java 2009-12-11 16:07:36.278926007 +0100
@@ -61,7 +61,7 @@
* The version of Lido. Supported versions are 1.3.
*
* @param version The new Version value
- * @ant.not-required No, default is "1.3".
+ * @ant.not-required "No, default is '1.3'."
*/
public void setVersion(LidoVersionTypes version)
{
Index: modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.java
===================================================================
--- modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.java.orig 2009-12-11 16:07:17.205925679 +0100
+++ modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.java 2009-12-11 16:07:36.295925876 +0100
@@ -91,7 +91,7 @@
* Sets the Connectionjndiname attribute of the MVCSoftSubTask object
*
* @param jndiName The new Connectionjndiname value
- * @ant.not-required No, default is "java:DefaultDS"
+ * @ant.not-required "No, default is 'java:DefaultDS'"
*/
public void setConnectionjndiname(String jndiName)
{
@@ -102,7 +102,7 @@
* Sets the Loggingtype attribute of the MVCSoftSubTask object
*
* @param loggingType The new Loggingtype value
- * @ant.not-required No, default is "None"
+ * @ant.not-required "No, default is 'None'"
*/
public void setLoggingtype(String loggingType)
{
Index: modules/objectweb/src/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.java
===================================================================
--- modules/objectweb/src/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.java.orig 2009-12-11 16:07:17.205925679 +0100
+++ modules/objectweb/src/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.java 2009-12-11 16:07:36.346051467 +0100
@@ -228,7 +228,7 @@
* Sets the version of JOnAS. Supported versions are: 2.3, 2.4, 2.5, 2.6, 3.0, 3.2, 3.3.2, 4.0, 4.2, 4.6
*
* @param version The new version value. Supported versions are: 2.3, 2.4, 2.5, 2.6, 3.0, 3.2, 3.3.2, 4.0, 4.2, 4.6
- * @ant.not-required No, default is "2.6".
+ * @ant.not-required "No, default is '2.6'."
*/
public void setVersion(JonasVersionTypes version)
{
Index: modules/objectweb/src/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.java
===================================================================
--- modules/objectweb/src/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.java.orig 2009-12-11 16:07:17.206926835 +0100
+++ modules/objectweb/src/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.java 2009-12-11 16:07:36.361923879 +0100
@@ -138,7 +138,7 @@
* Sets the version of JOnAS. Supported versions are: 2.6.
*
* @param version The new version value. Supported versions are: 2.6.
- * @ant.not-required No, default is "2.6".
+ * @ant.not-required "No, default is '2.6'."
*/
public void setVersion(JonasVersionTypes version)
{
Index: modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java
===================================================================
--- modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java.orig 2009-12-11 16:07:17.206926835 +0100
+++ modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java 2009-12-11 16:07:36.378926096 +0100
@@ -61,7 +61,7 @@
* The version of Kodo. Supported versions are 2.3.
*
* @param version The new Version value
- * @ant.not-required No, default is "2.3".
+ * @ant.not-required "No, default is '2.3'."
*/
public void setVersion(KodoVersionTypes version)
{
Index: modules/sun/src/xdoclet/modules/sun/sunone/ejb/SunONESubTask.java
===================================================================
--- modules/sun/src/xdoclet/modules/sun/sunone/ejb/SunONESubTask.java.orig 2009-12-11 16:07:17.207945843 +0100
+++ modules/sun/src/xdoclet/modules/sun/sunone/ejb/SunONESubTask.java 2009-12-11 16:07:36.430050944 +0100
@@ -227,7 +227,7 @@
* The SunONE/iPlanet version. Supported versions are 6.0, 6.5 and 7.0.
*
* @param version The new Version value
- * @ant.not-required No, default is "7.0".
+ * @ant.not-required "No, default is '7.0'."
*/
public void setVersion(SunONEVersionTypes version)
{
@@ -238,7 +238,7 @@
* Optional default transaction manager type for all components. Allowed values are 'local' and 'global'.
*
* @param transactionManagerType "local" or "global"
- * @ant.not-required Only used for version = 6.5, and optional even then.
+ * @ant.not-required "Only used for version = 6.5, and optional even then."
*/
public void setTransactionManagerType(String transactionManagerType)
{
@@ -249,7 +249,7 @@
* Specifies the absolute jndi-name of the database to be used for storing CMP beans in the EJB JAR file.
*
* @param cmpResourceJndiName String containing the JNDI name
- * @ant.not-required Only used for version = 7.0, and optional even then.
+ * @ant.not-required "Only used for version = 7.0, and optional even then."
*/
public void setCmpResourceJndiName(String cmpResourceJndiName)
{
Index: modules/tjdo/src/xdoclet/modules/triactive/jdo/TJDOSubTask.java
===================================================================
--- modules/tjdo/src/xdoclet/modules/triactive/jdo/TJDOSubTask.java.orig 2009-12-11 16:07:17.242091353 +0100
+++ modules/tjdo/src/xdoclet/modules/triactive/jdo/TJDOSubTask.java 2009-12-11 16:07:36.445925934 +0100
@@ -57,7 +57,7 @@
* The version of TJDO. Supported versions are 2.0.
*
* @param version The new Version value
- * @ant.not-required No, default is "2.0".
+ * @ant.not-required "No, default is '2.0'."
*/
public void setVersion(TJDOVersionTypes version)
{