Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
xdoclet
xdoclet-ant.not-required.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xdoclet-ant.not-required.patch of Package xdoclet
--- core/src/xdoclet/TemplateSubTask.java.orig 2004-06-30 20:48:43.000000000 +0200 +++ core/src/xdoclet/TemplateSubTask.java 2004-06-30 20:28:05.000000000 +0200 @@ -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) { @@ -298,7 +298,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) { --- core/src/xdoclet/XmlSubTask.java.orig 2004-06-30 20:48:43.000000000 +0200 +++ core/src/xdoclet/XmlSubTask.java 2004-06-30 20:28:43.000000000 +0200 @@ -112,7 +112,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) { @@ -124,7 +124,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) { --- modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java.orig 2004-06-30 20:49:01.000000000 +0200 +++ modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java 2004-06-30 20:29:23.000000000 +0200 @@ -97,7 +97,7 @@ * Sets the struts version to use. Legal values are "1.0" and "1.1". * * @param version - * @ant.not-required No. Default is "1.0". + * @ant.not-required "No. Default is '1.0'". */ public void setVersion(StrutsVersion version) { --- modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java.orig 2004-06-30 20:49:01.000000000 +0200 +++ modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java 2004-06-30 20:30:26.000000000 +0200 @@ -76,7 +76,7 @@ * The pattern by which the data object classes are named. {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) { --- modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java.orig 2004-06-30 20:49:01.000000000 +0200 +++ modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java 2004-06-30 20:31:00.000000000 +0200 @@ -133,7 +133,7 @@ * The pattern by which the value object classes are named. {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) { --- modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java.orig 2004-06-30 20:49:01.000000000 +0200 +++ modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java 2004-06-30 20:32:13.000000000 +0200 @@ -55,7 +55,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) { @@ -67,7 +67,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) { --- modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java.orig 2004-06-30 20:49:01.000000000 +0200 +++ modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java 2004-06-30 20:33:08.000000000 +0200 @@ -95,7 +95,7 @@ * Sets the hibernate version to use. Legal values are "1.1" and "2.0". * * @param version - * @ant.not-required No. Default is "1.1". + * @ant.not-required "No. Default is '1.1'". */ public void setVersion(HibernateVersion version) { --- modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java.orig 2004-06-30 20:49:01.000000000 +0200 +++ modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java 2004-06-30 20:35:15.000000000 +0200 @@ -97,8 +97,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) { @@ -109,7 +109,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) { @@ -120,7 +120,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) { @@ -144,7 +144,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) { --- modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java.orig 2004-06-30 20:49:01.000000000 +0200 +++ modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java 2004-06-30 20:38:11.000000000 +0200 @@ -63,7 +63,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) { --- modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.java.orig 2004-06-30 20:49:02.000000000 +0200 +++ modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.java 2004-06-30 20:38:48.000000000 +0200 @@ -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) { --- modules/objectweb/src/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.java.orig 2004-06-30 20:49:02.000000000 +0200 +++ modules/objectweb/src/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.java 2004-06-30 20:39:18.000000000 +0200 @@ -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) { --- modules/objectweb/src/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.java.orig 2004-06-30 20:49:02.000000000 +0200 +++ modules/objectweb/src/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.java 2004-06-30 20:39:43.000000000 +0200 @@ -127,7 +127,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) { --- modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java.orig 2004-06-30 20:49:02.000000000 +0200 +++ modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java 2004-06-30 20:40:02.000000000 +0200 @@ -63,7 +63,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) { --- modules/sun/src/xdoclet/modules/sun/sunone/ejb/SunONESubTask.java.orig 2004-06-30 20:49:02.000000000 +0200 +++ modules/sun/src/xdoclet/modules/sun/sunone/ejb/SunONESubTask.java 2004-06-30 20:40:57.000000000 +0200 @@ -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) { --- modules/tjdo/src/xdoclet/modules/triactive/jdo/TJDOSubTask.java.orig 2004-06-30 20:49:02.000000000 +0200 +++ modules/tjdo/src/xdoclet/modules/triactive/jdo/TJDOSubTask.java 2004-06-30 20:41:15.000000000 +0200 @@ -64,7 +64,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) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor