[jboss-cvs] repository.jboss.com/xdoclet/1.2.3-brew/src ...

Vivek Lakshmanan vivekl at redhat.com
Tue Mar 6 19:13:16 EST 2007


  User: vivekl  
  Date: 07/03/06 19:13:16

  Added:       xdoclet/1.2.3-brew/src    
                        xdoclet-AbstractProgramElementTagsHandler.patch
                        xdoclet-XDocletModulesEjbMessages.patch
                        xdoclet-ant.not-required.patch
                        xdoclet-src-1.2.3.tgz
  Log:
  - Add brew built xdoclet 1.2.3
  
  Revision  Changes    Path
  1.1      date: 2007/03/07 00:13:15;  author: vivekl;  state: Exp;repository.jboss.com/xdoclet/1.2.3-brew/src/xdoclet-AbstractProgramElementTagsHandler.patch
  
  Index: xdoclet-AbstractProgramElementTagsHandler.patch
  ===================================================================
  --- core/src/xdoclet/tagshandler/AbstractProgramElementTagsHandler.java.orig	2005-04-15 20:01:54.000000000 -0400
  +++ core/src/xdoclet/tagshandler/AbstractProgramElementTagsHandler.java	2007-02-26 15:03:26.000000000 -0500
  @@ -716,7 +716,7 @@
           if (sort) {
               // sort fields, but we should make a copy first, because members is not a new copy, it's shared by all
               List sortedMembers = new ArrayList(members);
  -
  +            Collections.sort(sortedMembers);
               members = sortedMembers;
           }
   
  
  
  
  1.1      date: 2007/03/07 00:13:15;  author: vivekl;  state: Exp;repository.jboss.com/xdoclet/1.2.3-brew/src/xdoclet-XDocletModulesEjbMessages.patch
  
  Index: xdoclet-XDocletModulesEjbMessages.patch
  ===================================================================
  --- modules/ejb/src/xdoclet/modules/ejb/XDocletModulesEjbMessages.java.orig	2005-04-15 20:02:24.000000000 -0400
  +++ modules/ejb/src/xdoclet/modules/ejb/XDocletModulesEjbMessages.java	2007-02-26 15:04:19.000000000 -0500
  @@ -17,8 +17,7 @@
       public final static String DO_NOT_EDIT = "DO_NOT_EDIT";
   
       /**
  -     * @msg.bundle   msg="XDoclet can''t guess what CMP version to use for {0} because the <entitycmp> task isn't used,
  -     *      and there is no ejb:bean cmp-version tag. Please use one of them."
  +     * @msg.bundle   msg="XDoclet can''t guess what CMP version to use for {0} because the <entitycmp> task isn't used, and there is no ejb:bean cmp-version tag. Please use one of them."
        */
       public final static String CANT_GUESS_CMP_VERSION = "CANT_GUESS_CMP_VERSION";
   
  @@ -127,8 +126,7 @@
       public final static String VALUE_OBJECT_FOR = "VALUE_OBJECT_FOR";
   
       /**
  -     * @msg.bundle   msg="A Value Object has an identity if the attributes making its Primary Key have all been set. An
  -     *      object without identity is never equal to any other object."
  +     * @msg.bundle   msg="A Value Object has an identity if the attributes making its Primary Key have all been set. An object without identity is never equal to any other object."
        */
       public final static String VALUE_OBJECT_IDENTITY_COMMENT = "VALUE_OBJECT_IDENTITY_COMMENT";
   
  @@ -267,14 +265,12 @@
       public final static String RELATION_TOO_MANY_NAMES = "RELATION_TOO_MANY_NAMES";
   
       /**
  -     * @msg.bundle   msg="The relation with the name \"{0}\" declared in {1} seems to be unidirectional since it does
  -     *      not occur anywhere else. The target-ejb parameter must therefore be specified."
  +     * @msg.bundle   msg="The relation with the name \"{0}\" declared in {1} seems to be unidirectional since it does not occur anywhere else. The target-ejb parameter must therefore be specified."
        */
       public final static String RELATION_NEEDS_TARGET = "RELATION_NEEDS_TARGET";
   
       /**
  -     * @msg.bundle   msg="The relation with the name \"{0}\" declared in {1} seems to be bidirectional since it is
  -     *      declared in two places. The target-ejb parameter must not be specified for bidirectional relationships."
  +     * @msg.bundle   msg="The relation with the name \"{0}\" declared in {1} seems to be bidirectional since it is declared in two places. The target-ejb parameter must not be specified for bidirectional relationships."
        */
       public final static String RELATION_NEEDS_NO_TARGET = "RELATION_NEEDS_NO_TARGET";
   
  @@ -295,6 +291,7 @@
   
       /**
        * @msg.bundle   msg="\"Wrong version. Had \" + getVersion() + \", got \" + dataHolder.getVersion()"
  +     *
        */
       public final static String ENTITY_DATAHOLDER_VERSION = "ENTITY_DATAHOLDER_VERSION";
   
  @@ -304,20 +301,17 @@
       public final static String SOFT_LOCK_VERSION = "SOFT_LOCK_VERSION";
   
       /**
  -     * @msg.bundle   msg="Cached remote home (EJBHome). Uses lazy loading to obtain its value (loaded by getHome()
  -     *      methods)."
  +     * @msg.bundle   msg="Cached remote home (EJBHome). Uses lazy loading to obtain its value (loaded by getHome() methods)."
        */
       public final static String UTIL_CACHED_REMOTE = "UTIL_CACHED_REMOTE";
   
       /**
  -     * @msg.bundle   msg="Cached queue (javax.jms.Queue). Uses lazy loading to obtain its value (loaded by getQueue()
  -     *      methods)."
  +     * @msg.bundle   msg="Cached queue (javax.jms.Queue). Uses lazy loading to obtain its value (loaded by getQueue() methods)."
        */
       public final static String UTIL_CACHED_QUEUE = "UTIL_CACHED_QUEUE";
   
       /**
  -     * @msg.bundle   msg="Cached topic (javax.jms.Topic). Uses lazy loading to obtain its value (loaded by getTopic()
  -     *      methods)."
  +     * @msg.bundle   msg="Cached topic (javax.jms.Topic). Uses lazy loading to obtain its value (loaded by getTopic() methods)."
        */
       public final static String UTIL_CACHED_TOPIC = "UTIL_CACHED_TOPIC";
   
  @@ -327,8 +321,7 @@
       public final static String UTIL_CACHED_CONNECTION_FACTORY = "UTIL_CACHED_CONNECTION_FACTORY";
   
       /**
  -     * @msg.bundle   msg="Cached local home (EJBLocalHome). Uses lazy loading to obtain its value (loaded by
  -     *      getLocalHome() methods)."
  +     * @msg.bundle   msg="Cached local home (EJBLocalHome). Uses lazy loading to obtain its value (loaded by getLocalHome() methods)."
        */
       public final static String UTIL_CACHED_LOCAL = "UTIL_CACHED_LOCAL";
   
  @@ -358,7 +351,7 @@
       public final static String UTIL_OBTAIN_QUEUE_DEF_IC = "UTIL_OBTAIN_QUEUE_DEF_IC";
   
       /**
  -     * @msg.bundle   msg="Obtain destination topic from parameterised initial co ntext"
  +     * @msg.bundle   msg="Obtain destination topic from parameterised initial context"
        */
       public final static String UTIL_OBTAIN_TOPIC_PARAM_IC = "UTIL_OBTAIN_TOPIC_PARAM_IC";
   
  @@ -398,20 +391,17 @@
       public final static String UTIL_OBTAIN_IC = "UTIL_OBTAIN_IC";
   
       /**
  -     * @msg.bundle   msg="A 32 byte GUID generator (Globally Unique ID). These artificial keys SHOULD <strong>NOT
  -     *      </strong> be seen by the user,"
  +     * @msg.bundle   msg="A 32 byte GUID generator (Globally Unique ID). These artificial keys SHOULD <strong>NOT</strong> be seen by the user,"
        */
       public final static String UTIL_GUID_1 = "UTIL_GUID_1";
   
       /**
  -     * @msg.bundle   msg="not even touched by the DBA but with very rare exceptions, just manipulated by the database
  -     *      and the programs."
  +     * @msg.bundle   msg="not even touched by the DBA but with very rare exceptions, just manipulated by the database and the programs."
        */
       public final static String UTIL_GUID_2 = "UTIL_GUID_2";
   
       /**
  -     * @msg.bundle   msg="Usage: Add an id field (type java.lang.String) to your EJB, and add
  -     *      setId(XXXUtil.generateGUID(this)); to the ejbCreate method."
  +     * @msg.bundle   msg="Usage: Add an id field (type java.lang.String) to your EJB, and add setId(XXXUtil.generateGUID(this)); to the ejbCreate method."
        */
       public final static String UTIL_GUID_USAGE = "UTIL_GUID_USAGE";
   
  @@ -457,14 +447,12 @@
       public final static String INTERFACE_IMPL_NOT_FOUND = "INTERFACE_IMPL_NOT_FOUND";
   
       /**
  -     * @msg.bundle   msg="''pattern'' parameter does not have a '''{0'}'' in it. '''{0'}'' is replaced by EJB name of
  -     *      the class under processing."
  +     * @msg.bundle   msg="''pattern'' parameter does not have a '''{0'}'' in it. '''{0'}'' is replaced by EJB name of the class under processing."
        */
       public final static String PATTERN_HAS_NO_PLACEHOLDER = "PATTERN_HAS_NO_PLACEHOLDER";
   
       /**
  -     * @msg.bundle   msg="Could not load the bean implementation class for interface ''{0}''! Make sure it's available
  -     *      for ejbdoclet."
  +     * @msg.bundle   msg="Could not load the bean implementation class for interface ''{0}''! Make sure it's available for ejbdoclet."
        */
       public final static String INTERFACE_IMPL_COULDNT_LOAD = "INTERFACE_IMPL_COULDNT_LOAD";
   
  @@ -479,8 +467,7 @@
       public final static String NOT_DEFINED = "NOT_DEFINED";
   
       /**
  -     * @msg.bundle   msg="Class ''{0}'' should be defined abstract if you want the ''{1}'' sub-task to generate the
  -     *      subclass properly."
  +     * @msg.bundle   msg="Class ''{0}'' should be defined abstract if you want the ''{1}'' sub-task to generate the subclass properly."
        */
       public final static String CLASS_NOT_ABSTRACT = "CLASS_NOT_ABSTRACT";
   
  
  
  
  1.1      date: 2007/03/07 00:13:15;  author: vivekl;  state: Exp;repository.jboss.com/xdoclet/1.2.3-brew/src/xdoclet-ant.not-required.patch
  
  Index: xdoclet-ant.not-required.patch
  ===================================================================
  --- core/src/xdoclet/TemplateSubTask.java.orig	2007-02-26 15:16:37.000000000 -0500
  +++ core/src/xdoclet/TemplateSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- core/src/xdoclet/XmlSubTask.java.orig	2007-02-26 15:16:37.000000000 -0500
  +++ core/src/xdoclet/XmlSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java.orig	2007-02-26 15:16:38.000000000 -0500
  +++ modules/apache/src/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java.orig	2007-02-26 15:16:38.000000000 -0500
  +++ modules/ejb/src/xdoclet/modules/ejb/EjbDocletTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java.orig	2007-02-26 15:16:38.000000000 -0500
  +++ modules/ejb/src/xdoclet/modules/ejb/entity/DataObjectSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java.orig	2007-02-26 15:16:38.000000000 -0500
  +++ modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java.orig	2007-02-26 15:16:39.000000000 -0500
  +++ modules/hibernate/src/xdoclet/modules/hibernate/HibernateSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java.orig	2007-02-26 15:16:39.000000000 -0500
  +++ modules/hp/src/xdoclet/modules/hp/hpas/ejb/HPASSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java.orig	2007-02-26 15:16:39.000000000 -0500
  +++ modules/libelis/src/xdoclet/modules/libelis/jdo/LidoSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.java.orig	2007-02-26 15:16:40.000000000 -0500
  +++ modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/MVCSoftSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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	2007-02-26 15:16:40.000000000 -0500
  +++ modules/objectweb/src/xdoclet/modules/objectweb/jonas/ejb/JonasSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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	2007-02-26 15:16:40.000000000 -0500
  +++ modules/objectweb/src/xdoclet/modules/objectweb/jonas/web/JonasWebSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java.orig	2007-02-26 15:16:41.000000000 -0500
  +++ modules/solarmetric/src/xdoclet/modules/solarmetric/jdo/KodoSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  --- modules/sun/src/xdoclet/modules/sun/sunone/ejb/SunONESubTask.java.orig	2007-02-26 15:16:42.000000000 -0500
  +++ modules/sun/src/xdoclet/modules/sun/sunone/ejb/SunONESubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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	2007-02-26 15:16:42.000000000 -0500
  +++ modules/tjdo/src/xdoclet/modules/triactive/jdo/TJDOSubTask.java	2007-02-26 15:17:16.000000000 -0500
  @@ -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)
       {
  
  
  
  1.1      date: 2007/03/07 00:13:15;  author: vivekl;  state: Exp;repository.jboss.com/xdoclet/1.2.3-brew/src/xdoclet-src-1.2.3.tgz
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list